]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
Move SmmReportStatusCodeLib to MdeModulePkg.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PeiReportStatusCodeLib / PeiReportStatusCodeLib.inf
CommitLineData
2287f237 1#/** @file\r
0ad78d07 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
2287f237 7#\r
4ee6846f 8# Copyright (c) 2006 - 2009, Intel Corporation.\r
2287f237 9#\r
10# All rights reserved. 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 FILE_GUID = 8c690838-7a22-45c4-aa58-a33e3e515cd4\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
3048d63c 26 LIBRARY_CLASS = ReportStatusCodeLib|SEC PEIM PEI_CORE\r
4ee6846f 27 \r
2287f237 28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
0ad78d07 31# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
2287f237 32#\r
33\r
34[Sources.common]\r
35 ReportStatusCodeLib.c\r
36\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
f979eec0 40 MdeModulePkg/MdeModulePkg.dec\r
2287f237 41\r
42[LibraryClasses]\r
43 PcdLib\r
44 PeiServicesTablePointerLib\r
45 BaseMemoryLib\r
46 BaseLib\r
47 DebugLib\r
ff8ff139 48 OemHookStatusCodeLib\r
2287f237 49\r
50\r
51[Guids]\r
0ad78d07 52 gEfiStatusCodeSpecificDataGuid ## CONSUMES\r
53 gEfiStatusCodeDataTypeDebugGuid ## CONSUMES\r
2287f237 54\r
55\r
bba9ad98 56[Pcd.common]\r
b3af5df6 57 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
2287f237 58\r