]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/DxeIpl/DxeIpl.inf
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmbase" with PatchInstructionX86()
[mirror_edk2.git] / DuetPkg / DxeIpl / DxeIpl.inf
CommitLineData
6bfbb5f0 1## @file\r
ca162103 2# \r
b68b78e6 3# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
b1f700a8 4# This program and the accompanying materials \r
ca162103 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
6bfbb5f0 17##\r
ca162103 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeIpl\r
22 FILE_GUID = 2119BBD7-9432-4f47-B5E2-5C4EA31B6BDC\r
c69dd9df 23 MODULE_TYPE = DXE_DRIVER\r
ca162103 24 VERSION_STRING = 1.0\r
ca162103 25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 DuetPkg/DuetPkg.dec\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
ca162103 31\r
6bfbb5f0 32[LibraryClasses]\r
ca162103 33 BaseLib\r
34 BaseMemoryLib\r
35 PrintLib\r
b68b78e6 36 SerialPortLib\r
ca162103 37 ReportStatusCodeLib\r
9008db4a 38 IoLib\r
ca162103 39\r
3709c4cd 40[Guids]\r
41 gEfiVariableGuid\r
db4d3fa1
LG
42 gDxeCoreFileNameGuid\r
43 gLdrMemoryDescriptorGuid\r
3709c4cd 44\r
6bfbb5f0 45[Sources]\r
ca162103 46 DxeIpl.h\r
47 DxeInit.c\r
48 LegacyTable.c\r
49 LegacyTable.h\r
50 PpisNeededByDxeCore.c\r
51 PpisNeededByDxeCore.h\r
52 HobGeneration.c\r
53 HobGeneration.h\r
54 SerialStatusCode.c\r
55 SerialStatusCode.h\r
56 Debug.c\r
57 Debug.h\r
58 \r
59[Sources.x64]\r
9008db4a 60 X64/EnterDxeCore.c\r
f40bbc08 61 X64/Paging.c\r
62 X64/VirtualMemory.h\r
ca162103 63\r
64[Sources.Ia32]\r
9008db4a 65 Ia32/EnterDxeCore.c\r
f40bbc08 66 Ia32/Paging.c\r
67 Ia32/VirtualMemory.h\r
e5d1b4f4 68\r
e5d1b4f4 69[Depex]\r
70 TRUE\r