]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/Pei/PeiMain.inf
1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTo...
[mirror_edk2.git] / MdeModulePkg / Core / Pei / PeiMain.inf
CommitLineData
192f6d4c 1#/** @file\r
2# Component description file for PeiMain module\r
3#\r
4# This module provide an DXE CIS compliant implementation.\r
5# Copyright (c) 2006 - 2007, 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
192f6d4c 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PeiMain\r
20 FILE_GUID = 52C05B14-0B98-496c-BC3B-04B50211D680\r
21 MODULE_TYPE = PEI_CORE\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = PeiCore\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
192f6d4c 34[Sources.common]\r
35 StatusCode/StatusCode.c\r
36 Security/Security.c\r
37 Reset/Reset.c\r
38 Ppi/Ppi.c\r
39 PeiMain/PeiMain.c\r
40 Memory/MemoryServices.c\r
41 Image/Image.c\r
42 Hob/Hob.c\r
43 FwVol/FwVol.c\r
44 Dispatcher/Dispatcher.c\r
45 Dependency/dependency.c\r
46 Dependency/dependency.h\r
47 BootMode/BootMode.c\r
48 PeiMain.h\r
192f6d4c 49\r
50[Sources.Ia32]\r
51 Dispatcher/Stack.c\r
52\r
53[Sources.X64]\r
54 Dispatcher/Stack.c\r
55\r
56[Sources.IPF]\r
57 Ipf/Stack.c\r
58 Ipf/IpfPeiMain.h\r
59 Ipf/IpfCpuCore.s\r
192f6d4c 60 Ipf/SwitchToCacheMode.c\r
61\r
62[Sources.EBC]\r
63 Dispatcher/Stack.c\r
64\r
192f6d4c 65[Packages]\r
66 MdeModulePkg/MdeModulePkg.dec\r
67 MdePkg/MdePkg.dec\r
68 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
69\r
192f6d4c 70[LibraryClasses]\r
71 TimerLib\r
72 BaseMemoryLib\r
73 PeCoffGetEntryPointLib\r
74 ReportStatusCodeLib\r
75 PeiServicesLib\r
76 PerformanceLib\r
77 HobLib\r
78 BaseLib\r
5aae0aa7 79 PeiCoreEntryPoint\r
192f6d4c 80 DebugLib\r
b0d803fe 81 MemoryAllocationLib\r
82 CacheMaintenanceLib\r
b0d803fe 83 PeCoffLib\r
192f6d4c 84\r
192f6d4c 85[Guids]\r
b0d803fe 86 gPeiAprioriFileNameGuid\r
87 gEfiFirmwareFileSystem2Guid\r
192f6d4c 88\r
192f6d4c 89[Ppis]\r
90 gEfiPeiSecurityPpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED\r
91 gEfiPeiStatusCodePpiGuid # PPI SOMETIMES_CONSUMED\r
92 gEfiPeiResetPpiGuid # PPI SOMETIMES_CONSUMED\r
93 gEfiDxeIplPpiGuid # PPI ALWAYS_CONSUMED\r
192f6d4c 94 gEfiPeiMemoryDiscoveredPpiGuid # PPI ALWAYS_PRODUCED\r
b0d803fe 95 gEfiPeiDecompressPpiGuid\r
96 gEfiPeiFirmwareVolumeInfoPpiGuid\r
97 gEfiPeiLoadFilePpiGuid\r
98 gEfiPeiSecurity2PpiGuid\r
99\r
177aabe6 100[FixedPcd.common]\r
101 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported\r
102 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv\r
103\r
b0d803fe 104[BuildOptions.common]\r
105 MSFT:DEBUG_*_IA32_CC_FLAGS = /FAcs\r
192f6d4c 106\r