]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
[mirror_edk2.git] / OvmfPkg / OvmfPkgIa32X64.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/Ovmf3264
23 SUPPORTED_ARCHITECTURES = IA32|X64
24 BUILD_TARGETS = NOOPT|DEBUG|RELEASE
25 SKUID_IDENTIFIER = DEFAULT
26 FLASH_DEFINITION = OvmfPkg/OvmfPkgIa32X64.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 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
166 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
167 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
168 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
169 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
170 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
171 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
172 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
173 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
174 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
175 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
176 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf
177 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf
178 QemuFwCfgSimpleParserLib|OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParserLib.inf
179 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
180 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
181 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib.inf
182 !if $(SMM_REQUIRE) == FALSE
183 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf
184 !endif
185 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
186 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
187
188 !if $(SOURCE_DEBUG_ENABLE) == TRUE
189 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
190 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
191 !else
192 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
193 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
194 !endif
195
196 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
197 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
198
199 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
200 !if $(NETWORK_TLS_ENABLE) == TRUE
201 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
202 !else
203 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
204 !endif
205 RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
206
207 !if $(SECURE_BOOT_ENABLE) == TRUE
208 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
209 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
210 !else
211 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
212 !endif
213 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
214 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
215 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
216
217
218 #
219 # Network libraries
220 #
221 !include NetworkPkg/NetworkLibs.dsc.inc
222
223 !if $(NETWORK_TLS_ENABLE) == TRUE
224 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
225 !endif
226
227 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
228 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
229 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
230 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
231 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
232 XenHypercallLib|OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
233 XenPlatformLib|OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf
234
235 !if $(TPM_ENABLE) == TRUE
236 Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
237 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
238 Tcg2PhysicalPresenceLib|OvmfPkg/Library/Tcg2PhysicalPresenceLibQemu/DxeTcg2PhysicalPresenceLib.inf
239 Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
240 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
241 !else
242 Tcg2PhysicalPresenceLib|OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.inf
243 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
244 !endif
245
246 [LibraryClasses.common]
247 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
248 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf
249
250 [LibraryClasses.common.SEC]
251 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf
252 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
253 !ifdef $(DEBUG_ON_SERIAL_PORT)
254 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
255 !else
256 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
257 !endif
258 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
259 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
260 !if $(SOURCE_DEBUG_ENABLE) == TRUE
261 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
262 !endif
263 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
264 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
265 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
266 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
267 !if $(TOOL_CHAIN_TAG) == "XCODE5"
268 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf
269 !else
270 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
271 !endif
272
273 [LibraryClasses.common.PEI_CORE]
274 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
275 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
276 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
277 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
278 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
279 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
280 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
281 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
282 !ifdef $(DEBUG_ON_SERIAL_PORT)
283 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
284 !else
285 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
286 !endif
287 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
288
289 [LibraryClasses.common.PEIM]
290 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
291 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
292 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
293 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
294 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
295 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
296 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
297 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
298 !ifdef $(DEBUG_ON_SERIAL_PORT)
299 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
300 !else
301 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
302 !endif
303 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
304 ResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
305 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
306 !if $(SOURCE_DEBUG_ENABLE) == TRUE
307 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
308 !endif
309 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
310 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
311 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf
312 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
313 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf
314
315 !if $(TPM_ENABLE) == TRUE
316 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
317 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
318 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
319 !endif
320
321 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib.inf
322
323 [LibraryClasses.common.DXE_CORE]
324 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
325 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
326 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
327 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
328 !ifdef $(DEBUG_ON_SERIAL_PORT)
329 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
330 !else
331 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
332 !endif
333 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
334 !if $(SOURCE_DEBUG_ENABLE) == TRUE
335 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
336 !endif
337 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
338 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
339
340 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
341 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
342 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
343 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
344 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
345 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
346 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
347 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
348 !ifdef $(DEBUG_ON_SERIAL_PORT)
349 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
350 !else
351 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
352 !endif
353 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
354 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
355 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
356 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
357 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
358 !if $(SMM_REQUIRE) == TRUE
359 MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
360 !endif
361
362 [LibraryClasses.common.UEFI_DRIVER]
363 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
364 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
365 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
366 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
367 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
368 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
369 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
370 !ifdef $(DEBUG_ON_SERIAL_PORT)
371 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
372 !else
373 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
374 !endif
375 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
376 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
377
378 [LibraryClasses.common.DXE_DRIVER]
379 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
380 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
381 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
382 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
383 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
384 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
385 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
386 !ifdef $(DEBUG_ON_SERIAL_PORT)
387 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
388 !else
389 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
390 !endif
391 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
392 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
393 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
394 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
395 !if $(SMM_REQUIRE) == TRUE
396 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
397 !else
398 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf
399 !endif
400 !if $(SOURCE_DEBUG_ENABLE) == TRUE
401 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
402 !endif
403 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
404 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
405 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
406 QemuLoadImageLib|OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib.inf
407 !if $(TPM_ENABLE) == TRUE
408 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
409 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
410 !endif
411
412 [LibraryClasses.common.UEFI_APPLICATION]
413 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
414 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
415 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
416 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
417 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
418 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
419 !ifdef $(DEBUG_ON_SERIAL_PORT)
420 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
421 !else
422 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
423 !endif
424 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
425
426 [LibraryClasses.common.DXE_SMM_DRIVER]
427 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
428 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
429 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
430 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
431 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
432 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
433 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
434 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
435 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
436 !ifdef $(DEBUG_ON_SERIAL_PORT)
437 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
438 !else
439 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
440 !endif
441 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
442 !if $(SOURCE_DEBUG_ENABLE) == TRUE
443 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
444 !endif
445 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
446 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
447
448 [LibraryClasses.common.SMM_CORE]
449 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
450 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
451 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
452 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
453 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
454 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
455 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
456 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
457 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
458 !ifdef $(DEBUG_ON_SERIAL_PORT)
459 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
460 !else
461 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
462 !endif
463 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
464
465 ################################################################################
466 #
467 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
468 #
469 ################################################################################
470 [PcdsFeatureFlag]
471 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
472 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
473 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
474 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
475 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
476 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
477 !ifdef $(CSM_ENABLE)
478 gUefiOvmfPkgTokenSpaceGuid.PcdCsmEnable|TRUE
479 !endif
480 !if $(SMM_REQUIRE) == TRUE
481 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire|TRUE
482 gUefiCpuPkgTokenSpaceGuid.PcdCpuHotPlugSupport|TRUE
483 gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|FALSE
484 !endif
485
486 [PcdsFixedAtBuild]
487 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
488 !if $(SMM_REQUIRE) == FALSE
489 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
490 !endif
491 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
492 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
493 !if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
494 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
495 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
496 !if $(NETWORK_TLS_ENABLE) == FALSE
497 # match PcdFlashNvStorageVariableSize purely for convenience
498 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000
499 !endif
500 !endif
501 !if $(FD_SIZE_IN_KB) == 4096
502 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400
503 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400
504 !if $(NETWORK_TLS_ENABLE) == FALSE
505 # match PcdFlashNvStorageVariableSize purely for convenience
506 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000
507 !endif
508 !endif
509 !if $(NETWORK_TLS_ENABLE) == TRUE
510 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
511 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
512 !endif
513
514 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
515 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
516 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
517
518 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
519
520 # DEBUG_INIT 0x00000001 // Initialization
521 # DEBUG_WARN 0x00000002 // Warnings
522 # DEBUG_LOAD 0x00000004 // Load events
523 # DEBUG_FS 0x00000008 // EFI File system
524 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
525 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
526 # DEBUG_INFO 0x00000040 // Informational debug messages
527 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
528 # DEBUG_VARIABLE 0x00000100 // Variable
529 # DEBUG_BM 0x00000400 // Boot Manager
530 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
531 # DEBUG_NET 0x00004000 // SNP Driver
532 # DEBUG_UNDI 0x00010000 // UNDI Driver
533 # DEBUG_LOADFILE 0x00020000 // LoadFile
534 # DEBUG_EVENT 0x00080000 // Event messages
535 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
536 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
537 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
538 # // significantly impact boot performance
539 # DEBUG_ERROR 0x80000000 // Error
540 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
541
542 !if $(SOURCE_DEBUG_ENABLE) == TRUE
543 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
544 !else
545 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
546 !endif
547
548 # This PCD is used to set the base address of the PCI express hierarchy. It
549 # is only consulted when OVMF runs on Q35. In that case it is programmed into
550 # the PCIEXBAR register.
551 #
552 # On Q35 machine types that QEMU intends to support in the long term, QEMU
553 # never lets the RAM below 4 GB exceed 2816 MB.
554 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xB0000000
555
556 !if $(SOURCE_DEBUG_ENABLE) == TRUE
557 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
558 !endif
559
560 [PcdsFixedAtBuild.IA32]
561 #
562 # The NumberOfPages values below are ad-hoc. They are updated sporadically at
563 # best (please refer to git-blame for past updates). The values capture a set
564 # of BIN hints that made sense at a particular time, for some (now likely
565 # unknown) workloads / boot paths.
566 #
567 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x80
568 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x10
569 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x80
570 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x100
571 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x100
572
573 [PcdsFixedAtBuild.X64]
574 #
575 # Network Pcds
576 #
577 !include NetworkPkg/NetworkPcds.dsc.inc
578
579 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
580
581 !if $(SMM_REQUIRE) == TRUE
582 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000
583 !endif
584
585 # IRQs 5, 9, 10, 11 are level-triggered
586 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20
587
588 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf
589 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
590
591 ################################################################################
592 #
593 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
594 #
595 ################################################################################
596
597 [PcdsDynamicDefault]
598 # only set when
599 # ($(SMM_REQUIRE) == FALSE)
600 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
601
602 !if $(SMM_REQUIRE) == FALSE
603 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
604 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
605 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
606 !endif
607 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|FALSE
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 [PcdsDynamicDefault.X64]
662 # IPv4 and IPv6 PXE Boot support.
663 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01
664 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01
665
666 [PcdsDynamicHii]
667 !if $(TPM_ENABLE) == TRUE && $(TPM_CONFIG_ENABLE) == TRUE
668 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x0|"1.3"|NV,BS
669 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS
670 !endif
671
672 ################################################################################
673 #
674 # Components Section - list of all EDK II Modules needed by this Platform.
675 #
676 ################################################################################
677 [Components.IA32]
678 OvmfPkg/ResetVector/ResetVector.inf
679
680 #
681 # SEC Phase modules
682 #
683 OvmfPkg/Sec/SecMain.inf {
684 <LibraryClasses>
685 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
686 }
687
688 #
689 # PEI Phase modules
690 #
691 MdeModulePkg/Core/Pei/PeiMain.inf
692 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
693 <LibraryClasses>
694 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
695 }
696 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {
697 <LibraryClasses>
698 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
699 }
700 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
701 <LibraryClasses>
702 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
703 }
704 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
705
706 OvmfPkg/PlatformPei/PlatformPei.inf
707 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf {
708 <LibraryClasses>
709 !if $(SMM_REQUIRE) == TRUE
710 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
711 !endif
712 }
713 !if $(SMM_REQUIRE) == TRUE
714 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
715 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
716 OvmfPkg/SmmAccess/SmmAccessPei.inf
717 !endif
718 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
719
720 !if $(TPM_ENABLE) == TRUE
721 OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
722 SecurityPkg/Tcg/TcgPei/TcgPei.inf
723 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
724 <LibraryClasses>
725 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
726 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
727 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
728 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
729 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
730 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
731 }
732 !endif
733
734 [Components.X64]
735 #
736 # DXE Phase modules
737 #
738 MdeModulePkg/Core/Dxe/DxeMain.inf {
739 <LibraryClasses>
740 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
741 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
742 }
743
744 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
745 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
746 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
747 <LibraryClasses>
748 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
749 }
750
751 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
752
753 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
754 <LibraryClasses>
755 !if $(SECURE_BOOT_ENABLE) == TRUE
756 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
757 !endif
758 !if $(TPM_ENABLE) == TRUE
759 NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
760 NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
761 !endif
762 }
763
764 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
765 OvmfPkg/8259InterruptControllerDxe/8259.inf
766 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
767 UefiCpuPkg/CpuDxe/CpuDxe.inf
768 OvmfPkg/8254TimerDxe/8254Timer.inf
769 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
770 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
771 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
772 <LibraryClasses>
773 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
774 PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
775 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf
776 }
777 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
778 <LibraryClasses>
779 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
780 }
781 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
782 MdeModulePkg/Universal/Metronome/Metronome.inf
783 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
784 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
785 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
786 <LibraryClasses>
787 !ifdef $(CSM_ENABLE)
788 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf
789 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
790 !endif
791 }
792 MdeModulePkg/Logo/LogoDxe.inf
793 MdeModulePkg/Application/UiApp/UiApp.inf {
794 <LibraryClasses>
795 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
796 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
797 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
798 !ifdef $(CSM_ENABLE)
799 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
800 NULL|OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
801 !endif
802 }
803 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf
804 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
805 OvmfPkg/Virtio10Dxe/Virtio10.inf
806 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
807 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
808 OvmfPkg/VirtioRngDxe/VirtioRng.inf
809 OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf
810 OvmfPkg/XenBusDxe/XenBusDxe.inf
811 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
812 !if $(PVSCSI_ENABLE) == TRUE
813 OvmfPkg/PvScsiDxe/PvScsiDxe.inf
814 !endif
815 !if $(MPT_SCSI_ENABLE) == TRUE
816 OvmfPkg/MptScsiDxe/MptScsiDxe.inf
817 !endif
818 !if $(LSI_SCSI_ENABLE) == TRUE
819 OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
820 !endif
821 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
822 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
823 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
824 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
825 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
826 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
827 <LibraryClasses>
828 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
829 }
830 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
831 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
832 <LibraryClasses>
833 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
834 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
835 }
836 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
837 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
838 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
839 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
840 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
841 FatPkg/EnhancedFatDxe/Fat.inf
842 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
843 OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
844 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
845 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
846 OvmfPkg/SataControllerDxe/SataControllerDxe.inf
847 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
848 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
849 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
850 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
851 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
852 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
853 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
854
855 !ifndef $(CSM_ENABLE)
856 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
857 !endif
858 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
859 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
860
861 #
862 # ISA Support
863 #
864 OvmfPkg/SioBusDxe/SioBusDxe.inf
865 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
866 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
867
868 #
869 # SMBIOS Support
870 #
871 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
872 <LibraryClasses>
873 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
874 }
875 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
876
877 #
878 # ACPI Support
879 #
880 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
881 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
882 OvmfPkg/AcpiTables/AcpiTables.inf
883 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
884 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
885 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
886
887 #
888 # Network Support
889 #
890 !include NetworkPkg/NetworkComponents.dsc.inc
891
892 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
893 <LibraryClasses>
894 NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
895 }
896
897 !if $(NETWORK_TLS_ENABLE) == TRUE
898 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
899 <LibraryClasses>
900 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
901 }
902 !endif
903 OvmfPkg/VirtioNetDxe/VirtioNet.inf
904
905 #
906 # Usb Support
907 #
908 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
909 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
910 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
911 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
912 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
913 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
914
915 !ifdef $(CSM_ENABLE)
916 OvmfPkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {
917 <LibraryClasses>
918 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
919 }
920 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
921 OvmfPkg/Csm/Csm16/Csm16.inf
922 !endif
923
924 !if $(TOOL_CHAIN_TAG) != "XCODE5"
925 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
926 <PcdsFixedAtBuild>
927 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
928 }
929 ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf {
930 <PcdsFixedAtBuild>
931 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
932 }
933 OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
934 <PcdsFixedAtBuild>
935 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
936 }
937 !endif
938 ShellPkg/Application/Shell/Shell.inf {
939 <LibraryClasses>
940 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
941 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
942 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
943 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
944 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
945 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
946 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
947 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
948 !if $(NETWORK_IP6_ENABLE) == TRUE
949 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
950 !endif
951 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
952 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
953 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
954
955 <PcdsFixedAtBuild>
956 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
957 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
958 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
959 }
960
961 !if $(SECURE_BOOT_ENABLE) == TRUE
962 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
963 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
964 !endif
965
966 OvmfPkg/PlatformDxe/Platform.inf
967 OvmfPkg/AmdSevDxe/AmdSevDxe.inf
968 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
969
970 !if $(SMM_REQUIRE) == TRUE
971 OvmfPkg/SmmAccess/SmmAccess2Dxe.inf
972 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf
973 OvmfPkg/CpuS3DataDxe/CpuS3DataDxe.inf
974
975 #
976 # SMM Initial Program Load (a DXE_RUNTIME_DRIVER)
977 #
978 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
979
980 #
981 # SMM_CORE
982 #
983 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
984
985 #
986 # Privileged drivers (DXE_SMM_DRIVER modules)
987 #
988 OvmfPkg/CpuHotplugSmm/CpuHotplugSmm.inf
989 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
990 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf {
991 <LibraryClasses>
992 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
993 }
994 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {
995 <LibraryClasses>
996 SmmCpuPlatformHookLib|OvmfPkg/Library/SmmCpuPlatformHookLibQemu/SmmCpuPlatformHookLibQemu.inf
997 SmmCpuFeaturesLib|OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
998 }
999
1000 #
1001 # Variable driver stack (SMM)
1002 #
1003 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf
1004 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
1005 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
1006 <LibraryClasses>
1007 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1008 NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
1009 }
1010 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
1011
1012 !else
1013
1014 #
1015 # Variable driver stack (non-SMM)
1016 #
1017 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
1018 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
1019 <LibraryClasses>
1020 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
1021 }
1022 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
1023 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
1024 <LibraryClasses>
1025 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1026 }
1027 !endif
1028
1029 #
1030 # TPM support
1031 #
1032 !if $(TPM_ENABLE) == TRUE
1033 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
1034 <LibraryClasses>
1035 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
1036 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
1037 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
1038 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
1039 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
1040 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
1041 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
1042 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
1043 }
1044 !if $(TPM_CONFIG_ENABLE) == TRUE
1045 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
1046 !endif
1047 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
1048 <LibraryClasses>
1049 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
1050 }
1051 !endif