]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgX64.dsc
OvmfPkg: Remove unused print service driver (PrintDxe)
[mirror_edk2.git] / OvmfPkg / OvmfPkgX64.dsc
1 ## @file
2 # EFI/Framework Open Virtual Machine Firmware (OVMF) platform
3 #
4 # Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
6 # Copyright (c) Microsoft Corporation.
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 ################################################################################
13 #
14 # Defines Section - statements that will be processed to create a Makefile.
15 #
16 ################################################################################
17 [Defines]
18 PLATFORM_NAME = Ovmf
19 PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b
20 PLATFORM_VERSION = 0.1
21 DSC_SPECIFICATION = 0x00010005
22 OUTPUT_DIRECTORY = Build/OvmfX64
23 SUPPORTED_ARCHITECTURES = X64
24 BUILD_TARGETS = NOOPT|DEBUG|RELEASE
25 SKUID_IDENTIFIER = DEFAULT
26 FLASH_DEFINITION = OvmfPkg/OvmfPkgX64.fdf
27
28 #
29 # Defines for default states. These can be changed on the command line.
30 # -D FLAG=VALUE
31 #
32 DEFINE SECURE_BOOT_ENABLE = FALSE
33 DEFINE SMM_REQUIRE = FALSE
34 DEFINE SOURCE_DEBUG_ENABLE = FALSE
35 DEFINE TPM_ENABLE = FALSE
36 DEFINE TPM_CONFIG_ENABLE = FALSE
37
38 #
39 # Network definition
40 #
41 DEFINE NETWORK_TLS_ENABLE = FALSE
42 DEFINE NETWORK_IP6_ENABLE = FALSE
43 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
44 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
45 DEFINE NETWORK_ISCSI_ENABLE = TRUE
46
47 !include NetworkPkg/NetworkDefines.dsc.inc
48
49 #
50 # Device drivers
51 #
52 DEFINE PVSCSI_ENABLE = TRUE
53 DEFINE MPT_SCSI_ENABLE = TRUE
54 DEFINE LSI_SCSI_ENABLE = FALSE
55
56 #
57 # Flash size selection. Setting FD_SIZE_IN_KB on the command line directly to
58 # one of the supported values, in place of any of the convenience macros, is
59 # permitted.
60 #
61 !ifdef $(FD_SIZE_1MB)
62 DEFINE FD_SIZE_IN_KB = 1024
63 !else
64 !ifdef $(FD_SIZE_2MB)
65 DEFINE FD_SIZE_IN_KB = 2048
66 !else
67 !ifdef $(FD_SIZE_4MB)
68 DEFINE FD_SIZE_IN_KB = 4096
69 !else
70 DEFINE FD_SIZE_IN_KB = 4096
71 !endif
72 !endif
73 !endif
74
75 [BuildOptions]
76 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
77 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
78 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
79 !if $(TOOL_CHAIN_TAG) != "XCODE5" && $(TOOL_CHAIN_TAG) != "CLANGPDB"
80 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse
81 !endif
82 !if $(SOURCE_DEBUG_ENABLE) == TRUE
83 MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable
84 GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable
85 INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
86 !endif
87 RELEASE_*_*_GENFW_FLAGS = --zero
88
89 #
90 # Disable deprecated APIs.
91 #
92 MSFT:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES
93 INTEL:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES
94 GCC:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
95
96 !include NetworkPkg/NetworkBuildOptions.dsc.inc
97
98 [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
99 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
100 XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000
101 XCODE:*_*_*_MTOC_FLAGS = -align 0x1000
102 CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096
103
104 # Force PE/COFF sections to be aligned at 4KB boundaries to support page level
105 # protection of DXE_SMM_DRIVER/SMM_CORE modules
106 [BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]
107 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
108 XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000
109 XCODE:*_*_*_MTOC_FLAGS = -align 0x1000
110 CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096
111
112 ################################################################################
113 #
114 # SKU Identification section - list of all SKU IDs supported by this Platform.
115 #
116 ################################################################################
117 [SkuIds]
118 0|DEFAULT
119
120 ################################################################################
121 #
122 # Library Class section - list of all Library Classes needed by this Platform.
123 #
124 ################################################################################
125
126 !include MdePkg/MdeLibs.dsc.inc
127
128 [LibraryClasses]
129 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
130 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
131 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/BaseResetSystemLib.inf
132 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
133 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
134 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
135 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
136 TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
137 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
138 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
139 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
140 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
141 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
142 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
143 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
144 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
145 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
146 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
147 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
148 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
149 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
150 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
151 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
152 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
153 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
154 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
155 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
156 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
157 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
158 PciCapLib|OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf
159 PciCapPciSegmentLib|OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf
160 PciCapPciIoLib|OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf
161 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
162 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
163 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
164 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
165 MicrocodeLib|UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf
166 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
167 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
168 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
169 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
170 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
171 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
172 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
173 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
174 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
175 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
176 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
177 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf
178 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf
179 QemuFwCfgSimpleParserLib|OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParserLib.inf
180 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
181 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
182 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib.inf
183 !if $(SMM_REQUIRE) == FALSE
184 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf
185 !endif
186 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
187 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
188
189 !if $(SOURCE_DEBUG_ENABLE) == TRUE
190 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
191 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
192 !else
193 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
194 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
195 !endif
196
197 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
198 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
199
200 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
201 !if $(NETWORK_TLS_ENABLE) == TRUE
202 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
203 !else
204 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
205 !endif
206 RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
207
208 !if $(SECURE_BOOT_ENABLE) == TRUE
209 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
210 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
211 SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
212 SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf
213 !else
214 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
215 !endif
216 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
217 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
218 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
219
220
221 #
222 # Network libraries
223 #
224 !include NetworkPkg/NetworkLibs.dsc.inc
225
226 !if $(NETWORK_TLS_ENABLE) == TRUE
227 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
228 !endif
229
230 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
231 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
232 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
233 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
234 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
235
236 !if $(TPM_ENABLE) == TRUE
237 Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
238 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
239 Tcg2PhysicalPresenceLib|OvmfPkg/Library/Tcg2PhysicalPresenceLibQemu/DxeTcg2PhysicalPresenceLib.inf
240 Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
241 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
242 !else
243 Tcg2PhysicalPresenceLib|OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.inf
244 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
245 !endif
246
247 [LibraryClasses.common]
248 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
249 VmgExitLib|OvmfPkg/Library/VmgExitLib/VmgExitLib.inf
250
251 [LibraryClasses.common.SEC]
252 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf
253 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
254 !ifdef $(DEBUG_ON_SERIAL_PORT)
255 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
256 !else
257 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
258 !endif
259 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
260 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
261 !if $(SOURCE_DEBUG_ENABLE) == TRUE
262 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
263 !endif
264 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
265 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
266 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
267 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
268 !if $(TOOL_CHAIN_TAG) == "XCODE5"
269 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf
270 !else
271 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
272 !endif
273 VmgExitLib|OvmfPkg/Library/VmgExitLib/SecVmgExitLib.inf
274 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib.inf
275
276 [LibraryClasses.common.PEI_CORE]
277 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
278 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
279 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
280 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
281 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
282 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
283 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
284 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
285 !ifdef $(DEBUG_ON_SERIAL_PORT)
286 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
287 !else
288 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
289 !endif
290 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
291
292 [LibraryClasses.common.PEIM]
293 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
294 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
295 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
296 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
297 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
298 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
299 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
300 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
301 !ifdef $(DEBUG_ON_SERIAL_PORT)
302 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
303 !else
304 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
305 !endif
306 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
307 ResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
308 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
309 !if $(SOURCE_DEBUG_ENABLE) == TRUE
310 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
311 !endif
312 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
313 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
314 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf
315 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
316 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf
317
318 !if $(TPM_ENABLE) == TRUE
319 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
320 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
321 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
322 !endif
323
324 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib.inf
325
326 [LibraryClasses.common.DXE_CORE]
327 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
328 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
329 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
330 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
331 !ifdef $(DEBUG_ON_SERIAL_PORT)
332 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
333 !else
334 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
335 !endif
336 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
337 !if $(SOURCE_DEBUG_ENABLE) == TRUE
338 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
339 !endif
340 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
341 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
342
343 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
344 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
345 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
346 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
347 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
348 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
349 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
350 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
351 !ifdef $(DEBUG_ON_SERIAL_PORT)
352 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
353 !else
354 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
355 !endif
356 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
357 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
358 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
359 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
360 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
361 !if $(SMM_REQUIRE) == TRUE
362 MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
363 !endif
364
365 [LibraryClasses.common.UEFI_DRIVER]
366 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
367 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
368 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
369 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
370 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
371 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
372 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
373 !ifdef $(DEBUG_ON_SERIAL_PORT)
374 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
375 !else
376 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
377 !endif
378 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
379 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
380
381 [LibraryClasses.common.DXE_DRIVER]
382 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
383 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
384 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
385 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
386 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
387 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
388 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
389 !ifdef $(DEBUG_ON_SERIAL_PORT)
390 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
391 !else
392 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
393 !endif
394 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
395 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
396 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
397 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
398 !if $(SMM_REQUIRE) == TRUE
399 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
400 !else
401 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf
402 !endif
403 !if $(SOURCE_DEBUG_ENABLE) == TRUE
404 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
405 !endif
406 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
407 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
408 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
409 QemuLoadImageLib|OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib.inf
410 !if $(TPM_ENABLE) == TRUE
411 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
412 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
413 !endif
414
415 [LibraryClasses.common.UEFI_APPLICATION]
416 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
417 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
418 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
419 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
420 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
421 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
422 !ifdef $(DEBUG_ON_SERIAL_PORT)
423 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
424 !else
425 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
426 !endif
427 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
428
429 [LibraryClasses.common.DXE_SMM_DRIVER]
430 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
431 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
432 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
433 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
434 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
435 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
436 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
437 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
438 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
439 !ifdef $(DEBUG_ON_SERIAL_PORT)
440 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
441 !else
442 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
443 !endif
444 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
445 !if $(SOURCE_DEBUG_ENABLE) == TRUE
446 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
447 !endif
448 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
449 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
450
451 [LibraryClasses.common.SMM_CORE]
452 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
453 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
454 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
455 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
456 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
457 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
458 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
459 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
460 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
461 !ifdef $(DEBUG_ON_SERIAL_PORT)
462 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
463 !else
464 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
465 !endif
466 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
467
468 ################################################################################
469 #
470 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
471 #
472 ################################################################################
473 [PcdsFeatureFlag]
474 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
475 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
476 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
477 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
478 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
479 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
480 !ifdef $(CSM_ENABLE)
481 gUefiOvmfPkgTokenSpaceGuid.PcdCsmEnable|TRUE
482 !endif
483 !if $(SMM_REQUIRE) == TRUE
484 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire|TRUE
485 gUefiCpuPkgTokenSpaceGuid.PcdCpuHotPlugSupport|TRUE
486 gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|FALSE
487 !endif
488
489 [PcdsFixedAtBuild]
490 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
491 !if $(SMM_REQUIRE) == FALSE
492 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
493 !endif
494 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
495 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
496 !if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
497 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
498 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
499 !if $(NETWORK_TLS_ENABLE) == FALSE
500 # match PcdFlashNvStorageVariableSize purely for convenience
501 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000
502 !endif
503 !endif
504 !if $(FD_SIZE_IN_KB) == 4096
505 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400
506 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400
507 !if $(NETWORK_TLS_ENABLE) == FALSE
508 # match PcdFlashNvStorageVariableSize purely for convenience
509 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000
510 !endif
511 !endif
512 !if $(NETWORK_TLS_ENABLE) == TRUE
513 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
514 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
515 !endif
516
517 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
518 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
519 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
520
521 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
522
523 # DEBUG_INIT 0x00000001 // Initialization
524 # DEBUG_WARN 0x00000002 // Warnings
525 # DEBUG_LOAD 0x00000004 // Load events
526 # DEBUG_FS 0x00000008 // EFI File system
527 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
528 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
529 # DEBUG_INFO 0x00000040 // Informational debug messages
530 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
531 # DEBUG_VARIABLE 0x00000100 // Variable
532 # DEBUG_BM 0x00000400 // Boot Manager
533 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
534 # DEBUG_NET 0x00004000 // SNP Driver
535 # DEBUG_UNDI 0x00010000 // UNDI Driver
536 # DEBUG_LOADFILE 0x00020000 // LoadFile
537 # DEBUG_EVENT 0x00080000 // Event messages
538 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
539 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
540 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
541 # // significantly impact boot performance
542 # DEBUG_ERROR 0x80000000 // Error
543 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
544
545 !if $(SOURCE_DEBUG_ENABLE) == TRUE
546 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
547 !else
548 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
549 !endif
550
551 # This PCD is used to set the base address of the PCI express hierarchy. It
552 # is only consulted when OVMF runs on Q35. In that case it is programmed into
553 # the PCIEXBAR register.
554 #
555 # On Q35 machine types that QEMU intends to support in the long term, QEMU
556 # never lets the RAM below 4 GB exceed 2816 MB.
557 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xB0000000
558
559 !if $(SOURCE_DEBUG_ENABLE) == TRUE
560 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
561 !endif
562
563 #
564 # The NumberOfPages values below are ad-hoc. They are updated sporadically at
565 # best (please refer to git-blame for past updates). The values capture a set
566 # of BIN hints that made sense at a particular time, for some (now likely
567 # unknown) workloads / boot paths.
568 #
569 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x80
570 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x10
571 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x80
572 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x100
573 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x100
574
575 #
576 # Network Pcds
577 #
578 !include NetworkPkg/NetworkPcds.dsc.inc
579
580 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
581
582 !if $(SMM_REQUIRE) == TRUE
583 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000
584 !endif
585
586 # IRQs 5, 9, 10, 11 are level-triggered
587 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20
588
589 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf
590 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
591
592 ################################################################################
593 #
594 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
595 #
596 ################################################################################
597
598 [PcdsDynamicDefault]
599 # only set when
600 # ($(SMM_REQUIRE) == FALSE)
601 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
602
603 !if $(SMM_REQUIRE) == FALSE
604 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
605 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
606 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
607 !endif
608 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
609 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
610 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
611 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
612 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
613 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
614 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0
615 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0
616 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base|0x0
617 !ifdef $(CSM_ENABLE)
618 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x0
619 !else
620 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x800000000
621 !endif
622
623 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
624
625 # Set video resolution for text setup.
626 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
627 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
628
629 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208
630 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
631 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
632
633 # Noexec settings for DXE.
634 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE
635
636 # UefiCpuPkg PCDs related to initial AP bringup and general AP management.
637 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64
638 gUefiCpuPkgTokenSpaceGuid.PcdCpuBootLogicalProcessorNumber|0
639
640 # Set memory encryption mask
641 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0
642
643 # Set SEV-ES defaults
644 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbBase|0
645 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbSize|0
646 gUefiCpuPkgTokenSpaceGuid.PcdSevEsIsEnabled|0
647
648 !if $(SMM_REQUIRE) == TRUE
649 gUefiOvmfPkgTokenSpaceGuid.PcdQ35TsegMbytes|8
650 gUefiOvmfPkgTokenSpaceGuid.PcdQ35SmramAtDefaultSmbase|FALSE
651 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmSyncMode|0x01
652 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmApSyncTimeout|100000
653 !endif
654
655 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
656
657 !if $(TPM_ENABLE) == TRUE
658 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
659 !endif
660
661 # IPv4 and IPv6 PXE Boot support.
662 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01
663 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01
664
665 # Set ConfidentialComputing defaults
666 gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr|0
667
668 [PcdsDynamicHii]
669 !if $(TPM_ENABLE) == TRUE && $(TPM_CONFIG_ENABLE) == TRUE
670 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x0|"1.3"|NV,BS
671 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS
672 !endif
673
674 ################################################################################
675 #
676 # Components Section - list of all EDK II Modules needed by this Platform.
677 #
678 ################################################################################
679 [Components]
680 OvmfPkg/ResetVector/ResetVector.inf
681
682 #
683 # SEC Phase modules
684 #
685 OvmfPkg/Sec/SecMain.inf {
686 <LibraryClasses>
687 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
688 }
689
690 #
691 # PEI Phase modules
692 #
693 MdeModulePkg/Core/Pei/PeiMain.inf
694 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
695 <LibraryClasses>
696 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
697 }
698 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {
699 <LibraryClasses>
700 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
701 }
702 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
703 <LibraryClasses>
704 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
705 }
706 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
707
708 OvmfPkg/PlatformPei/PlatformPei.inf
709 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf {
710 <LibraryClasses>
711 !if $(SMM_REQUIRE) == TRUE
712 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
713 !endif
714 }
715 !if $(SMM_REQUIRE) == TRUE
716 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
717 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
718 OvmfPkg/SmmAccess/SmmAccessPei.inf
719 !endif
720 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
721
722 !if $(TPM_ENABLE) == TRUE
723 OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei.inf
724 OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
725 SecurityPkg/Tcg/TcgPei/TcgPei.inf
726 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
727 <LibraryClasses>
728 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
729 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
730 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
731 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
732 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
733 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
734 }
735 SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf {
736 <LibraryClasses>
737 TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
738 }
739 !endif
740
741 #
742 # DXE Phase modules
743 #
744 MdeModulePkg/Core/Dxe/DxeMain.inf {
745 <LibraryClasses>
746 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
747 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
748 }
749
750 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
751 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
752 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
753 <LibraryClasses>
754 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
755 }
756
757 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
758
759 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
760 <LibraryClasses>
761 !if $(SECURE_BOOT_ENABLE) == TRUE
762 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
763 !endif
764 !if $(TPM_ENABLE) == TRUE
765 NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
766 NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
767 !endif
768 }
769
770 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
771 OvmfPkg/8259InterruptControllerDxe/8259.inf
772 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
773 UefiCpuPkg/CpuDxe/CpuDxe.inf
774 OvmfPkg/8254TimerDxe/8254Timer.inf
775 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
776 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
777 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
778 <LibraryClasses>
779 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
780 PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
781 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf
782 }
783 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
784 <LibraryClasses>
785 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
786 }
787 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
788 MdeModulePkg/Universal/Metronome/Metronome.inf
789 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
790 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
791 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
792 <LibraryClasses>
793 XenPlatformLib|OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf
794 !ifdef $(CSM_ENABLE)
795 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf
796 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
797 !endif
798 }
799 MdeModulePkg/Logo/LogoDxe.inf
800 MdeModulePkg/Application/UiApp/UiApp.inf {
801 <LibraryClasses>
802 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
803 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
804 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
805 !ifdef $(CSM_ENABLE)
806 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
807 NULL|OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
808 !endif
809 }
810 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
811 <LibraryClasses>
812 NULL|OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull.inf
813 }
814 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
815 OvmfPkg/Virtio10Dxe/Virtio10.inf
816 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
817 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
818 OvmfPkg/VirtioRngDxe/VirtioRng.inf
819 !if $(PVSCSI_ENABLE) == TRUE
820 OvmfPkg/PvScsiDxe/PvScsiDxe.inf
821 !endif
822 !if $(MPT_SCSI_ENABLE) == TRUE
823 OvmfPkg/MptScsiDxe/MptScsiDxe.inf
824 !endif
825 !if $(LSI_SCSI_ENABLE) == TRUE
826 OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
827 !endif
828 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
829 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
830 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
831 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
832 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
833 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
834 <LibraryClasses>
835 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
836 }
837 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
838 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
839 <LibraryClasses>
840 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
841 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
842 }
843 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
844 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
845 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
846 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
847 FatPkg/EnhancedFatDxe/Fat.inf
848 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
849 OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
850 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
851 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
852 OvmfPkg/SataControllerDxe/SataControllerDxe.inf
853 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
854 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
855 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
856 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
857 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
858 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
859 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
860
861 !ifndef $(CSM_ENABLE)
862 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
863 !endif
864 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
865 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
866
867 #
868 # ISA Support
869 #
870 OvmfPkg/SioBusDxe/SioBusDxe.inf
871 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
872 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
873
874 #
875 # SMBIOS Support
876 #
877 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
878 <LibraryClasses>
879 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
880 }
881 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
882
883 #
884 # ACPI Support
885 #
886 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
887 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
888 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
889 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
890 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
891
892 #
893 # Network Support
894 #
895 !include NetworkPkg/NetworkComponents.dsc.inc
896
897 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
898 <LibraryClasses>
899 NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
900 }
901
902 !if $(NETWORK_TLS_ENABLE) == TRUE
903 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
904 <LibraryClasses>
905 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
906 }
907 !endif
908 OvmfPkg/VirtioNetDxe/VirtioNet.inf
909
910 #
911 # Usb Support
912 #
913 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
914 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
915 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
916 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
917 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
918 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
919
920 !ifdef $(CSM_ENABLE)
921 OvmfPkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {
922 <LibraryClasses>
923 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
924 }
925 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
926 OvmfPkg/Csm/Csm16/Csm16.inf
927 !endif
928
929 !if $(TOOL_CHAIN_TAG) != "XCODE5"
930 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
931 <PcdsFixedAtBuild>
932 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
933 }
934 ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf {
935 <PcdsFixedAtBuild>
936 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
937 }
938 OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
939 <PcdsFixedAtBuild>
940 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
941 }
942 !endif
943 ShellPkg/Application/Shell/Shell.inf {
944 <LibraryClasses>
945 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
946 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
947 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
948 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
949 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
950 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
951 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
952 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
953 !if $(NETWORK_IP6_ENABLE) == TRUE
954 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
955 !endif
956 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
957 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
958 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
959
960 <PcdsFixedAtBuild>
961 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
962 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
963 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
964 }
965
966 !if $(SECURE_BOOT_ENABLE) == TRUE
967 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
968 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
969 !endif
970
971 OvmfPkg/PlatformDxe/Platform.inf
972 OvmfPkg/AmdSevDxe/AmdSevDxe.inf {
973 <LibraryClasses>
974 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
975 }
976 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
977
978 !if $(SMM_REQUIRE) == TRUE
979 OvmfPkg/SmmAccess/SmmAccess2Dxe.inf
980 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf
981 OvmfPkg/CpuS3DataDxe/CpuS3DataDxe.inf
982
983 #
984 # SMM Initial Program Load (a DXE_RUNTIME_DRIVER)
985 #
986 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
987
988 #
989 # SMM_CORE
990 #
991 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
992
993 #
994 # Privileged drivers (DXE_SMM_DRIVER modules)
995 #
996 OvmfPkg/CpuHotplugSmm/CpuHotplugSmm.inf
997 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
998 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf {
999 <LibraryClasses>
1000 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
1001 }
1002 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {
1003 <LibraryClasses>
1004 SmmCpuPlatformHookLib|OvmfPkg/Library/SmmCpuPlatformHookLibQemu/SmmCpuPlatformHookLibQemu.inf
1005 SmmCpuFeaturesLib|OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
1006 }
1007
1008 #
1009 # Variable driver stack (SMM)
1010 #
1011 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf
1012 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
1013 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
1014 <LibraryClasses>
1015 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1016 NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
1017 }
1018 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
1019
1020 !else
1021
1022 #
1023 # Variable driver stack (non-SMM)
1024 #
1025 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
1026 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
1027 <LibraryClasses>
1028 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
1029 }
1030 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
1031 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
1032 <LibraryClasses>
1033 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1034 }
1035 !endif
1036
1037 #
1038 # TPM support
1039 #
1040 !if $(TPM_ENABLE) == TRUE
1041 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
1042 <LibraryClasses>
1043 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
1044 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
1045 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
1046 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
1047 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
1048 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
1049 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
1050 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
1051 }
1052 !if $(TPM_CONFIG_ENABLE) == TRUE
1053 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
1054 !endif
1055 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
1056 <LibraryClasses>
1057 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
1058 }
1059 SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf {
1060 <LibraryClasses>
1061 TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
1062 }
1063 !endif