]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/Pei/PeiMain.inf
Clean the unused include section.
[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
60 Ipf/IpfCpuCore.i\r
61 Ipf/SwitchToCacheMode.c\r
62\r
63[Sources.EBC]\r
64 Dispatcher/Stack.c\r
65\r
192f6d4c 66[Packages]\r
67 MdeModulePkg/MdeModulePkg.dec\r
68 MdePkg/MdePkg.dec\r
69 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
70\r
192f6d4c 71[LibraryClasses]\r
72 TimerLib\r
73 BaseMemoryLib\r
74 PeCoffGetEntryPointLib\r
75 ReportStatusCodeLib\r
76 PeiServicesLib\r
77 PerformanceLib\r
78 HobLib\r
79 BaseLib\r
2e7a663d 80 OldPeiCoreEntryPoint\r
192f6d4c 81 DebugLib\r
82\r
192f6d4c 83[Guids]\r
84 gEfiPeiCorePrivateGuid # PRIVATE\r
85\r
192f6d4c 86[Ppis]\r
87 gEfiPeiSecurityPpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED\r
88 gEfiPeiStatusCodePpiGuid # PPI SOMETIMES_CONSUMED\r
89 gEfiPeiResetPpiGuid # PPI SOMETIMES_CONSUMED\r
90 gEfiDxeIplPpiGuid # PPI ALWAYS_CONSUMED\r
91 gEfiPeiFvFileLoaderPpiGuid # PPI ALWAYS_CONSUMED\r
92 gEfiFindFvPpiGuid # PPI ALWAYS_CONSUMED\r
93 gEfiPeiMemoryDiscoveredPpiGuid # PPI ALWAYS_PRODUCED\r
94\r