]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/Pei/PeiMain.inf
Import EhciDxe and UhciDxe into MdeModulePkg.
[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
66\r
192f6d4c 67[Includes]\r
68 $(WORKSPACE)/MdePkg\Include/Library\r
69\r
192f6d4c 70[Packages]\r
71 MdeModulePkg/MdeModulePkg.dec\r
72 MdePkg/MdePkg.dec\r
73 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
74\r
192f6d4c 75[LibraryClasses]\r
76 TimerLib\r
77 BaseMemoryLib\r
78 PeCoffGetEntryPointLib\r
79 ReportStatusCodeLib\r
80 PeiServicesLib\r
81 PerformanceLib\r
82 HobLib\r
83 BaseLib\r
2e7a663d 84 OldPeiCoreEntryPoint\r
192f6d4c 85 DebugLib\r
86\r
192f6d4c 87[Guids]\r
88 gEfiPeiCorePrivateGuid # PRIVATE\r
89\r
192f6d4c 90[Ppis]\r
91 gEfiPeiSecurityPpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED\r
92 gEfiPeiStatusCodePpiGuid # PPI SOMETIMES_CONSUMED\r
93 gEfiPeiResetPpiGuid # PPI SOMETIMES_CONSUMED\r
94 gEfiDxeIplPpiGuid # PPI ALWAYS_CONSUMED\r
95 gEfiPeiFvFileLoaderPpiGuid # PPI ALWAYS_CONSUMED\r
96 gEfiFindFvPpiGuid # PPI ALWAYS_CONSUMED\r
97 gEfiPeiMemoryDiscoveredPpiGuid # PPI ALWAYS_PRODUCED\r
98\r