]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgX64.dsc
OVMF: Only enable MDEPKG_NDEBUG for RELEASE builds
[mirror_edk2.git] / OvmfPkg / OvmfPkgX64.dsc
1 ## @file
2 # EFI/Framework Open Virtual Machine Firmware (OVMF) platform
3 #
4 # Copyright (c) 2006 - 2010, 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/OvmfX64
27 SUPPORTED_ARCHITECTURES = X64
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = OvmfPkg/OvmfPkgX64.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
37 ################################################################################
38 #
39 # SKU Identification section - list of all SKU IDs supported by this Platform.
40 #
41 ################################################################################
42 [SkuIds]
43 0|DEFAULT
44
45 ################################################################################
46 #
47 # Library Class section - list of all Library Classes needed by this Platform.
48 #
49 ################################################################################
50 [LibraryClasses]
51 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
52 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
54 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
55 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
56 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
57 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
58 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
59 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
60 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
61 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
62 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
63 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
64 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
65 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
66 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
67 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
68 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
69 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
70 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
71 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
72 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
73 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
74 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
75 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
76 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
77 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
78 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
79 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
80 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
81 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
82 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
83 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
84 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
85 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
86 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
87 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
88
89 !ifdef $(SOURCE_DEBUG_ENABLE)
90 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
91 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
92 !else
93 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
94 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
95 !endif
96
97 ResetSystemLib|PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
98 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
99
100 [LibraryClasses.common.SEC]
101 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
102 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
103 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
104 !ifdef $(SOURCE_DEBUG_ENABLE)
105 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
106 !endif
107 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
108 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
109 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
110 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
111
112 [LibraryClasses.common.PEI_CORE]
113 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
114 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
115 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
116 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
117 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
118 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
119 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
120 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
121 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
122 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
123 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
124
125 [LibraryClasses.common.PEIM]
126 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
127 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
128 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
129 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
130 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
131 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
132 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
133 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
134 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
135 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
136 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
137 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
138 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
139 !ifdef $(SOURCE_DEBUG_ENABLE)
140 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
141 !endif
142
143 [LibraryClasses.common.DXE_CORE]
144 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
145 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
146 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
147 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
148 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
149 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
150 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
151 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
152 !ifdef $(SOURCE_DEBUG_ENABLE)
153 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
154 !endif
155
156 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
157 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
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 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
169 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
170 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
171 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
172 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
173 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
174 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
175 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
176
177 [LibraryClasses.common.DXE_DRIVER]
178 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
179 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
180 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
181 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
182 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
183 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
184 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
185 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
186 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
187 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
188 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
189 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
190 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
191
192 [LibraryClasses.common.UEFI_APPLICATION]
193 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
194 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
195 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
196 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
197
198 ################################################################################
199 #
200 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
201 #
202 ################################################################################
203 [PcdsFeatureFlag]
204 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
205 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
206 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
207 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
208
209 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
210 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
211 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE
212 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE
213
214 [PcdsFixedAtBuild]
215 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
216
217 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
218 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
219 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
220 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
221 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
222 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
223 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
224 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
225 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
226
227 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
228
229 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
230 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
231 !ifdef $(SOURCE_DEBUG_ENABLE)
232 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
233 !else
234 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
235 !endif
236
237 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
238
239 ################################################################################
240 #
241 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
242 #
243 ################################################################################
244
245 [PcdsDynamicDefault]
246 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
247 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
248 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
249 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
250
251
252 ################################################################################
253 #
254 # Components Section - list of all EDK II Modules needed by this Platform.
255 #
256 ################################################################################
257 [Components]
258 #
259 # SEC Phase modules
260 #
261 OvmfPkg/Sec/SecMain.inf {
262 <LibraryClasses>
263 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
264 }
265
266 #
267 # PEI Phase modules
268 #
269 MdeModulePkg/Core/Pei/PeiMain.inf
270 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
271 <LibraryClasses>
272 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
273 }
274 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
275 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
276
277 OvmfPkg/PlatformPei/PlatformPei.inf {
278 <LibraryClasses>
279 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
280 }
281
282 #
283 # DXE Phase modules
284 #
285 MdeModulePkg/Core/Dxe/DxeMain.inf {
286 <LibraryClasses>
287 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
288 }
289
290 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
291 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
292 <LibraryClasses>
293 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
294 }
295
296 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
297 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
298 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
299 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
300 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
301 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
302 UefiCpuPkg/CpuDxe/CpuDxe.inf
303 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
304 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
305 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
306 PcAtChipsetPkg/KbcResetDxe/Reset.inf
307 MdeModulePkg/Universal/Metronome/Metronome.inf {
308 <LibraryClasses>
309 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
310 }
311
312 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
313 <LibraryClasses>
314 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
315 }
316
317 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
318 <LibraryClasses>
319 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
320 }
321
322 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf
323 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
324 <LibraryClasses>
325 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
326 }
327 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
328 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
329 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
330 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
331 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
332 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
333 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
334 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
335 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
336 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
337 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
338 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
339 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
340 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
341 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
342 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
343 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
344 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
345 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
346 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
347
348 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
349
350 #
351 # ISA Support
352 #
353 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
354 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
355 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
356 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
357 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
358
359 #
360 # ACPI Support
361 #
362 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
363 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
364 OvmfPkg/AcpiTables/AcpiTables.inf
365
366 #
367 # Network Support
368 #
369 !if $(NETWORK_ENABLE)
370 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
371 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
372 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
373 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
374 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
375 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
376 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
377 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
378 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
379 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
380 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
381 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
382 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
383 !endif
384