]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[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
cd5ebaa0 10# This program and the accompanying materials\r
8760829b 11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
6bfbb5f0 18##\r
8760829b 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = PeiReportStatusCodeLib\r
6036e94d 23 MODULE_UNI_FILE = PeiReportStatusCodeLib.uni\r
8760829b 24 FILE_GUID = 8c690838-7a22-45c4-aa58-a33e3e515cd4\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = ReportStatusCodeLib|SEC PEIM PEI_CORE\r
d1102dba 28\r
8760829b 29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
de005223 32# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
8760829b 33#\r
34\r
6bfbb5f0 35[Sources]\r
8760829b 36 ReportStatusCodeLib.c\r
37\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 PcdLib\r
45 PeiServicesTablePointerLib\r
46 BaseMemoryLib\r
47 BaseLib\r
48 DebugLib\r
49 OemHookStatusCodeLib\r
50\r
51\r
52[Guids]\r
6036e94d
SZ
53 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
54 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
8760829b 55\r
56\r
6bfbb5f0 57[Pcd]\r
6036e94d 58 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r
8760829b 59\r