]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/Pei/PeiMain.inf
remove unnecessary IN OUT.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / PeiMain.inf
CommitLineData
192f6d4c 1#/** @file\r
731bd38e 2# PeiMain module is core module in PEI phase. It take reponsiblities of:\r
3# 1) Initialize memory, ppi, image services etc, to establish PEIM runtime environment.\r
4# 2) Dispatch PEIM from discoveried FV.\r
5# 3) Handoff control to DxeIpl to load dxe core and enter DXE phase.\r
192f6d4c 6#\r
7# This module provide an DXE CIS compliant implementation.\r
8# Copyright (c) 2006 - 2007, Intel Corporation\r
9#\r
10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18#**/\r
19\r
192f6d4c 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = PeiMain\r
23 FILE_GUID = 52C05B14-0B98-496c-BC3B-04B50211D680\r
24 MODULE_TYPE = PEI_CORE\r
25 VERSION_STRING = 1.0\r
26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
29 ENTRY_POINT = PeiCore\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
192f6d4c 37[Sources.common]\r
38 StatusCode/StatusCode.c\r
39 Security/Security.c\r
40 Reset/Reset.c\r
41 Ppi/Ppi.c\r
42 PeiMain/PeiMain.c\r
43 Memory/MemoryServices.c\r
44 Image/Image.c\r
45 Hob/Hob.c\r
46 FwVol/FwVol.c\r
47 Dispatcher/Dispatcher.c\r
ba57315e 48 Dependency/Dependency.c\r
49 Dependency/Dependency.h\r
192f6d4c 50 BootMode/BootMode.c\r
51 PeiMain.h\r
192f6d4c 52\r
192f6d4c 53[Packages]\r
54 MdeModulePkg/MdeModulePkg.dec\r
55 MdePkg/MdePkg.dec\r
b7616389 56\r
192f6d4c 57[LibraryClasses]\r
58 TimerLib\r
59 BaseMemoryLib\r
60 PeCoffGetEntryPointLib\r
61 ReportStatusCodeLib\r
62 PeiServicesLib\r
63 PerformanceLib\r
64 HobLib\r
65 BaseLib\r
5aae0aa7 66 PeiCoreEntryPoint\r
192f6d4c 67 DebugLib\r
b0d803fe 68 MemoryAllocationLib\r
69 CacheMaintenanceLib\r
b0d803fe 70 PeCoffLib\r
288f9b38 71 PeiPiLib\r
192f6d4c 72\r
192f6d4c 73[Guids]\r
b0d803fe 74 gPeiAprioriFileNameGuid\r
75 gEfiFirmwareFileSystem2Guid\r
192f6d4c 76\r
192f6d4c 77[Ppis]\r
192f6d4c 78 gEfiPeiStatusCodePpiGuid # PPI SOMETIMES_CONSUMED\r
79 gEfiPeiResetPpiGuid # PPI SOMETIMES_CONSUMED\r
80 gEfiDxeIplPpiGuid # PPI ALWAYS_CONSUMED\r
40f26b8f 81 gEfiPeiMemoryDiscoveredPpiGuid # PPI ALWAYS_CONSUMED\r
82 gEfiPeiDecompressPpiGuid # PPI ALWAYS_CONSUMED\r
83 gEfiPeiFirmwareVolumeInfoPpiGuid # PPI ALWAYS_CONSUMED\r
84 gEfiPeiLoadFilePpiGuid # PPI ALWAYS_CONSUMED\r
85 gEfiPeiSecurity2PpiGuid # PPI ALWAYS_CONSUMED\r
86 gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_CONSUMED\r
b0d803fe 87\r
177aabe6 88[FixedPcd.common]\r
89 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported\r
90 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv\r
eaf539d0 91 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPpiSupported\r
797a9d67 92 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeimDispatch\r
93 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiCoreEntry\r
58dcdada 94 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize\r
95\r
3076397e 96[FeaturePcd.common]\r
97 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst\r