]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / PeiReportStatusCodeLib / PeiReportStatusCodeLib.inf
CommitLineData
6bfbb5f0 1## @file\r
8760829b 2# Instance of Report Status Code Library for PEI Phase.\r
3#\r
4# Instance of Report Status Code Library for PEI Phase. It first tries to report status\r
5# code via PEI Status Code Service. If the service is not available, it then tries calling\r
6# OEM Hook Status Code Library.\r
7#\r
d1102dba 8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
8760829b 9#\r
9d510e61 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8760829b 11#\r
12#\r
6bfbb5f0 13##\r
8760829b 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PeiReportStatusCodeLib\r
6036e94d 18 MODULE_UNI_FILE = PeiReportStatusCodeLib.uni\r
8760829b 19 FILE_GUID = 8c690838-7a22-45c4-aa58-a33e3e515cd4\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = ReportStatusCodeLib|SEC PEIM PEI_CORE\r
d1102dba 23\r
8760829b 24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
de005223 27# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
8760829b 28#\r
29\r
6bfbb5f0 30[Sources]\r
8760829b 31 ReportStatusCodeLib.c\r
32\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 PcdLib\r
40 PeiServicesTablePointerLib\r
41 BaseMemoryLib\r
42 BaseLib\r
43 DebugLib\r
44 OemHookStatusCodeLib\r
45\r
46\r
47[Guids]\r
6036e94d
SZ
48 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
49 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
8760829b 50\r
51\r
6bfbb5f0 52[Pcd]\r
6036e94d 53 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r
8760829b 54\r