]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/Pei/PeiMain.inf
Should use gEfiFirmwareFileSystem2Guid but not gEfiFirmwareFileSystemGuid in DxeCore.
[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
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = PeiMain\r
25 FILE_GUID = 52C05B14-0B98-496c-BC3B-04B50211D680\r
26 MODULE_TYPE = PEI_CORE\r
27 VERSION_STRING = 1.0\r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30\r
31 ENTRY_POINT = PeiCore\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38\r
39################################################################################\r
40#\r
41# Sources Section - list of files that are required for the build to succeed.\r
42#\r
43################################################################################\r
44\r
45[Sources.common]\r
46 StatusCode/StatusCode.c\r
47 Security/Security.c\r
48 Reset/Reset.c\r
49 Ppi/Ppi.c\r
50 PeiMain/PeiMain.c\r
51 Memory/MemoryServices.c\r
52 Image/Image.c\r
53 Hob/Hob.c\r
54 FwVol/FwVol.c\r
55 Dispatcher/Dispatcher.c\r
56 Dependency/dependency.c\r
57 Dependency/dependency.h\r
58 BootMode/BootMode.c\r
59 PeiMain.h\r
60 CommonHeader.h\r
61\r
62[Sources.Ia32]\r
63 Dispatcher/Stack.c\r
64\r
65[Sources.X64]\r
66 Dispatcher/Stack.c\r
67\r
68[Sources.IPF]\r
69 Ipf/Stack.c\r
70 Ipf/IpfPeiMain.h\r
71 Ipf/IpfCpuCore.s\r
72 Ipf/IpfCpuCore.i\r
73 Ipf/SwitchToCacheMode.c\r
74\r
75[Sources.EBC]\r
76 Dispatcher/Stack.c\r
77\r
78\r
79################################################################################\r
80#\r
81# Includes Section - list of Include locations that are required for\r
82# this module.\r
83#\r
84################################################################################\r
85\r
86[Includes]\r
87 $(WORKSPACE)/MdePkg\Include/Library\r
88\r
89################################################################################\r
90#\r
91# Package Dependency Section - list of Package files that are required for\r
92# this module.\r
93#\r
94################################################################################\r
95\r
96[Packages]\r
97 MdeModulePkg/MdeModulePkg.dec\r
98 MdePkg/MdePkg.dec\r
99 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
100\r
101################################################################################\r
102#\r
103# Library Class Section - list of Library Classes that are required for\r
104# this module.\r
105#\r
106################################################################################\r
107\r
108[LibraryClasses]\r
109 TimerLib\r
110 BaseMemoryLib\r
111 PeCoffGetEntryPointLib\r
112 ReportStatusCodeLib\r
113 PeiServicesLib\r
114 PerformanceLib\r
115 HobLib\r
116 BaseLib\r
2e7a663d 117 OldPeiCoreEntryPoint\r
192f6d4c 118 DebugLib\r
119\r
120\r
121################################################################################\r
122#\r
123# Guid C Name Section - list of Guids that this module uses or produces.\r
124#\r
125################################################################################\r
126\r
127[Guids]\r
128 gEfiPeiCorePrivateGuid # PRIVATE\r
129\r
130\r
131################################################################################\r
132#\r
133# PPI C Name Section - list of PPI and PPI Notify C Names that this module\r
134# uses or produces.\r
135#\r
136################################################################################\r
137\r
138[Ppis]\r
139 gEfiPeiSecurityPpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED\r
140 gEfiPeiStatusCodePpiGuid # PPI SOMETIMES_CONSUMED\r
141 gEfiPeiResetPpiGuid # PPI SOMETIMES_CONSUMED\r
142 gEfiDxeIplPpiGuid # PPI ALWAYS_CONSUMED\r
143 gEfiPeiFvFileLoaderPpiGuid # PPI ALWAYS_CONSUMED\r
144 gEfiFindFvPpiGuid # PPI ALWAYS_CONSUMED\r
145 gEfiPeiMemoryDiscoveredPpiGuid # PPI ALWAYS_PRODUCED\r
146\r