]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / RuntimeDxeReportStatusCodeLib / RuntimeDxeReportStatusCodeLib.inf
index 8b77e191369a14c30195e96d3432a7fdcc845b90..9f03e2a1ed837fca168f5b89b3ceb928d9135aae 100644 (file)
@@ -1,9 +1,9 @@
-#/** @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 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = RuntimeDxeReportStatusCodeLib\r
-  FILE_GUID                      = D65D9F72-7BCE-4f73-A673-47AF446A1A31\r
+  MODULE_UNI_FILE                = RuntimeDxeReportStatusCodeLib.uni\r
+  FILE_GUID                      = 07D25BBB-F832-41bb-BBA0-612E9F033067\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
+  LIBRARY_CLASS                  = ReportStatusCodeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER\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 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
   BaseLib\r
   DebugLib\r
   UefiBootServicesTableLib\r
+  BaseMemoryLib\r
+  PcdLib\r
   DevicePathLib\r
   UefiRuntimeLib\r
 \r
 [Guids]\r
-  gEfiStatusCodeSpecificDataGuid                ## CONSUMES\r
-  gEfiStatusCodeDataTypeDebugGuid               ## CONSUMES\r
+  gEfiStatusCodeSpecificDataGuid                ## SOMETIMES_CONSUMES   ## UNDEFINED\r
+  gEfiStatusCodeDataTypeDebugGuid               ## SOMETIMES_CONSUMES   ## UNDEFINED\r
   gEfiEventVirtualAddressChangeGuid             ## CONSUMES ## Event\r
-\r
+  gEfiEventExitBootServicesGuid                 ## CONSUMES ## Event\r
 \r
 [Protocols]\r
   gEfiStatusCodeRuntimeProtocolGuid             ## CONSUMES\r
 \r
-\r
-[Pcd.common]\r
-  gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask  ## CONSUMES\r
 \r