]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
Update comments.
[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
40 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 PcdLib\r
45 PeiServicesTablePointerLib\r
46 BaseMemoryLib\r
47 BaseLib\r
48 DebugLib\r
ff8ff139 49 OemHookStatusCodeLib\r
2287f237 50\r
51\r
52[Guids]\r
0ad78d07 53 gEfiStatusCodeSpecificDataGuid ## CONSUMES\r
54 gEfiStatusCodeDataTypeDebugGuid ## CONSUMES\r
2287f237 55\r
56\r
bba9ad98 57[Pcd.common]\r
b3af5df6 58 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
2287f237 59\r