]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
clean up EBC in inf files.
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
1 #/** @file
2 #
3 # Component description file for DxeIpl module
4 #
5 # The responsibility of this module is to load the DXE Core from a Firmware Volume.
6 # This implementation is used to load a 32-bit DXE Core.
7 #
8 # Copyright (c) 2006 - 2008, Intel Corporation. <BR>
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = DxeIpl
22 FILE_GUID = 86D70125-BAA3-4296-A62F-602BEBBB9081
23 MODULE_TYPE = PEIM
24 VERSION_STRING = 1.0
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = PeimInitializeDxeIpl
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
34 #
35
36 [Sources.common]
37 DxeIpl.h
38 DxeLoad.c
39
40 [Sources.Ia32]
41 Ia32/VirtualMemory.h
42 Ia32/VirtualMemory.c
43 Ia32/DxeLoadFunc.c
44 Ia32/ImageRead.c
45 Ia32/IdtVectorAsm.asm
46 Ia32/IdtVectorAsm.S | GCC
47
48 [Sources.X64, Sources.EBC]
49 X64/DxeLoadFunc.c
50 Ia32/ImageRead.c
51
52 [Sources.IPF]
53 Ipf/DxeLoadFunc.c
54 Ipf/ImageRead.c
55
56 [Packages]
57 MdePkg/MdePkg.dec
58 MdeModulePkg/MdeModulePkg.dec
59
60 [LibraryClasses]
61 PeCoffLib
62 PcdLib
63 MemoryAllocationLib
64 BaseMemoryLib
65 PeiServicesTablePointerLib
66 ExtractGuidedSectionLib
67 UefiDecompressLib
68 CacheMaintenanceLib
69 ReportStatusCodeLib
70 PeiServicesLib
71 HobLib
72 BaseLib
73 PeimEntryPoint
74 DebugLib
75 S3Lib
76 RecoveryLib
77 PerformanceLib
78
79 [Ppis]
80 gEfiEndOfPeiSignalPpiGuid # PPI SOMETIMES_PRODUCED
81 gEfiDxeIplPpiGuid # PPI SOMETIMES_PRODUCED
82 gEfiPeiDecompressPpiGuid
83 gEfiPeiReadOnlyVariable2PpiGuid
84
85 [Guids]
86 gEfiMemoryTypeInformationGuid
87
88 [FeaturePcd.IA32]
89 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt
90 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
91
92 [FixedPcd.common]
93 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiHandoffToDxe
94
95 [Depex]
96 gEfiPeiMemoryDiscoveredPpiGuid
97