]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
7c3ad64422f42b1141095648f291682ea29f84b7
[mirror_edk2.git] / MdeModulePkg / Library / PeiReportStatusCodeLib / PeiReportStatusCodeLib.inf
1 ## @file
2 # Instance of Report Status Code Library for PEI Phase.
3 #
4 # Instance of Report Status Code Library for PEI Phase. It first tries to report status
5 # code via PEI Status Code Service. If the service is not available, it then tries calling
6 # OEM Hook Status Code Library.
7 #
8 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
9 #
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = PeiReportStatusCodeLib
23 FILE_GUID = 8c690838-7a22-45c4-aa58-a33e3e515cd4
24 MODULE_TYPE = PEIM
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = ReportStatusCodeLib|SEC PEIM PEI_CORE
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
32 #
33
34 [Sources]
35 ReportStatusCodeLib.c
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42 [LibraryClasses]
43 PcdLib
44 PeiServicesTablePointerLib
45 BaseMemoryLib
46 BaseLib
47 DebugLib
48 OemHookStatusCodeLib
49
50
51 [Guids]
52 gEfiStatusCodeSpecificDataGuid ## CONSUMES
53 gEfiStatusCodeDataTypeDebugGuid ## CONSUMES
54
55
56 [Pcd]
57 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask
58