]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
4f35da9fdd42694dc73ac1451f843117e623a9f7
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / Pei / StatusCodePei.inf
1 ## @file
2 # Status code PEIM which produces Status Code PPI.
3 #
4 # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = StatusCodePei
19 FILE_GUID = 1EC0F53A-FDE0-4576-8F25-7A1A410F58EB
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 1.0
22 ENTRY_POINT = PeiStatusCodeDriverEntry
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 StatusCodePei.c
32 StatusCodePei.h
33 MemoryStausCodeWorker.c
34 SerialStatusCodeWorker.c
35
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40 IntelFrameworkPkg/IntelFrameworkPkg.dec
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
42
43 [LibraryClasses]
44 PeimEntryPoint
45 OemHookStatusCodeLib
46 PeiServicesLib
47 PcdLib
48 HobLib
49 SerialPortLib
50 ReportStatusCodeLib
51 PrintLib
52 DebugLib
53 BaseLib
54
55
56 [Guids]
57 gMemoryStatusCodeRecordGuid ## SOMETIMES_CONSUMES ## HOB
58 gEfiStatusCodeDataTypeStringGuid ## CONSUMES
59
60 [Ppis]
61 gEfiPeiStatusCodePpiGuid ## PRODUCES
62
63
64 [FeaturePcd]
65 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM
66 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
67 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
68
69
70 [Pcd]
71 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
72
73 [Depex]
74 TRUE