]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
Remove over specific library class
[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 ExtractGuidedSectionLib
66 UefiDecompressLib
67 CacheMaintenanceLib
68 ReportStatusCodeLib
69 PeiServicesLib
70 HobLib
71 BaseLib
72 PeimEntryPoint
73 DebugLib
74 S3Lib
75 RecoveryLib
76
77 [Ppis]
78 gEfiEndOfPeiSignalPpiGuid # PPI SOMETIMES_PRODUCED
79 gEfiDxeIplPpiGuid # PPI SOMETIMES_PRODUCED
80 gEfiPeiDecompressPpiGuid
81 gEfiPeiReadOnlyVariable2PpiGuid
82
83 [Guids]
84 gEfiMemoryTypeInformationGuid
85
86 [FeaturePcd.IA32]
87 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt
88 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
89
90 [FixedPcd.common]
91 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiHandoffToDxe
92
93 [Depex]
94 gEfiPeiMemoryDiscoveredPpiGuid
95