]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeReportStatusCodeLib / DxeReportStatusCodeLib.inf
1 ## @file
2 # DXE report status code library.
3 #
4 # Retrieve status code and report status code in DXE phase.
5 #
6 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = DxeReportStatusCodeLib
16 MODULE_UNI_FILE = DxeReportStatusCodeLib.uni
17 FILE_GUID = EBF144C8-70F5-4e09-ADE2-F41F5C59AFDA
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 ReportStatusCodeLib.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 DebugLib
38 UefiBootServicesTableLib
39 BaseMemoryLib
40 PcdLib
41 DevicePathLib
42
43 [Guids]
44 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED
45 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED
46
47 [Protocols]
48 gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES
49
50 [Pcd]
51 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES
52