]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/DxeIpl/DxeIpl.inf
Initialize DuetPkg ...
[mirror_edk2.git] / DuetPkg / DxeIpl / DxeIpl.inf
1 #/*++
2 #
3 # Copyright (c) 2006 - 2007, Intel Corporation
4 # All rights reserved. This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 # Module Name:
13 # DxeIpl.inf
14 #
15 # Abstract:
16 #
17 #--*/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = DxeIpl
22 FILE_GUID = 2119BBD7-9432-4f47-B5E2-5C4EA31B6BDC
23 MODULE_TYPE = PEIM
24 VERSION_STRING = 1.0
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27 ENTRY_POINT = DxeInit
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 DuetPkg/DuetPkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 IntelFrameworkPkg/IntelFrameworkPkg.dec
34 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
35
36 [LibraryClasses.common]
37 BaseLib
38 BaseMemoryLib
39 PrintLib
40 PeimEntryPoint
41 ReportStatusCodeLib
42
43 [Sources.common]
44 DxeIpl.h
45 DxeInit.c
46 LegacyTable.c
47 LegacyTable.h
48 PpisNeededByDxeCore.c
49 PpisNeededByDxeCore.h
50 HobGeneration.c
51 HobGeneration.h
52 SerialStatusCode.c
53 SerialStatusCode.h
54 Debug.c
55 Debug.h
56
57 [Sources.x64]
58 X64\CpuIoAccess.asm
59 X64\EnterDxeCore.asm
60 X64\Paging.c
61 X64\VirtualMemory.h
62
63 [Sources.Ia32]
64 Ia32\CpuIoAccess.asm
65 Ia32\EnterDxeCore.asm
66 Ia32\Paging.c
67 Ia32\VirtualMemory.h
68
69