]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgIa32.dsc
Clean up SEC implementation for Ovmf.
[mirror_edk2.git] / OvmfPkg / OvmfPkgIa32.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/OvmfIa32
27 SUPPORTED_ARCHITECTURES = IA32
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = OvmfPkg/OvmfPkgIa32.fdf
31
32 [BuildOptions]
33 GCC:*_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
34 INTEL:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
35 MSFT:*_*_*_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 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
89 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
90 ResetSystemLib|PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
91
92 [LibraryClasses.common.SEC]
93 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
94 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
95 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
96 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
97 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
98 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
99 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
100
101 [LibraryClasses.common.PEI_CORE]
102 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
103 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
104 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
105 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
106 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
107 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
108 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
109 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
110 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
111 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
112 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
113
114 [LibraryClasses.common.PEIM]
115 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
116 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
117 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
118 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
119 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
120 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
121 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
122 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
123 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
124 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
125 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
126 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
127 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
128
129 [LibraryClasses.common.DXE_CORE]
130 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
131 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
132 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
133 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
134 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
135 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
136 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
137 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
138
139 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
140 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
141 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
142 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
143 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
144 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
145 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
146 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
147 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
148 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
149
150 [LibraryClasses.common.UEFI_DRIVER]
151 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
152 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
153 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
154 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
155 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
156 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
157 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
158 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
159
160 [LibraryClasses.common.DXE_DRIVER]
161 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
162 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
163 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
164 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
165 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
166 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
167 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
168 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
169 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
170 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
171 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
172 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
173 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
174
175 [LibraryClasses.common.UEFI_APPLICATION]
176 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
177 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
178 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
179 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
180
181 ################################################################################
182 #
183 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
184 #
185 ################################################################################
186 [PcdsFeatureFlag]
187 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
188 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
189 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
190 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
191
192 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
193 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
194 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE
195 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE
196
197 [PcdsFixedAtBuild]
198 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
199 gEfiSioTokenSpaceGuid.PcdSerialRegisterBase|0x3F8
200 gEfiSioTokenSpaceGuid.PcdSerialLineControl|0x07
201 gEfiSioTokenSpaceGuid.PcdSerialBoudRate|115200
202
203 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
204 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
205 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
206 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
207 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
208 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
209 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
210 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
211 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
212
213 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
214
215 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
216 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
217 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
218
219 ################################################################################
220 #
221 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
222 #
223 ################################################################################
224
225 [PcdsDynamicDefault]
226 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
227 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
228 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
229 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
230
231
232 ################################################################################
233 #
234 # Components Section - list of all EDK II Modules needed by this Platform.
235 #
236 ################################################################################
237 [Components]
238 #
239 # SEC Phase modules
240 #
241 OvmfPkg/Sec/SecMain.inf {
242 <LibraryClasses>
243 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
244 }
245
246 #
247 # PEI Phase modules
248 #
249 MdeModulePkg/Core/Pei/PeiMain.inf
250 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
251 <LibraryClasses>
252 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
253 }
254 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
255 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
256
257 OvmfPkg/PlatformPei/PlatformPei.inf {
258 <LibraryClasses>
259 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
260 }
261
262 #
263 # DXE Phase modules
264 #
265 MdeModulePkg/Core/Dxe/DxeMain.inf {
266 <LibraryClasses>
267 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
268 }
269
270 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
271 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
272 <LibraryClasses>
273 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
274 }
275
276 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
277 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
278 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
279 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
280 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
281 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
282 UefiCpuPkg/CpuDxe/CpuDxe.inf
283 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
284 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
285 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
286 PcAtChipsetPkg/KbcResetDxe/Reset.inf
287 MdeModulePkg/Universal/Metronome/Metronome.inf {
288 <LibraryClasses>
289 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
290 }
291
292 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
293 <LibraryClasses>
294 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
295 }
296
297 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
298 <LibraryClasses>
299 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
300 }
301
302 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf
303 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
304 <LibraryClasses>
305 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
306 }
307 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
308 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
309 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
310 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
311 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
312 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
313 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
314 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
315 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
316 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
317 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
318 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
319 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
320 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
321 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
322 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
323 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
324 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
325 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
326 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
327
328 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
329
330 #
331 # ISA Support
332 #
333 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
334 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
335 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
336 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
337 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
338
339 #
340 # ACPI Support
341 #
342 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
343 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
344 OvmfPkg/AcpiTables/AcpiTables.inf
345
346 #
347 # Network Support
348 #
349 !if $(NETWORK_ENABLE)
350 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
351 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
352 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
353 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
354 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
355 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
356 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
357 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
358 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
359 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
360 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
361 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
362 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
363 !endif
364