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
#
[Sources.common]
[Sources]
ReportStatusCodeLib.c
[Packages]
@ -36,11 +36,11 @@
MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
PcdLib
BaseMemoryLib
UefiBootServicesTableLib
BaseLib
DebugLib
UefiRuntimeServicesTableLib
UefiBootServicesTableLib
BaseMemoryLib
PcdLib
DevicePathLib
[Guids]
@ -50,6 +50,6 @@
[Protocols]
gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES
[Pcd.common]
[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask

View File

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