]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[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 - 2009, Intel Corporation.
5 #
6 # All rights reserved. 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 EFI_SPECIFICATION_VERSION = 0x00020000
23 ENTRY_POINT = PeiStatusCodeDriverEntry
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources.common]
32 StatusCodePei.c
33 StatusCodePei.h
34 MemoryStausCodeWorker.c
35 SerialStatusCodeWorker.c
36
37
38 [Packages]
39 MdePkg/MdePkg.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
59
60 [Ppis]
61 gEfiPeiStatusCodePpiGuid ## PRODUCES
62
63
64 [FeaturePcd.common]
65 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM
66 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
67 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
68
69
70 [Pcd.common]
71 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize
72
73 [Depex]
74 TRUE