]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = RuntimeDxeReportStatusCodeLib
14 MODULE_UNI_FILE = RuntimeDxeReportStatusCodeLib.uni
15 FILE_GUID = 07D25BBB-F832-41bb-BBA0-612E9F033067
16 MODULE_TYPE = DXE_RUNTIME_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = ReportStatusCodeLib|DXE_RUNTIME_DRIVER
19 CONSTRUCTOR = ReportStatusCodeLibConstructor
20 DESTRUCTOR = ReportStatusCodeLibDestructor
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 ReportStatusCodeLib.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33
34 [LibraryClasses]
35 BaseLib
36 DebugLib
37 UefiBootServicesTableLib
38 BaseMemoryLib
39 PcdLib
40 DevicePathLib
41 UefiRuntimeLib
42
43 [Guids]
44 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED
45 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED
46 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
47 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
48
49 [Protocols]
50 gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES
51
52 [Pcd]
53 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES
54