]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Core/Pei/PeiMain.inf
Enable Nt32 platform boot to DXE phase.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / PeiMain.inf
1 #/** @file
2 # Component description file for PeiMain module
3 #
4 # This module provide an DXE CIS compliant implementation.
5 # Copyright (c) 2006 - 2007, Intel Corporation
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 ################################################################################
18 #
19 # Defines Section - statements that will be processed to create a Makefile.
20 #
21 ################################################################################
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = PeiMain
25 FILE_GUID = 52C05B14-0B98-496c-BC3B-04B50211D680
26 MODULE_TYPE = PEI_CORE
27 VERSION_STRING = 1.0
28 EDK_RELEASE_VERSION = 0x00020000
29 EFI_SPECIFICATION_VERSION = 0x00020000
30
31 ENTRY_POINT = PeiCore
32
33 #
34 # The following information is for reference only and not required by the build tools.
35 #
36 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
37 #
38
39 ################################################################################
40 #
41 # Sources Section - list of files that are required for the build to succeed.
42 #
43 ################################################################################
44
45 [Sources.common]
46 StatusCode/StatusCode.c
47 Security/Security.c
48 Reset/Reset.c
49 Ppi/Ppi.c
50 PeiMain/PeiMain.c
51 Memory/MemoryServices.c
52 Image/Image.c
53 Hob/Hob.c
54 FwVol/FwVol.c
55 Dispatcher/Dispatcher.c
56 Dependency/dependency.c
57 Dependency/dependency.h
58 BootMode/BootMode.c
59 PeiMain.h
60 CommonHeader.h
61
62 [Sources.Ia32]
63 Dispatcher/Stack.c
64
65 [Sources.X64]
66 Dispatcher/Stack.c
67
68 [Sources.IPF]
69 Ipf/Stack.c
70 Ipf/IpfPeiMain.h
71 Ipf/IpfCpuCore.s
72 Ipf/IpfCpuCore.i
73 Ipf/SwitchToCacheMode.c
74
75 [Sources.EBC]
76 Dispatcher/Stack.c
77
78
79 ################################################################################
80 #
81 # Includes Section - list of Include locations that are required for
82 # this module.
83 #
84 ################################################################################
85
86 [Includes]
87 $(WORKSPACE)/MdePkg\Include/Library
88
89 ################################################################################
90 #
91 # Package Dependency Section - list of Package files that are required for
92 # this module.
93 #
94 ################################################################################
95
96 [Packages]
97 MdeModulePkg/MdeModulePkg.dec
98 MdePkg/MdePkg.dec
99 IntelFrameworkPkg/IntelFrameworkPkg.dec
100
101 ################################################################################
102 #
103 # Library Class Section - list of Library Classes that are required for
104 # this module.
105 #
106 ################################################################################
107
108 [LibraryClasses]
109 TimerLib
110 BaseMemoryLib
111 PeCoffGetEntryPointLib
112 ReportStatusCodeLib
113 PeiServicesLib
114 PerformanceLib
115 HobLib
116 BaseLib
117 OldPeiCoreEntryPoint
118 DebugLib
119
120
121 ################################################################################
122 #
123 # Guid C Name Section - list of Guids that this module uses or produces.
124 #
125 ################################################################################
126
127 [Guids]
128 gEfiPeiCorePrivateGuid # PRIVATE
129
130
131 ################################################################################
132 #
133 # PPI C Name Section - list of PPI and PPI Notify C Names that this module
134 # uses or produces.
135 #
136 ################################################################################
137
138 [Ppis]
139 gEfiPeiSecurityPpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED
140 gEfiPeiStatusCodePpiGuid # PPI SOMETIMES_CONSUMED
141 gEfiPeiResetPpiGuid # PPI SOMETIMES_CONSUMED
142 gEfiDxeIplPpiGuid # PPI ALWAYS_CONSUMED
143 gEfiPeiFvFileLoaderPpiGuid # PPI ALWAYS_CONSUMED
144 gEfiFindFvPpiGuid # PPI ALWAYS_CONSUMED
145 gEfiPeiMemoryDiscoveredPpiGuid # PPI ALWAYS_PRODUCED
146