]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/OvmfPkgX64.dsc
Update the copyright notice format
[mirror_edk2.git] / OvmfPkg / OvmfPkgX64.dsc
CommitLineData
7b202cb0 1## @file\r
49ba9447 2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform\r
3#\r
c1c2669c 4# Copyright (c) 2006 - 2010, Intel Corporation\r
49ba9447 5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
7b202cb0 14##\r
49ba9447 15\r
16################################################################################\r
17#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 PLATFORM_NAME = Ovmf\r
23 PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b\r
24 PLATFORM_VERSION = 0.1\r
713b7b5e 25 DSC_SPECIFICATION = 0x00010005\r
49ba9447 26 OUTPUT_DIRECTORY = Build/OvmfX64\r
27 SUPPORTED_ARCHITECTURES = X64\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
30 FLASH_DEFINITION = OvmfPkg/OvmfPkg.fdf\r
31\r
0bc7e56d 32[BuildOptions]\r
33 GCC:*_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
34 INTEL:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
35 MSFT:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
36\r
49ba9447 37################################################################################\r
38#\r
39# SKU Identification section - list of all SKU IDs supported by this Platform.\r
40#\r
41################################################################################\r
42[SkuIds]\r
43 0|DEFAULT\r
44\r
45################################################################################\r
46#\r
47# Library Class section - list of all Library Classes needed by this Platform.\r
48#\r
49################################################################################\r
7b202cb0 50[LibraryClasses]\r
49ba9447 51 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
52 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
54 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
55 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
56 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
57 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
58 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
59 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
60 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
49ba9447 61 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
62 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
63 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
64 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
49ba9447 65 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
66 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
67 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
68 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
69 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
70 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
71 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
1630c6df 72 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 73 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf\r
74 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
86fef5b4 75 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
76 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
77 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
78 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
79 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
80 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
14b21de9 81 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf\r
82 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf\r
284af948 83 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
8273af4e 84 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
4f344644 85 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
49ba9447 86\r
87[LibraryClasses.common.SEC]\r
8cf01cae 88 BaseMemoryLib|MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf\r
49ba9447 89 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
abec2e51 90 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
c1c2669c 91 ExtractGuidedSectionLib|OvmfPkg/Library/SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.inf\r
49ba9447 92\r
93[LibraryClasses.common.PEI_CORE]\r
8cf01cae 94 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r
49ba9447 95 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
96 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
97 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
98 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
99 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
abec2e51 100 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 101 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 102 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
103 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
104 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
105\r
106[LibraryClasses.common.PEIM]\r
8cf01cae 107 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r
49ba9447 108 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
109 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
110 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
111 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
112 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
abec2e51 113 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 114 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 115 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
116 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
117 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
118 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
119 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
120\r
121[LibraryClasses.common.DXE_CORE]\r
8cf01cae 122 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
49ba9447 123 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
124 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
125 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
abec2e51 126 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 127 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
128 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
129 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
130\r
131[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
8cf01cae 132 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
49ba9447 133 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
134 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
135 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 136 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
49ba9447 137 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
138 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
49ba9447 139 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
140 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
49ba9447 141\r
142[LibraryClasses.common.UEFI_DRIVER]\r
8cf01cae 143 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
49ba9447 144 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
145 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
146 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 147 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 148 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
149 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
49ba9447 150 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
151\r
152[LibraryClasses.common.DXE_DRIVER]\r
8cf01cae 153 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
49ba9447 154 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
155 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
156 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 157 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 158 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
49ba9447 159 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
160 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
161 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
162 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
163 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
164 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
165 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf\r
166\r
86fef5b4 167[LibraryClasses.common.UEFI_APPLICATION]\r
8cf01cae 168 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
86fef5b4 169 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
170 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
171 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
172\r
49ba9447 173################################################################################\r
174#\r
175# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
176#\r
177################################################################################\r
7b202cb0 178[PcdsFeatureFlag]\r
e8d1b8d8 179 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
180 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE\r
8fa729a8
LG
181 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE\r
182 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
183\r
184 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
185 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
186 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE\r
187 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE\r
188\r
7b202cb0 189[PcdsFixedAtBuild]\r
e6d3b270 190 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
49ba9447 191 gEfiSioTokenSpaceGuid.PcdSerialRegisterBase|0x3F8\r
192 gEfiSioTokenSpaceGuid.PcdSerialLineControl|0x07\r
193 gEfiSioTokenSpaceGuid.PcdSerialBoudRate|115200\r
194\r
49ba9447 195 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
196 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
197 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
198 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400\r
199 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r
27f58ea1 200 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000\r
201 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000\r
202 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000\r
203 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000\r
49ba9447 204\r
49ba9447 205 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
206\r
49ba9447 207 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
208 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
209 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
210\r
49ba9447 211################################################################################\r
212#\r
213# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
214#\r
215################################################################################\r
216\r
7b202cb0 217[PcdsDynamicDefault]\r
77ba993c 218 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
27f58ea1 219 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0\r
220 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
221 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
222\r
49ba9447 223\r
224################################################################################\r
225#\r
226# Components Section - list of all EDK II Modules needed by this Platform.\r
227#\r
228################################################################################\r
7b202cb0 229[Components]\r
49ba9447 230 #\r
231 # SEC Phase modules\r
232 #\r
c1c2669c 233 OvmfPkg/Sec/SecMain.inf {\r
234 <LibraryClasses>\r
235 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
236 }\r
49ba9447 237\r
238 #\r
239 # PEI Phase modules\r
240 #\r
241 MdeModulePkg/Core/Pei/PeiMain.inf\r
242 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
243 <LibraryClasses>\r
244 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
245 }\r
246 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
c1c2669c 247 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
77ba993c 248\r
249 OvmfPkg/PlatformPei/PlatformPei.inf {\r
250 <LibraryClasses>\r
251 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
252 }\r
49ba9447 253\r
254 #\r
255 # DXE Phase modules\r
256 #\r
257 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
258 <LibraryClasses>\r
259 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
260 }\r
261\r
262 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
263 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
264 <LibraryClasses>\r
265 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
266 }\r
c1c2669c 267\r
49ba9447 268 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
269 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
e6d3b270 270 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
e471bf1f 271 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
49ba9447 272 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r
73cbc580 273 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
49ba9447 274 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
275 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
276 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
4ad90a84 277 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
49ba9447 278 PcAtChipsetPkg/KbcResetDxe/Reset.inf\r
279 MdeModulePkg/Universal/Metronome/Metronome.inf {\r
280 <LibraryClasses>\r
281 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
282 }\r
283\r
78e748bd 284 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {\r
49ba9447 285 <LibraryClasses>\r
286 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
287 }\r
288\r
c1c2669c 289 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
49ba9447 290 <LibraryClasses>\r
291 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
292 }\r
293\r
efd82c57 294 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf\r
27f58ea1 295 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {\r
296 <LibraryClasses>\r
297 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf\r
298 }\r
299 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
300 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
49ba9447 301 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
302 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
303 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
304 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
305 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
306 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
307 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
308 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
86fef5b4 309 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
49ba9447 310 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
311 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
312 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
313 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
314 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
315 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
316 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf\r
317 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
318 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
319\r
320 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf\r
321\r
322 #\r
323 # ISA Support\r
324 #\r
325 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r
326 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
327 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
328 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
329 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
330\r
331 #\r
332 # ACPI Support\r
333 #\r
334 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
335 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
336 OvmfPkg/AcpiTables/AcpiTables.inf\r
337\r