]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/OvmfPkgX64.dsc
Update DebugLib to provide support for "err" command in the EFI Shell to adjust the...
[mirror_edk2.git] / OvmfPkg / OvmfPkgX64.dsc
CommitLineData
7b202cb0 1## @file\r
49ba9447 2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform\r
3#\r
7ca30a6a 4# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
49ba9447 5#\r
56d7640a 6# This program and the accompanying materials\r
49ba9447 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
7416f4eb 30 FLASH_DEFINITION = OvmfPkg/OvmfPkgX64.fdf\r
49ba9447 31\r
0bc7e56d 32[BuildOptions]\r
152d9a6b 33 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
34 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
35 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
4a8266f5 36 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse\r
0bc7e56d 37\r
49ba9447 38################################################################################\r
39#\r
40# SKU Identification section - list of all SKU IDs supported by this Platform.\r
41#\r
42################################################################################\r
43[SkuIds]\r
44 0|DEFAULT\r
45\r
46################################################################################\r
47#\r
48# Library Class section - list of all Library Classes needed by this Platform.\r
49#\r
50################################################################################\r
7b202cb0 51[LibraryClasses]\r
49ba9447 52 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
53 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
54 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
4a8266f5 55 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
49ba9447 56 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
57 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
58 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
59 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
60 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.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
7416f4eb 85 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
86 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
87 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
88 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
689562cd 89 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
b043ebc2 90 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf\r
c6efcc2a 91\r
92!ifdef $(SOURCE_DEBUG_ENABLE)\r
93 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
94 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
95!else\r
42a83e80 96 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
97 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
c6efcc2a 98!endif\r
152d9a6b 99\r
7ca30a6a 100 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
c6efcc2a 101 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
152d9a6b 102\r
49ba9447 103[LibraryClasses.common.SEC]\r
104 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
abec2e51 105 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
fcd7e677 106 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf\r
c6efcc2a 107!ifdef $(SOURCE_DEBUG_ENABLE)\r
108 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
109!endif\r
42a83e80 110 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
111 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
112 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
113 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
49ba9447 114\r
115[LibraryClasses.common.PEI_CORE]\r
49ba9447 116 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
117 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
118 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
119 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
120 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
abec2e51 121 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 122 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 123 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
124 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
125 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
126\r
127[LibraryClasses.common.PEIM]\r
49ba9447 128 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
129 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
130 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
131 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
132 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
abec2e51 133 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 134 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 135 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
136 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
137 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
138 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
139 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
c6efcc2a 140!ifdef $(SOURCE_DEBUG_ENABLE)\r
141 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
142!endif\r
49ba9447 143\r
144[LibraryClasses.common.DXE_CORE]\r
49ba9447 145 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
146 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
147 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
abec2e51 148 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 149 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
150 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
151 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
c6efcc2a 152!ifdef $(SOURCE_DEBUG_ENABLE)\r
153 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
154!endif\r
49ba9447 155\r
156[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
49ba9447 157 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
158 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
159 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 160 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
49ba9447 161 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
162 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
49ba9447 163 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
164 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
49ba9447 165\r
166[LibraryClasses.common.UEFI_DRIVER]\r
49ba9447 167 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
168 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
169 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 170 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 171 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
172 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
49ba9447 173 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
174\r
175[LibraryClasses.common.DXE_DRIVER]\r
49ba9447 176 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
177 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
178 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 179 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 180 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
49ba9447 181 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
182 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
183 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
184 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
185 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
186 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
187 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf\r
188\r
86fef5b4 189[LibraryClasses.common.UEFI_APPLICATION]\r
190 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
191 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
192 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
193\r
49ba9447 194################################################################################\r
195#\r
196# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
197#\r
198################################################################################\r
7b202cb0 199[PcdsFeatureFlag]\r
e8d1b8d8 200 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
201 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE\r
8fa729a8
LG
202 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE\r
203 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
7709cf48 204 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
8fa729a8
LG
205\r
206 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
207 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
208 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE\r
209 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE\r
210\r
7b202cb0 211[PcdsFixedAtBuild]\r
e6d3b270 212 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
49ba9447 213\r
49ba9447 214 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
215 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
216 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
217 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400\r
218 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r
27f58ea1 219 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000\r
220 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000\r
221 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000\r
222 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000\r
49ba9447 223\r
49ba9447 224 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
225\r
49ba9447 226 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
227 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
c6efcc2a 228!ifdef $(SOURCE_DEBUG_ENABLE)\r
229 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
230!else\r
49ba9447 231 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
c6efcc2a 232!endif\r
233\r
234 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
49ba9447 235\r
49ba9447 236################################################################################\r
237#\r
238# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
239#\r
240################################################################################\r
241\r
7b202cb0 242[PcdsDynamicDefault]\r
77ba993c 243 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
e3130268 244 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
27f58ea1 245 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
246 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
247\r
49ba9447 248\r
249################################################################################\r
250#\r
251# Components Section - list of all EDK II Modules needed by this Platform.\r
252#\r
253################################################################################\r
7b202cb0 254[Components]\r
49ba9447 255 #\r
256 # SEC Phase modules\r
257 #\r
c1c2669c 258 OvmfPkg/Sec/SecMain.inf {\r
259 <LibraryClasses>\r
260 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
261 }\r
49ba9447 262\r
263 #\r
264 # PEI Phase modules\r
265 #\r
266 MdeModulePkg/Core/Pei/PeiMain.inf\r
267 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
268 <LibraryClasses>\r
269 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
270 }\r
271 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
c1c2669c 272 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
77ba993c 273\r
274 OvmfPkg/PlatformPei/PlatformPei.inf {\r
275 <LibraryClasses>\r
276 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
277 }\r
49ba9447 278\r
279 #\r
280 # DXE Phase modules\r
281 #\r
282 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
283 <LibraryClasses>\r
284 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
285 }\r
286\r
287 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
288 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
289 <LibraryClasses>\r
290 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
291 }\r
c1c2669c 292\r
49ba9447 293 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
294 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
e6d3b270 295 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
e471bf1f 296 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
49ba9447 297 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r
73cbc580 298 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
49ba9447 299 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
300 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
301 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
4ad90a84 302 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
49ba9447 303 PcAtChipsetPkg/KbcResetDxe/Reset.inf\r
304 MdeModulePkg/Universal/Metronome/Metronome.inf {\r
305 <LibraryClasses>\r
306 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
307 }\r
308\r
78e748bd 309 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {\r
49ba9447 310 <LibraryClasses>\r
311 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
312 }\r
313\r
c1c2669c 314 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
49ba9447 315 <LibraryClasses>\r
316 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
317 }\r
318\r
efd82c57 319 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf\r
27f58ea1 320 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {\r
321 <LibraryClasses>\r
322 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf\r
323 }\r
324 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
325 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
49ba9447 326 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
327 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
328 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
329 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
330 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
331 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
332 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
333 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
86fef5b4 334 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
49ba9447 335 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
336 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
337 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
338 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
339 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
340 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
341 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf\r
342 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
343 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
999a815e 344 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
49ba9447 345\r
346 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf\r
347\r
348 #\r
349 # ISA Support\r
350 #\r
351 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r
352 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
353 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
354 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
355 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
356\r
357 #\r
358 # ACPI Support\r
359 #\r
360 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
361 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
362 OvmfPkg/AcpiTables/AcpiTables.inf\r
7416f4eb 363\r
364 #\r
365 # Network Support\r
366 #\r
367!if $(NETWORK_ENABLE)\r
368 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
369 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
370 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
371 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
372 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
373 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
374 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
375 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
376 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
377 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
378 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
379 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
380 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
381!endif\r
152d9a6b 382\r
689562cd 383 #\r
384 # Usb Support\r
385 #\r
386 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
387 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
388 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
389 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
390 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
391\r