Minor clean ups for these INF files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9660 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney
2009-12-31 21:27:38 +00:00
parent 6d207823bf
commit 2008b49a7a
2 changed files with 11 additions and 14 deletions

View File

@ -28,7 +28,7 @@
# VALID_ARCHITECTURES = IA32 X64 IPF EBC # VALID_ARCHITECTURES = IA32 X64 IPF EBC
# #
[Sources.common] [Sources]
ReportStatusCodeLib.c ReportStatusCodeLib.c
[Packages] [Packages]
@ -36,11 +36,11 @@
MdeModulePkg/MdeModulePkg.dec MdeModulePkg/MdeModulePkg.dec
[LibraryClasses] [LibraryClasses]
PcdLib BaseLib
BaseMemoryLib
UefiBootServicesTableLib
DebugLib DebugLib
UefiRuntimeServicesTableLib UefiBootServicesTableLib
BaseMemoryLib
PcdLib
DevicePathLib DevicePathLib
[Guids] [Guids]
@ -50,6 +50,6 @@
[Protocols] [Protocols]
gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES
[Pcd.common] [Pcd]
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask

View File

@ -20,7 +20,6 @@
MODULE_TYPE = DXE_RUNTIME_DRIVER MODULE_TYPE = DXE_RUNTIME_DRIVER
VERSION_STRING = 1.0 VERSION_STRING = 1.0
LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
CONSTRUCTOR = ReportStatusCodeLibConstructor CONSTRUCTOR = ReportStatusCodeLibConstructor
DESTRUCTOR = ReportStatusCodeLibDestructor DESTRUCTOR = ReportStatusCodeLibDestructor
# #
@ -29,19 +28,19 @@
# VALID_ARCHITECTURES = IA32 X64 IPF EBC # VALID_ARCHITECTURES = IA32 X64 IPF EBC
# #
[Sources.common] [Sources]
ReportStatusCodeLib.c ReportStatusCodeLib.c
[Packages] [Packages]
MdePkg/MdePkg.dec MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec MdeModulePkg/MdeModulePkg.dec
[LibraryClasses] [LibraryClasses]
PcdLib
BaseMemoryLib
BaseLib BaseLib
DebugLib DebugLib
UefiBootServicesTableLib UefiBootServicesTableLib
BaseMemoryLib
PcdLib
DevicePathLib DevicePathLib
UefiRuntimeLib UefiRuntimeLib
@ -50,11 +49,9 @@
gEfiStatusCodeDataTypeDebugGuid ## CONSUMES gEfiStatusCodeDataTypeDebugGuid ## CONSUMES
gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
[Protocols] [Protocols]
gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES
[Pcd]
[Pcd.common]
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask