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