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