]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
Create RuntimeDxeReportStatusCodeLib instance.
[mirror_edk2.git] / MdeModulePkg / Library / RuntimeDxeReportStatusCodeLib / RuntimeDxeReportStatusCodeLib.inf
diff --git a/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf b/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
new file mode 100644 (file)
index 0000000..221ea74
--- /dev/null
@@ -0,0 +1,65 @@
+#/** @file\r
+#  Report status code library instance which supports logging message in DXE & runtime phase.\r
+#\r
+#  Copyright (c) 2006 - 2009, 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
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+#\r
+#**/\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = RuntimeDxeReportStatusCodeLib\r
+  FILE_GUID                      = D65D9F72-7BCE-4f73-A673-47AF446A1A31\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
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
+#\r
+\r
+[Sources.common]\r
+  ReportStatusCodeLib.c\r
+  RuntimeDxeSupport.c\r
+  ReportStatusCodeLibInternal.h\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
+  DevicePathLib\r
+  MemoryAllocationLib\r
+\r
+[Guids]\r
+  gEfiStatusCodeSpecificDataGuid                ## CONSUMES\r
+  gEfiStatusCodeDataTypeDebugGuid               ## CONSUMES\r
+  gEfiEventExitBootServicesGuid                 ## CONSUMES ## Event\r
+  gEfiEventVirtualAddressChangeGuid             ## CONSUMES ## Event\r
+\r
+\r
+[Protocols]\r
+  gEfiStatusCodeRuntimeProtocolGuid             ## CONSUMES\r
+\r
+\r
+[Pcd.common]\r
+  gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
+\r