]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Library / PeiReportStatusCodeLib / PeiReportStatusCodeLib.inf
... / ...
CommitLineData
1## @file\r
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
8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9#\r
10# This program and the accompanying materials\r
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
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = PeiReportStatusCodeLib\r
23 MODULE_UNI_FILE = PeiReportStatusCodeLib.uni\r
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
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
33#\r
34\r
35[Sources]\r
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
53 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
54 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
55\r
56\r
57[Pcd]\r
58 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r
59\r