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