]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor clean ups for these INF files.
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 31 Dec 2009 21:27:38 +0000 (21:27 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 31 Dec 2009 21:27:38 +0000 (21:27 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9660 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf

index e1e72797d02ccbe933c7c406990049856a4e8d1b..1ede797121b256d3942a80fb5c8a113a854b6bf8 100644 (file)
@@ -28,7 +28,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ReportStatusCodeLib.c\r
 \r
 [Packages]\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
-  PcdLib\r
-  BaseMemoryLib\r
-  UefiBootServicesTableLib\r
+  BaseLib\r
   DebugLib\r
-  UefiRuntimeServicesTableLib\r
+  UefiBootServicesTableLib\r
+  BaseMemoryLib\r
+  PcdLib\r
   DevicePathLib\r
 \r
 [Guids]\r
@@ -50,6 +50,6 @@
 [Protocols]\r
   gEfiStatusCodeRuntimeProtocolGuid             ## CONSUMES\r
 \r
-[Pcd.common]\r
+[Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
 \r
index 7ccf9881337e9acf30255a5e8d3a2cbed02ff068..d31f0bb41c15a29dd15020a5b0535e325f5494b3 100644 (file)
@@ -20,7 +20,6 @@
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
-  \r
   CONSTRUCTOR                    = ReportStatusCodeLibConstructor\r
   DESTRUCTOR                     = ReportStatusCodeLibDestructor\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ReportStatusCodeLib.c\r
-\r
+  \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
-  PcdLib\r
-  BaseMemoryLib\r
   BaseLib\r
   DebugLib\r
   UefiBootServicesTableLib\r
+  BaseMemoryLib\r
+  PcdLib\r
   DevicePathLib\r
   UefiRuntimeLib\r
 \r
   gEfiStatusCodeDataTypeDebugGuid               ## CONSUMES\r
   gEfiEventVirtualAddressChangeGuid             ## CONSUMES ## Event\r
 \r
-\r
 [Protocols]\r
   gEfiStatusCodeRuntimeProtocolGuid             ## CONSUMES\r
 \r
-\r
-[Pcd.common]\r
+[Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
 \r