]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so update BootS...
[mirror_edk2.git] / MdeModulePkg / Library / RuntimeDxeReportStatusCodeLib / RuntimeDxeReportStatusCodeLib.inf
CommitLineData
6bfbb5f0 1## @file\r
30c8ee5c 2# Report status code library instance which supports logging message in DXE & runtime phase.\r
3#\r
c05e7994 4# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
30c8ee5c 5#\r
cd5ebaa0 6# This program and the accompanying materials\r
30c8ee5c 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
6bfbb5f0 14##\r
30c8ee5c 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = RuntimeDxeReportStatusCodeLib\r
46d45cde 19 FILE_GUID = 07D25BBB-F832-41bb-BBA0-612E9F033067\r
30c8ee5c 20 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
21 VERSION_STRING = 1.0\r
bf45bbe5 22 LIBRARY_CLASS = ReportStatusCodeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER\r
9fe425c9 23 CONSTRUCTOR = ReportStatusCodeLibConstructor\r
24 DESTRUCTOR = ReportStatusCodeLibDestructor\r
30c8ee5c 25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
4adf0008 28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30c8ee5c 29#\r
30\r
2008b49a 31[Sources]\r
30c8ee5c 32 ReportStatusCodeLib.c\r
2008b49a 33 \r
30c8ee5c 34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
30c8ee5c 39 BaseLib\r
40 DebugLib\r
30c8ee5c 41 UefiBootServicesTableLib\r
2008b49a 42 BaseMemoryLib\r
43 PcdLib\r
30c8ee5c 44 DevicePathLib\r
9ae650ef 45 UefiRuntimeLib\r
30c8ee5c 46\r
47[Guids]\r
48 gEfiStatusCodeSpecificDataGuid ## CONSUMES\r
49 gEfiStatusCodeDataTypeDebugGuid ## CONSUMES\r
30c8ee5c 50 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
c05e7994 51 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
30c8ee5c 52\r
30c8ee5c 53[Protocols]\r
54 gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES\r
55\r
2008b49a 56[Pcd]\r
30c8ee5c 57 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
58\r