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