]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/OvmfPkgX64.dsc
OvmfPkg/AmdSevDxe: refresh #includes and LibraryClasses
[mirror_edk2.git] / OvmfPkg / OvmfPkgX64.dsc
CommitLineData
7b202cb0 1## @file\r
49ba9447 2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform\r
3#\r
4a64cbda 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
a6d594c5 5# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
49ba9447 6#\r
56d7640a 7# This program and the accompanying materials\r
49ba9447 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
7b202cb0 15##\r
49ba9447 16\r
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 PLATFORM_NAME = Ovmf\r
24 PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b\r
25 PLATFORM_VERSION = 0.1\r
713b7b5e 26 DSC_SPECIFICATION = 0x00010005\r
49ba9447 27 OUTPUT_DIRECTORY = Build/OvmfX64\r
28 SUPPORTED_ARCHITECTURES = X64\r
27214228 29 BUILD_TARGETS = NOOPT|DEBUG|RELEASE\r
49ba9447 30 SKUID_IDENTIFIER = DEFAULT\r
7416f4eb 31 FLASH_DEFINITION = OvmfPkg/OvmfPkgX64.fdf\r
49ba9447 32\r
e05061c5 33 #\r
34 # Defines for default states. These can be changed on the command line.\r
35 # -D FLAG=VALUE\r
36 #\r
37 DEFINE SECURE_BOOT_ENABLE = FALSE\r
36c6413f 38 DEFINE NETWORK_IP6_ENABLE = FALSE\r
ab44a6e8 39 DEFINE HTTP_BOOT_ENABLE = FALSE\r
1f695483 40 DEFINE SMM_REQUIRE = FALSE\r
315d9d08 41 DEFINE TLS_ENABLE = FALSE\r
e05061c5 42\r
21027073
LE
43 #\r
44 # Flash size selection. Setting FD_SIZE_IN_KB on the command line directly to\r
45 # one of the supported values, in place of any of the convenience macros, is\r
46 # permitted.\r
47 #\r
48!ifdef $(FD_SIZE_1MB)\r
49 DEFINE FD_SIZE_IN_KB = 1024\r
50!else\r
51!ifdef $(FD_SIZE_2MB)\r
52 DEFINE FD_SIZE_IN_KB = 2048\r
b24fca05
LE
53!else\r
54!ifdef $(FD_SIZE_4MB)\r
55 DEFINE FD_SIZE_IN_KB = 4096\r
21027073 56!else\r
1c47fcd4 57 DEFINE FD_SIZE_IN_KB = 4096\r
21027073
LE
58!endif\r
59!endif\r
b24fca05 60!endif\r
21027073 61\r
0bc7e56d 62[BuildOptions]\r
0b5a5022 63 GCC:*_UNIXGCC_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
152d9a6b 64 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
65 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
66 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
4a64cbda 67!if $(TOOL_CHAIN_TAG) != "XCODE5"\r
4a8266f5 68 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse\r
4a64cbda 69!endif\r
bbcafc44 70!ifdef $(SOURCE_DEBUG_ENABLE)\r
71 MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
72 GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
73 INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
74!endif\r
0bc7e56d 75\r
b78736bd
LE
76 #\r
77 # Disable deprecated APIs.\r
78 #\r
79 MSFT:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES\r
80 INTEL:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES\r
81 GCC:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
82\r
ddd89cd5
AB
83[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]\r
84 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r
01e95975 85 XCODE:*_*_*_DLINK_FLAGS =\r
ddd89cd5 86\r
2f790bcb
JY
87# Force PE/COFF sections to be aligned at 4KB boundaries to support page level\r
88# protection of DXE_SMM_DRIVER/SMM_CORE modules\r
89[BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]\r
90 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r
01e95975 91 XCODE:*_*_*_DLINK_FLAGS =\r
2f790bcb 92\r
49ba9447 93################################################################################\r
94#\r
95# SKU Identification section - list of all SKU IDs supported by this Platform.\r
96#\r
97################################################################################\r
98[SkuIds]\r
99 0|DEFAULT\r
100\r
101################################################################################\r
102#\r
103# Library Class section - list of all Library Classes needed by this Platform.\r
104#\r
105################################################################################\r
7b202cb0 106[LibraryClasses]\r
49ba9447 107 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
170ef2d9 108 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r
49ba9447 109 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
4a8266f5 110 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
49ba9447 111 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
7fc21c29
MK
112 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf\r
113 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf\r
49ba9447 114 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
115 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
116 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
117 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
49ba9447 118 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
119 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
120 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
121 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
79c098b6 122 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
79c098b6 123 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
a3cd5cd5 124 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
79c098b6 125 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
49ba9447 126 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
127 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
cd455669 128 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
49ba9447 129 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
130 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
c47ed6fc 131 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
49ba9447 132 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
75f45331 133 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
97353a9c 134 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf\r
1630c6df 135 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 136 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf\r
137 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
86fef5b4 138 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
139 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
140 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
141 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
142 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
5c3481b0 143 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
14b21de9 144 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf\r
ae591c14 145 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
284af948 146 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
8273af4e 147 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
7416f4eb 148 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
149 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
150 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
151 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
689562cd 152 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
b043ebc2 153 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf\r
fee47a26 154 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf\r
263559b8 155 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
3c0a051f 156 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf\r
a1f22614 157 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/BaseMemEncryptSevLib.inf\r
67d86594 158!if $(SMM_REQUIRE) == FALSE\r
6a7cba79 159 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf\r
67d86594 160!endif\r
56af21cb 161 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
ead94b1f 162 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
c6efcc2a 163\r
164!ifdef $(SOURCE_DEBUG_ENABLE)\r
165 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
166 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
167!else\r
42a83e80 168 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
169 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
c6efcc2a 170!endif\r
152d9a6b 171\r
7ca30a6a 172 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
decb365b 173 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf\r
8cee3de7 174 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
175\r
8cee3de7 176 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
df453e1b 177!if $(TLS_ENABLE) == TRUE\r
8cee3de7 178 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
df453e1b
LE
179!else\r
180 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf\r
181!endif\r
6d0f8941
GL
182\r
183!if $(SECURE_BOOT_ENABLE) == TRUE\r
184 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
0d28d286 185 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r
285542eb 186 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r
285542eb
SZ
187!else\r
188 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
189 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
8cee3de7 190!endif\r
68ef1ad7 191 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
8cee3de7 192\r
32e22f20
GL
193!if $(NETWORK_IP6_ENABLE) == TRUE\r
194 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
195!endif\r
196\r
ab44a6e8
GCPL
197!if $(HTTP_BOOT_ENABLE) == TRUE\r
198 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf\r
199!endif\r
200\r
315d9d08
GL
201!if $(TLS_ENABLE) == TRUE\r
202 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf\r
203!endif\r
204\r
984ba6a4 205 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
b017b1b2
LE
206 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
207 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf\r
48cc4d0c 208 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf\r
df040c00 209 XenHypercallLib|OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf\r
b017b1b2 210\r
8cee3de7 211[LibraryClasses.common]\r
8cee3de7 212 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
152d9a6b 213\r
49ba9447 214[LibraryClasses.common.SEC]\r
170ef2d9 215 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf\r
c90decb9 216 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf\r
b90aefa9 217!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 218 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 219!else\r
c9eb56e5 220 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf\r
b90aefa9 221!endif\r
abec2e51 222 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
fcd7e677 223 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf\r
c6efcc2a 224!ifdef $(SOURCE_DEBUG_ENABLE)\r
225 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
226!endif\r
42a83e80 227 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
228 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
229 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
230 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
85a32c71 231 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
49ba9447 232\r
233[LibraryClasses.common.PEI_CORE]\r
49ba9447 234 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
235 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
236 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
237 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
238 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
abec2e51 239 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 240 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 241 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
b90aefa9 242!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 243 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 244!else\r
245 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
246!endif\r
49ba9447 247 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
248\r
249[LibraryClasses.common.PEIM]\r
49ba9447 250 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
251 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
252 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
253 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
254 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
abec2e51 255 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 256 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 257 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
b90aefa9 258!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 259 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 260!else\r
261 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
262!endif\r
49ba9447 263 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
264 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
265 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
c6efcc2a 266!ifdef $(SOURCE_DEBUG_ENABLE)\r
267 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
268!endif\r
f0e6a56a 269 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf\r
f4c59f42 270 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf\r
b7f2e82c 271 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf\r
639c7dd8 272 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
fee47a26 273 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf\r
49ba9447 274\r
275[LibraryClasses.common.DXE_CORE]\r
49ba9447 276 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
277 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
278 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
abec2e51 279 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
b90aefa9 280!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 281 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 282!else\r
283 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
284!endif\r
49ba9447 285 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
c6efcc2a 286!ifdef $(SOURCE_DEBUG_ENABLE)\r
287 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
288!endif\r
85a32c71 289 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
c075d250 290 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
49ba9447 291\r
292[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
988e5986 293 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
170ef2d9 294 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
49ba9447 295 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
296 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
297 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 298 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
b90aefa9 299!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 300 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 301!else\r
302 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
303!endif\r
49ba9447 304 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
8cee3de7 305 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
c47ed6fc 306 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
b7f2e82c 307 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf\r
49ba9447 308\r
309[LibraryClasses.common.UEFI_DRIVER]\r
988e5986
GS
310 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
311 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
49ba9447 312 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
313 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
314 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 315 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
b90aefa9 316!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 317 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 318!else\r
319 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
320!endif\r
49ba9447 321 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
c47ed6fc 322 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
49ba9447 323\r
324[LibraryClasses.common.DXE_DRIVER]\r
988e5986 325 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
170ef2d9 326 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
49ba9447 327 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
49ba9447 328 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 329 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 330 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
b90aefa9 331!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 332 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 333!else\r
334 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
335!endif\r
49ba9447 336 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
337 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
338 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
339 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
79c098b6 340 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
d85c5e31 341 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
85a32c71 342 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
67d86594
LE
343!if $(SMM_REQUIRE) == TRUE\r
344 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
345!else\r
6a7cba79 346 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf\r
67d86594 347!endif\r
34511266
JJ
348!ifdef $(SOURCE_DEBUG_ENABLE)\r
349 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
350!endif\r
c47ed6fc 351 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
f4c59f42 352 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
b7f2e82c 353 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf\r
49ba9447 354\r
86fef5b4 355[LibraryClasses.common.UEFI_APPLICATION]\r
988e5986
GS
356 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
357 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
86fef5b4 358 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
359 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
79c098b6 360 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
b90aefa9 361!ifdef $(DEBUG_ON_SERIAL_PORT)\r
86fef5b4 362 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 363!else\r
364 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
365!endif\r
c47ed6fc 366 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
86fef5b4 367\r
988e5986
GS
368[LibraryClasses.common.DXE_SMM_DRIVER]\r
369 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
370 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
67d86594 371 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
fc5b5e5c 372 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
67d86594
LE
373 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
374 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
8dbe742d
LE
375 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
376!ifdef $(DEBUG_ON_SERIAL_PORT)\r
377 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
378!else\r
379 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
380!endif\r
c30ff8f4 381 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
cbd5d723
MK
382!ifdef $(SOURCE_DEBUG_ENABLE)\r
383 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf\r
384!endif\r
46df0216 385 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
c47ed6fc 386 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
988e5986
GS
387\r
388[LibraryClasses.common.SMM_CORE]\r
389 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
390 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
f25cb158
LE
391 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r
392 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
393 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
394 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
395 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
396 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
397!ifdef $(DEBUG_ON_SERIAL_PORT)\r
398 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
399!else\r
400 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
401!endif\r
c47ed6fc 402 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf\r
988e5986 403\r
49ba9447 404################################################################################\r
405#\r
406# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
407#\r
408################################################################################\r
7b202cb0 409[PcdsFeatureFlag]\r
eccc28bf 410 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE\r
e8d1b8d8 411 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
412 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE\r
8fa729a8
LG
413 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE\r
414 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
8fa729a8
LG
415 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
416 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
259d8714 417 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
1f695483
LE
418!if $(SMM_REQUIRE) == TRUE\r
419 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire|TRUE\r
896d3dcf 420 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE\r
1f695483 421!endif\r
8fa729a8 422\r
7b202cb0 423[PcdsFixedAtBuild]\r
e6d3b270 424 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
670a64e7 425 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
49ba9447 426 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
427 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
428 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
88a30bbc 429!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)\r
fd4ba547 430 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
f5404a3e 431 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
62f43f7c 432 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000\r
88a30bbc
LE
433!endif\r
434!if $(FD_SIZE_IN_KB) == 4096\r
435 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400\r
436 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400\r
62f43f7c 437 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000\r
88a30bbc 438!endif\r
49ba9447 439\r
49ba9447 440 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
441\r
49ba9447 442 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
cf23c02a
LE
443\r
444 # DEBUG_INIT 0x00000001 // Initialization\r
445 # DEBUG_WARN 0x00000002 // Warnings\r
446 # DEBUG_LOAD 0x00000004 // Load events\r
447 # DEBUG_FS 0x00000008 // EFI File system\r
448 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)\r
449 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)\r
450 # DEBUG_INFO 0x00000040 // Informational debug messages\r
451 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers\r
452 # DEBUG_VARIABLE 0x00000100 // Variable\r
453 # DEBUG_BM 0x00000400 // Boot Manager\r
454 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
455 # DEBUG_NET 0x00004000 // SNP Driver\r
456 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
457 # DEBUG_LOADFILE 0x00020000 // LoadFile\r
458 # DEBUG_EVENT 0x00080000 // Event messages\r
459 # DEBUG_GCD 0x00100000 // Global Coherency Database changes\r
460 # DEBUG_CACHE 0x00200000 // Memory range cachability changes\r
461 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may\r
462 # // significantly impact boot performance\r
463 # DEBUG_ERROR 0x80000000 // Error\r
49ba9447 464 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
cf23c02a 465\r
c6efcc2a 466!ifdef $(SOURCE_DEBUG_ENABLE)\r
467 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
468!else\r
49ba9447 469 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
c6efcc2a 470!endif\r
471\r
7b8fe635
LE
472 # This PCD is used to set the base address of the PCI express hierarchy. It\r
473 # is only consulted when OVMF runs on Q35. In that case it is programmed into\r
474 # the PCIEXBAR register.\r
475 #\r
476 # On Q35 machine types that QEMU intends to support in the long term, QEMU\r
477 # never lets the RAM below 4 GB exceed 2 GB.\r
478 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x80000000\r
479\r
670a64e7 480!ifdef $(SOURCE_DEBUG_ENABLE)\r
c6efcc2a 481 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
670a64e7 482!endif\r
49ba9447 483\r
4b2fb798
JW
484!if $(HTTP_BOOT_ENABLE) == TRUE\r
485 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE\r
486!endif\r
487\r
9bef3cdc 488!ifndef $(USE_OLD_SHELL)\r
345a0c8f 489 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
345a0c8f 490!endif\r
491\r
9b1e3788 492!if $(SMM_REQUIRE) == TRUE\r
0d0c245d 493 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000\r
9b1e3788
PB
494!endif\r
495\r
7ca126ff 496 # IRQs 5, 9, 10, 11 are level-triggered\r
497 gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20\r
498\r
79c098b6
RN
499 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf\r
500 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
501\r
49ba9447 502################################################################################\r
503#\r
504# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
505#\r
506################################################################################\r
507\r
7b202cb0 508[PcdsDynamicDefault]\r
5e167d7e
LE
509 # only set when\r
510 # ($(SMM_REQUIRE) == FALSE)\r
77ba993c 511 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
5e167d7e 512\r
e3130268 513 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
27f58ea1 514 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
515 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
447d2641 516 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|FALSE\r
c4341e3a
LE
517 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
518 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
a1726e30 519 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE\r
d55004da 520 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0\r
c4df7fd0
LE
521 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0\r
522 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0\r
03845e90
LE
523 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0\r
524 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0\r
7e5b1b67
LE
525 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base|0x0\r
526 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x800000000\r
27f58ea1 527\r
86a9c7a7 528 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0\r
49ba9447 529\r
848834cb 530 # Set video resolution for text setup.\r
86a9c7a7
RN
531 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
532 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
848834cb 533\r
37baf06b 534 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208\r
c3db5a8c 535 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
6fbef93e 536 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
37baf06b 537\r
d26753f8 538 # Noexec settings for DXE.\r
d20b06a3 539 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE\r
c075d250 540 gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|FALSE\r
d26753f8 541\r
45a70db3
LE
542 # UefiCpuPkg PCDs related to initial AP bringup and general AP management.\r
543 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64\r
544 gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds|50000\r
545\r
13b5d743
BS
546 # Set memory encryption mask\r
547 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0\r
548\r
22d7be69 549!if $(SMM_REQUIRE) == TRUE\r
966dbaf4 550 gUefiOvmfPkgTokenSpaceGuid.PcdQ35TsegMbytes|8\r
22d7be69
LE
551 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmSyncMode|0x01\r
552 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmApSyncTimeout|100000\r
553!endif\r
554\r
6041ac65 555 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00\r
6041ac65 556\r
49ba9447 557################################################################################\r
558#\r
559# Components Section - list of all EDK II Modules needed by this Platform.\r
560#\r
561################################################################################\r
7b202cb0 562[Components]\r
497cbb53
JJ
563 OvmfPkg/ResetVector/ResetVector.inf\r
564\r
49ba9447 565 #\r
566 # SEC Phase modules\r
567 #\r
c1c2669c 568 OvmfPkg/Sec/SecMain.inf {\r
569 <LibraryClasses>\r
d2daa3db 570 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
c1c2669c 571 }\r
49ba9447 572\r
573 #\r
574 # PEI Phase modules\r
575 #\r
576 MdeModulePkg/Core/Pei/PeiMain.inf\r
577 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
578 <LibraryClasses>\r
579 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
580 }\r
fbce1fe9
LE
581 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {\r
582 <LibraryClasses>\r
583 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
584 }\r
585 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {\r
586 <LibraryClasses>\r
587 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
588 }\r
639c7dd8 589 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
77ba993c 590\r
639c7dd8 591 OvmfPkg/PlatformPei/PlatformPei.inf\r
5fb6fc0f
LE
592 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf {\r
593 <LibraryClasses>\r
67d86594
LE
594!if $(SMM_REQUIRE) == TRUE\r
595 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
596!endif\r
5fb6fc0f 597 }\r
9d560947 598!if $(SMM_REQUIRE) == TRUE\r
639c7dd8 599 OvmfPkg/SmmAccess/SmmAccessPei.inf\r
9d560947 600!endif\r
639c7dd8 601 UefiCpuPkg/CpuMpPei/CpuMpPei.inf\r
49ba9447 602\r
603 #\r
604 # DXE Phase modules\r
605 #\r
606 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
607 <LibraryClasses>\r
d2daa3db 608 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
5c3481b0 609 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
49ba9447 610 }\r
611\r
a6d594c5
CS
612 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
613 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
49ba9447 614 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
615 <LibraryClasses>\r
616 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
617 }\r
c1c2669c 618\r
49ba9447 619 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
8cee3de7 620\r
621!if $(SECURE_BOOT_ENABLE) == TRUE\r
622 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
623 <LibraryClasses>\r
624 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
8cee3de7 625 }\r
626!else\r
49ba9447 627 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
8cee3de7 628!endif\r
629\r
e6d3b270 630 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
49ba9447 631 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r
73cbc580 632 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
49ba9447 633 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
634 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
855743f7 635 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf\r
8aba40b7 636 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf\r
4014885f
LE
637 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {\r
638 <LibraryClasses>\r
639 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf\r
c6ab9aec 640 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf\r
4014885f 641 }\r
447d2641
WL
642 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
643 <LibraryClasses>\r
644 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
645 }\r
f90472e1 646 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
170ef2d9
GS
647 MdeModulePkg/Universal/Metronome/Metronome.inf\r
648 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
ba502ef4 649 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
79c098b6
RN
650 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
651 <LibraryClasses>\r
652!ifdef $(CSM_ENABLE)\r
653 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf\r
654 NULL|IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf\r
655!endif\r
656 }\r
ab970515 657 MdeModulePkg/Logo/LogoDxe.inf\r
79c098b6
RN
658 MdeModulePkg/Application/UiApp/UiApp.inf {\r
659 <LibraryClasses>\r
660 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
661 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
662 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
663!ifdef $(CSM_ENABLE)\r
664 NULL|IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf\r
665 NULL|IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf\r
666!endif\r
667 }\r
efd82c57 668 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf\r
56f65ed8 669 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
8456a7da 670 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
fd51d759 671 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
37078a63 672 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
b38ec3cd 673 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
d9fdfd85 674 OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf\r
e65e8802 675 OvmfPkg/XenBusDxe/XenBusDxe.inf\r
de671da8 676 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf\r
49ba9447 677 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
678 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
679 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
680 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
681 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
c4341e3a
LE
682 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {\r
683 <LibraryClasses>\r
684 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
685 }\r
49ba9447 686 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
5c3481b0
RN
687 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
688 <LibraryClasses>\r
689 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
690 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
691 }\r
86fef5b4 692 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
49ba9447 693 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
694 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
00f18da1 695 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf\r
49ba9447 696 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
aa47e529 697 FatPkg/EnhancedFatDxe/Fat.inf\r
f5566d15 698 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
49ba9447 699 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
700 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
b82802b8
RJ
701 OvmfPkg/SataControllerDxe/SataControllerDxe.inf\r
702 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf\r
703 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
8ae3832d 704 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf\r
49ba9447 705 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
706 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
56af21cb 707 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
999a815e 708 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
49ba9447 709\r
bd52d4ff 710 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf\r
b3eab015 711 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
49ba9447 712\r
713 #\r
714 # ISA Support\r
715 #\r
716 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r
717 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
718 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
719 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
720 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
721\r
fb511817 722 #\r
723 # SMBIOS Support\r
724 #\r
98937dc2
LE
725 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
726 <LibraryClasses>\r
727 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
728 }\r
fb511817 729 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
730\r
49ba9447 731 #\r
732 # ACPI Support\r
733 #\r
734 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
7d2bd150 735 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
49ba9447 736 OvmfPkg/AcpiTables/AcpiTables.inf\r
b017b1b2 737 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf\r
93900400 738 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf\r
6e5e544f 739 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
7416f4eb 740\r
741 #\r
742 # Network Support\r
743 #\r
7416f4eb 744 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
745 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
746 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
747 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
748 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
749 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
7416f4eb 750 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
751 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
7416f4eb 752 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
36c6413f
GL
753!if $(NETWORK_IP6_ENABLE) == TRUE\r
754 NetworkPkg/Ip6Dxe/Ip6Dxe.inf\r
755 NetworkPkg/TcpDxe/TcpDxe.inf\r
756 NetworkPkg/Udp6Dxe/Udp6Dxe.inf\r
757 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf\r
758 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf\r
759 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
36c6413f 760 NetworkPkg/IScsiDxe/IScsiDxe.inf\r
36c6413f
GL
761!else\r
762 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
7416f4eb 763 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
764 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
ab44a6e8
GCPL
765!endif\r
766!if $(HTTP_BOOT_ENABLE) == TRUE\r
767 NetworkPkg/DnsDxe/DnsDxe.inf\r
1a85139d 768 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
ab44a6e8
GCPL
769 NetworkPkg/HttpDxe/HttpDxe.inf\r
770 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
315d9d08
GL
771!endif\r
772!if $(TLS_ENABLE) == TRUE\r
773 NetworkPkg/TlsDxe/TlsDxe.inf\r
774 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf\r
36c6413f 775!endif\r
7a1f5947 776 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
152d9a6b 777\r
689562cd 778 #\r
779 # Usb Support\r
780 #\r
781 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
782 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
47e57f4f 783 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
689562cd 784 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
785 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
786 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
787\r
4b3d663f 788!ifdef $(CSM_ENABLE)\r
e04cca1d
PB
789 IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {\r
790 <LibraryClasses>\r
791 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
792 }\r
4b3d663f 793 IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf\r
794 OvmfPkg/Csm/Csm16/Csm16.inf\r
795!endif\r
796\r
9bef3cdc 797!ifndef $(USE_OLD_SHELL)\r
984ba6a4
RN
798 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {\r
799 <PcdsFixedAtBuild>\r
800 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
801 }\r
345a0c8f 802 ShellPkg/Application/Shell/Shell.inf {\r
803 <LibraryClasses>\r
804 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
805 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
806 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
807 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
808 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
809 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
810 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
811 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
96302b80
GL
812!if $(NETWORK_IP6_ENABLE) == TRUE\r
813 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf\r
814!endif\r
345a0c8f 815 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
345a0c8f 816 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
9fc9f4d8 817 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
345a0c8f 818\r
819 <PcdsFixedAtBuild>\r
820 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
821 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
822 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
823 }\r
824!endif\r
825\r
8cee3de7 826!if $(SECURE_BOOT_ENABLE) == TRUE\r
8714a631 827 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
8cee3de7 828!endif\r
d945a8ba
LE
829\r
830 OvmfPkg/PlatformDxe/Platform.inf\r
24e4ad75 831 OvmfPkg/AmdSevDxe/AmdSevDxe.inf\r
f9d129e6 832 OvmfPkg/IoMmuDxe/IoMmuDxe.inf\r
c5b7c805
LE
833\r
834!if $(SMM_REQUIRE) == TRUE\r
835 OvmfPkg/SmmAccess/SmmAccess2Dxe.inf\r
c40e1a0c 836 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf\r
92b87f1c 837 UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf\r
f25cb158
LE
838\r
839 #\r
840 # SMM Initial Program Load (a DXE_RUNTIME_DRIVER)\r
841 #\r
842 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf\r
843\r
844 #\r
845 # SMM_CORE\r
846 #\r
847 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf\r
8dbe742d
LE
848\r
849 #\r
850 # Privileged drivers (DXE_SMM_DRIVER modules)\r
851 #\r
852 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf\r
67d86594
LE
853 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf {\r
854 <LibraryClasses>\r
855 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r
856 }\r
0d5d4205
LE
857 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {\r
858 <LibraryClasses>\r
859 SmmCpuPlatformHookLib|UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf\r
860 SmmCpuFeaturesLib|OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf\r
861 }\r
1b0a8e62
LE
862\r
863 #\r
46df0216
LE
864 # Variable driver stack (SMM)\r
865 #\r
866 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf\r
867 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf\r
868 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {\r
869 <LibraryClasses>\r
870 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
871 }\r
872 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf\r
873\r
874!else\r
875\r
876 #\r
877 # Variable driver stack (non-SMM)\r
1b0a8e62
LE
878 #\r
879 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
880 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {\r
881 <LibraryClasses>\r
882 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf\r
883 }\r
884 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
885 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
886 <LibraryClasses>\r
887 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
888 }\r
46df0216 889!endif\r