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