]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Library / RuntimeDxeReportStatusCodeLib / RuntimeDxeReportStatusCodeLib.inf
index 5ba91064c0af831299326f6e0d5e021cdbfa7589..38b06cf798fc93d2f1aa7d7c42aaa1abfb05b198 100644 (file)
@@ -1,7 +1,7 @@
-#/** @file\r
+## @file\r
 #  Report status code library instance which supports logging message in DXE & runtime phase.\r
 #\r
-#  Copyright (c) 2006 - 2009, Intel Corporation.\r
+#  Copyright (c) 2006 - 2010, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -11,7 +11,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   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                    = ReportStatusCodeLibConstruct\r
-  DESTRUCTOR                     = ReportStatusCodeLibDestruct\r
+  CONSTRUCTOR                    = ReportStatusCodeLibConstructor\r
+  DESTRUCTOR                     = ReportStatusCodeLibDestructor\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ReportStatusCodeLib.c\r
-  RuntimeDxeSupport.c\r
-  ReportStatusCodeLibInternal.h\r
-\r
+  \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
-  PcdLib\r
-  BaseMemoryLib\r
   BaseLib\r
   DebugLib\r
-  UefiRuntimeServicesTableLib\r
   UefiBootServicesTableLib\r
-  OemHookStatusCodeLib\r
+  BaseMemoryLib\r
+  PcdLib\r
   DevicePathLib\r
-  MemoryAllocationLib\r
   UefiRuntimeLib\r
 \r
 [Guids]\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