]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
1. Correct File header to ## @file
[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
6bfbb5f0 8# Copyright (c) 2006 - 2010, Intel Corporation.\r
8760829b 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
6bfbb5f0 18##\r
8760829b 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
26 LIBRARY_CLASS = ReportStatusCodeLib|SEC PEIM PEI_CORE\r
27 \r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
32#\r
33\r
6bfbb5f0 34[Sources]\r
8760829b 35 ReportStatusCodeLib.c\r
36\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 PcdLib\r
44 PeiServicesTablePointerLib\r
45 BaseMemoryLib\r
46 BaseLib\r
47 DebugLib\r
48 OemHookStatusCodeLib\r
49\r
50\r
51[Guids]\r
52 gEfiStatusCodeSpecificDataGuid ## CONSUMES\r
53 gEfiStatusCodeDataTypeDebugGuid ## CONSUMES\r
54\r
55\r
6bfbb5f0 56[Pcd]\r
8760829b 57 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
58\r