]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/OvmfPkgX64.dsc
CryptoPkg/OpensslLib: add softfloat dependency for ARM
[mirror_edk2.git] / OvmfPkg / OvmfPkgX64.dsc
CommitLineData
7b202cb0 1## @file\r
49ba9447 2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform\r
3#\r
86a9c7a7 4# Copyright (c) 2006 - 2015, 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
e05061c5 32 #\r
33 # Defines for default states. These can be changed on the command line.\r
34 # -D FLAG=VALUE\r
35 #\r
36 DEFINE SECURE_BOOT_ENABLE = FALSE\r
36c6413f 37 DEFINE NETWORK_IP6_ENABLE = FALSE\r
ab44a6e8 38 DEFINE HTTP_BOOT_ENABLE = FALSE\r
e05061c5 39\r
0bc7e56d 40[BuildOptions]\r
0b5a5022 41 GCC:*_UNIXGCC_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
152d9a6b 42 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
43 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
44 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
4a8266f5 45 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse\r
bbcafc44 46!ifdef $(SOURCE_DEBUG_ENABLE)\r
47 MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
48 GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
49 INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
50!endif\r
0bc7e56d 51\r
ddd89cd5
AB
52[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]\r
53 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r
54\r
49ba9447 55################################################################################\r
56#\r
57# SKU Identification section - list of all SKU IDs supported by this Platform.\r
58#\r
59################################################################################\r
60[SkuIds]\r
61 0|DEFAULT\r
62\r
63################################################################################\r
64#\r
65# Library Class section - list of all Library Classes needed by this Platform.\r
66#\r
67################################################################################\r
7b202cb0 68[LibraryClasses]\r
49ba9447 69 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
170ef2d9 70 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r
49ba9447 71 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
4a8266f5 72 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
49ba9447 73 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
74 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
75 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
76 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
77 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
49ba9447 78 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
79 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
80 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
81 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
49ba9447 82 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
83 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
84 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
cd455669 85 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
49ba9447 86 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
87 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
88 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
89 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
1630c6df 90 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 91 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf\r
92 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
86fef5b4 93 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
94 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
95 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
96 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
97 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
5c3481b0 98 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
14b21de9 99 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf\r
ae591c14 100 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
284af948 101 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
8273af4e 102 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
7416f4eb 103 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
104 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
105 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
106 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
689562cd 107 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
b043ebc2 108 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf\r
f1ec65ba 109 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
263559b8 110 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
3c0a051f 111 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf\r
6a7cba79 112 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf\r
56af21cb 113 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
c6efcc2a 114\r
115!ifdef $(SOURCE_DEBUG_ENABLE)\r
116 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
117 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
118!else\r
42a83e80 119 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
120 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
c6efcc2a 121!endif\r
152d9a6b 122\r
7ca30a6a 123 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
c6efcc2a 124 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
8cee3de7 125 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
126\r
127!if $(SECURE_BOOT_ENABLE) == TRUE\r
128 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
129 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
130 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
0d28d286 131 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r
285542eb 132 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r
36c6413f
GL
133!if $(NETWORK_IP6_ENABLE) == TRUE\r
134 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
135!endif\r
285542eb
SZ
136!else\r
137 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
138 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
8cee3de7 139!endif\r
68ef1ad7 140 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
8cee3de7 141\r
ab44a6e8
GCPL
142!if $(HTTP_BOOT_ENABLE) == TRUE\r
143 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf\r
144!endif\r
145\r
b017b1b2
LE
146 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
147 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf\r
48cc4d0c 148 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf\r
df040c00 149 XenHypercallLib|OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf\r
b017b1b2 150\r
8cee3de7 151[LibraryClasses.common]\r
152!if $(SECURE_BOOT_ENABLE) == TRUE\r
153 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
154!endif\r
152d9a6b 155\r
49ba9447 156[LibraryClasses.common.SEC]\r
170ef2d9 157 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf\r
c90decb9 158 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf\r
b90aefa9 159!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 160 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 161!else\r
162 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
163!endif\r
abec2e51 164 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
fcd7e677 165 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf\r
c6efcc2a 166!ifdef $(SOURCE_DEBUG_ENABLE)\r
167 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
168!endif\r
42a83e80 169 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
170 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
171 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
172 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
85a32c71 173 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
49ba9447 174\r
175[LibraryClasses.common.PEI_CORE]\r
49ba9447 176 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
177 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
178 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
179 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
180 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
abec2e51 181 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 182 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 183 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
b90aefa9 184!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 185 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 186!else\r
187 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
188!endif\r
49ba9447 189 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
190\r
191[LibraryClasses.common.PEIM]\r
49ba9447 192 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
193 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
194 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
195 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
196 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
abec2e51 197 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 198 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 199 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
b90aefa9 200!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 201 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 202!else\r
203 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
204!endif\r
49ba9447 205 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
206 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
207 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
c6efcc2a 208!ifdef $(SOURCE_DEBUG_ENABLE)\r
209 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
210!endif\r
49ba9447 211\r
212[LibraryClasses.common.DXE_CORE]\r
49ba9447 213 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
214 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
215 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
abec2e51 216 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
b90aefa9 217!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 218 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 219!else\r
220 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
221!endif\r
49ba9447 222 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
c6efcc2a 223!ifdef $(SOURCE_DEBUG_ENABLE)\r
224 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
225!endif\r
85a32c71 226 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
c075d250 227 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
49ba9447 228\r
229[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
988e5986 230 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
170ef2d9 231 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
49ba9447 232 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
233 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
234 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 235 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
b90aefa9 236!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 237 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 238!else\r
239 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
240!endif\r
49ba9447 241 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
8cee3de7 242!if $(SECURE_BOOT_ENABLE) == TRUE\r
243 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
244!endif\r
49ba9447 245\r
246[LibraryClasses.common.UEFI_DRIVER]\r
988e5986
GS
247 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
248 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
49ba9447 249 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
250 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
251 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 252 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
b90aefa9 253!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 254 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 255!else\r
256 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
257!endif\r
49ba9447 258 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
259\r
260[LibraryClasses.common.DXE_DRIVER]\r
988e5986 261 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
170ef2d9 262 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
49ba9447 263 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
49ba9447 264 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 265 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 266 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
b90aefa9 267!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 268 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 269!else\r
270 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
271!endif\r
49ba9447 272 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
273 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
274 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
275 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
276 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf\r
85a32c71 277 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
6a7cba79 278 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf\r
34511266
JJ
279!ifdef $(SOURCE_DEBUG_ENABLE)\r
280 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
281!endif\r
cca7475b 282 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
49ba9447 283\r
86fef5b4 284[LibraryClasses.common.UEFI_APPLICATION]\r
988e5986
GS
285 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
286 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
86fef5b4 287 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
288 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
b90aefa9 289!ifdef $(DEBUG_ON_SERIAL_PORT)\r
86fef5b4 290 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 291!else\r
292 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
293!endif\r
86fef5b4 294\r
988e5986
GS
295[LibraryClasses.common.DXE_SMM_DRIVER]\r
296 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
297 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
298\r
299[LibraryClasses.common.SMM_CORE]\r
300 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
301 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
302\r
49ba9447 303################################################################################\r
304#\r
305# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
306#\r
307################################################################################\r
7b202cb0 308[PcdsFeatureFlag]\r
e8d1b8d8 309 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
310 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE\r
8fa729a8
LG
311 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE\r
312 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
8fa729a8
LG
313 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
314 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
e05061c5 315!if $(SECURE_BOOT_ENABLE) == TRUE\r
316 gUefiOvmfPkgTokenSpaceGuid.PcdSecureBootEnable|TRUE\r
317!endif\r
8fa729a8 318\r
7b202cb0 319[PcdsFixedAtBuild]\r
e6d3b270 320 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
670a64e7 321 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
49ba9447 322 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
323 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
324 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
fd4ba547 325 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
49ba9447 326 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r
9a089978 327 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000\r
49ba9447 328\r
49ba9447 329 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
330\r
49ba9447 331 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
332 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
c6efcc2a 333!ifdef $(SOURCE_DEBUG_ENABLE)\r
334 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
335!else\r
49ba9447 336 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
c6efcc2a 337!endif\r
338\r
670a64e7 339!ifdef $(SOURCE_DEBUG_ENABLE)\r
c6efcc2a 340 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
670a64e7 341!endif\r
49ba9447 342\r
9bef3cdc 343!ifndef $(USE_OLD_SHELL)\r
345a0c8f 344 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
345a0c8f 345!endif\r
346\r
53de44aa 347!if $(SECURE_BOOT_ENABLE) == TRUE\r
348 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
db44ea6c
FS
349 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
350 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
351 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
53de44aa 352!endif\r
353\r
7ca126ff 354 # IRQs 5, 9, 10, 11 are level-triggered\r
355 gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20\r
356\r
49ba9447 357################################################################################\r
358#\r
359# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
360#\r
361################################################################################\r
362\r
7b202cb0 363[PcdsDynamicDefault]\r
77ba993c 364 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
e3130268 365 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
27f58ea1 366 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
367 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
447d2641 368 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|FALSE\r
c4341e3a
LE
369 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
370 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
d55004da 371 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0\r
27f58ea1 372\r
86a9c7a7 373 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0\r
49ba9447 374\r
848834cb 375 # Set video resolution for text setup.\r
86a9c7a7
RN
376 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
377 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
848834cb 378\r
37baf06b 379 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208\r
c3db5a8c 380 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
6fbef93e 381 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
37baf06b 382\r
d26753f8 383 # Noexec settings for DXE.\r
d20b06a3 384 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE\r
c075d250 385 gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|FALSE\r
d26753f8 386\r
49ba9447 387################################################################################\r
388#\r
389# Components Section - list of all EDK II Modules needed by this Platform.\r
390#\r
391################################################################################\r
7b202cb0 392[Components]\r
497cbb53
JJ
393 OvmfPkg/ResetVector/ResetVector.inf\r
394\r
49ba9447 395 #\r
396 # SEC Phase modules\r
397 #\r
c1c2669c 398 OvmfPkg/Sec/SecMain.inf {\r
399 <LibraryClasses>\r
400 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
401 }\r
49ba9447 402\r
403 #\r
404 # PEI Phase modules\r
405 #\r
406 MdeModulePkg/Core/Pei/PeiMain.inf\r
407 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
408 <LibraryClasses>\r
409 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
410 }\r
411 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
d26753f8
LE
412 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
413 <LibraryClasses>\r
414 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
415 }\r
77ba993c 416\r
417 OvmfPkg/PlatformPei/PlatformPei.inf {\r
418 <LibraryClasses>\r
419 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
420 }\r
5fb6fc0f
LE
421 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf {\r
422 <LibraryClasses>\r
423 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
424 }\r
49ba9447 425\r
426 #\r
427 # DXE Phase modules\r
428 #\r
429 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
430 <LibraryClasses>\r
431 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
5c3481b0 432 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
49ba9447 433 }\r
434\r
435 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
436 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
437 <LibraryClasses>\r
438 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
439 }\r
c1c2669c 440\r
49ba9447 441 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
8cee3de7 442\r
443!if $(SECURE_BOOT_ENABLE) == TRUE\r
444 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
445 <LibraryClasses>\r
446 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
8cee3de7 447 }\r
448!else\r
49ba9447 449 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
8cee3de7 450!endif\r
451\r
e6d3b270 452 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
49ba9447 453 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r
73cbc580 454 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
49ba9447 455 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
456 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
d52bde1c 457 OvmfPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
447d2641
WL
458 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
459 <LibraryClasses>\r
460 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
461 }\r
49ba9447 462 PcAtChipsetPkg/KbcResetDxe/Reset.inf\r
170ef2d9
GS
463 MdeModulePkg/Universal/Metronome/Metronome.inf\r
464 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
c1c2669c 465 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
49ba9447 466 <LibraryClasses>\r
8016da21 467!ifdef $(CSM_ENABLE)\r
468 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf\r
469!endif\r
49ba9447 470 }\r
471\r
efd82c57 472 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf\r
56f65ed8 473 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
fd51d759 474 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
37078a63 475 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
182eb456 476 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
d9fdfd85 477 OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf\r
e65e8802 478 OvmfPkg/XenBusDxe/XenBusDxe.inf\r
de671da8 479 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf\r
27f58ea1 480 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {\r
481 <LibraryClasses>\r
482 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf\r
483 }\r
484 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
dd0ad62d
SZ
485 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
486 <LibraryClasses>\r
487 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
488 }\r
49ba9447 489 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
490 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
491 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
492 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
493 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
c4341e3a
LE
494 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {\r
495 <LibraryClasses>\r
496 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
497 }\r
49ba9447 498 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
5c3481b0
RN
499 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
500 <LibraryClasses>\r
501 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
502 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
503 }\r
86fef5b4 504 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
49ba9447 505 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
506 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
507 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
508 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
509 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
b82802b8
RJ
510 OvmfPkg/SataControllerDxe/SataControllerDxe.inf\r
511 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf\r
512 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
49ba9447 513 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
514 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
56af21cb 515 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
999a815e 516 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
49ba9447 517\r
eaf4f336 518 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r
519 <LibraryClasses>\r
520 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
521 }\r
49ba9447 522\r
523 #\r
524 # ISA Support\r
525 #\r
526 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r
527 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
528 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
529 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
530 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
531\r
fb511817 532 #\r
533 # SMBIOS Support\r
534 #\r
98937dc2
LE
535 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
536 <LibraryClasses>\r
537 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
538 }\r
fb511817 539 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
540\r
49ba9447 541 #\r
542 # ACPI Support\r
543 #\r
544 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
7d2bd150 545 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
49ba9447 546 OvmfPkg/AcpiTables/AcpiTables.inf\r
389cbceb 547 OvmfPkg/AcpiS3SaveDxe/AcpiS3SaveDxe.inf\r
b017b1b2 548 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf\r
93900400 549 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf\r
7416f4eb 550\r
551 #\r
552 # Network Support\r
553 #\r
7416f4eb 554 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
555 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
556 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
557 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
558 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
559 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
7416f4eb 560 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
561 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
7416f4eb 562 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
36c6413f
GL
563!if $(NETWORK_IP6_ENABLE) == TRUE\r
564 NetworkPkg/Ip6Dxe/Ip6Dxe.inf\r
565 NetworkPkg/TcpDxe/TcpDxe.inf\r
566 NetworkPkg/Udp6Dxe/Udp6Dxe.inf\r
567 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf\r
568 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf\r
569 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
570!if $(SECURE_BOOT_ENABLE) == TRUE\r
571 NetworkPkg/IScsiDxe/IScsiDxe.inf\r
572!else\r
573 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
574!endif\r
575!else\r
576 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
7416f4eb 577 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
578 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
ab44a6e8
GCPL
579!endif\r
580!if $(HTTP_BOOT_ENABLE) == TRUE\r
581 NetworkPkg/DnsDxe/DnsDxe.inf\r
1a85139d 582 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
ab44a6e8
GCPL
583 NetworkPkg/HttpDxe/HttpDxe.inf\r
584 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
36c6413f 585!endif\r
7a1f5947 586 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
152d9a6b 587\r
689562cd 588 #\r
589 # Usb Support\r
590 #\r
591 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
592 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
47e57f4f 593 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
689562cd 594 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
595 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
596 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
597\r
4b3d663f 598!ifdef $(CSM_ENABLE)\r
e04cca1d
PB
599 IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {\r
600 <LibraryClasses>\r
601 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
602 }\r
4b3d663f 603 IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf\r
604 OvmfPkg/Csm/Csm16/Csm16.inf\r
605!endif\r
606\r
9bef3cdc 607!ifndef $(USE_OLD_SHELL)\r
345a0c8f 608 ShellPkg/Application/Shell/Shell.inf {\r
609 <LibraryClasses>\r
610 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
611 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
612 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
613 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
614 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
615 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
616 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
617 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
b2f88ffd 618 NULL|ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.inf\r
345a0c8f 619 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
345a0c8f 620 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
ae591c14
DM
621 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
622 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
345a0c8f 623 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
624# SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf\r
625# SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf\r
9fc9f4d8 626 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
345a0c8f 627\r
628 <PcdsFixedAtBuild>\r
629 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
630 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
631 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
632 }\r
633!endif\r
634\r
8cee3de7 635!if $(SECURE_BOOT_ENABLE) == TRUE\r
8714a631 636 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
8cee3de7 637!endif\r
d945a8ba
LE
638\r
639 OvmfPkg/PlatformDxe/Platform.inf\r