]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/Pei/PeiMain.inf
Update shell binaries to newer version snapshot 2009-12-14 snapshot.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / PeiMain.inf
CommitLineData
192f6d4c 1#/** @file\r
405b5675 2# PeiMain module is core module in PEI phase. It takes responsibilities of:\r
3# 1) Initialize memory, PPI, image services etc, to establish PEIM runtime environment.\r
4# 2) Dispatch PEIM from discovered FV.\r
5# 3) Handoff control to DxeIpl to load DXE core and enter DXE phase.\r
192f6d4c 6#\r
3b428ade 7# Copyright (c) 2006 - 2009, Intel Corporation\r
192f6d4c 8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17#**/\r
18\r
192f6d4c 19[Defines]\r
20 INF_VERSION = 0x00010005\r
e97835ba 21 BASE_NAME = PeiCore\r
192f6d4c 22 FILE_GUID = 52C05B14-0B98-496c-BC3B-04B50211D680\r
23 MODULE_TYPE = PEI_CORE\r
24 VERSION_STRING = 1.0\r
e34ecc8a 25 PI_SPECIFICATION_VERSION = 0x00010000\r
192f6d4c 26\r
27 ENTRY_POINT = PeiCore\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
078bee4e 32# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
192f6d4c 33#\r
34\r
192f6d4c 35[Sources.common]\r
36 StatusCode/StatusCode.c\r
37 Security/Security.c\r
38 Reset/Reset.c\r
39 Ppi/Ppi.c\r
40 PeiMain/PeiMain.c\r
41 Memory/MemoryServices.c\r
42 Image/Image.c\r
43 Hob/Hob.c\r
44 FwVol/FwVol.c\r
3b428ade 45 FwVol/FwVol.h\r
192f6d4c 46 Dispatcher/Dispatcher.c\r
ba57315e 47 Dependency/Dependency.c\r
48 Dependency/Dependency.h\r
192f6d4c 49 BootMode/BootMode.c\r
50 PeiMain.h\r
192f6d4c 51\r
192f6d4c 52[Packages]\r
192f6d4c 53 MdePkg/MdePkg.dec\r
de5b0df9 54 MdeModulePkg/MdeModulePkg.dec\r
b7616389 55\r
192f6d4c 56[LibraryClasses]\r
57 TimerLib\r
58 BaseMemoryLib\r
59 PeCoffGetEntryPointLib\r
60 ReportStatusCodeLib\r
61 PeiServicesLib\r
62 PerformanceLib\r
63 HobLib\r
64 BaseLib\r
5aae0aa7 65 PeiCoreEntryPoint\r
192f6d4c 66 DebugLib\r
b0d803fe 67 MemoryAllocationLib\r
68 CacheMaintenanceLib\r
b0d803fe 69 PeCoffLib\r
284c8400 70 PeiServicesTablePointerLib\r
71 \r
192f6d4c 72\r
192f6d4c 73[Guids]\r
3b428ade 74 gPeiAprioriFileNameGuid ## CONSUMES ## GUID\r
75 gEfiFirmwareFileSystem2Guid ## CONSUMES ## FV\r
76 \r
192f6d4c 77[Ppis]\r
de5b0df9
LG
78 gEfiPeiStatusCodePpiGuid ## SOMETIMES_CONSUMES (PeiReportStatusService is not ready if this PPI doesn't exist)\r
79 gEfiPeiResetPpiGuid ## SOMETIMES_CONSUMES (PeiResetService is not ready if this PPI doesn't exist) \r
055f28d0 80 gEfiDxeIplPpiGuid ## CONSUMES\r
de5b0df9 81 gEfiPeiMemoryDiscoveredPpiGuid ## PRODUCES\r
055f28d0 82 gEfiPeiDecompressPpiGuid ## CONSUMES\r
de5b0df9
LG
83 gEfiPeiFirmwareVolumeInfoPpiGuid ## NOTIFY ## SOMETIMES_PRODUCES (Produce FvInfoPpi if the encapsulated FvImage is found) \r
84 gEfiPeiLoadFilePpiGuid ## PRODUCES ## SOMETIMES_CONSUMES (The default load PeImage logic will be used when this PPI doesn't exist)\r
85 gEfiPeiSecurity2PpiGuid ## NOTIFY\r
055f28d0 86 gEfiTemporaryRamSupportPpiGuid ## CONSUMES\r
b0d803fe 87\r
177aabe6 88[FixedPcd.common]\r
055f28d0 89 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported ## CONSUMES\r
90 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv ## CONSUMES\r
91 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPpiSupported ## CONSUMES\r
97b2c9b5 92 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeimDispatch ## CONSUMES\r
de5b0df9 93 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiCoreEntry ## CONSUMES\r
055f28d0 94 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize ## CONSUMES\r
58dcdada 95\r
3076397e 96[FeaturePcd.common]\r
de5b0df9 97 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst ## CONSUMES\r
f806dd27 98 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES\r
2a00326e 99