VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/MdeModulePkg.dsc@ 109091

Last change on this file since 109091 was 108794, checked in by vboxsync, 5 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 29.6 KB
Line 
1## @file
2# EFI/PI Reference Module Package for All Architectures
3#
4# (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
5# Copyright (c) 2007 - 2024, Intel Corporation. All rights reserved.<BR>
6# Copyright (c) Microsoft Corporation.
7# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR>
8#
9# SPDX-License-Identifier: BSD-2-Clause-Patent
10#
11##
12
13[Defines]
14 PLATFORM_NAME = MdeModule
15 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
16 PLATFORM_VERSION = 0.98
17 DSC_SPECIFICATION = 0x00010005
18 OUTPUT_DIRECTORY = Build/MdeModule
19 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64|LOONGARCH64
20 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
21 SKUID_IDENTIFIER = DEFAULT
22
23!include MdePkg/MdeLibs.dsc.inc
24
25[LibraryClasses]
26 #
27 # Entry point
28 #
29 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
30 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
31 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
32 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
33 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
34 #
35 # Basic
36 #
37 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
38 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
39 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
40 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
41 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
42 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
43 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
44 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
45 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
46 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
47 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
48 SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
49 #
50 # UEFI & PI
51 #
52 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
53 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
54 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
55 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
56 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
57 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
58 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
59 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
60 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
61 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
62 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
63 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
64 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
65 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
66 #
67 # Generic Modules
68 #
69 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
70 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
71 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
72 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
73 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
74 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
75 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
76 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
77 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
78 #
79 # Misc
80 #
81 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
82 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
83 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
84 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
85 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
86 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
87 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
88 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
89 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
90 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
91 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
92 PlatformBootManagerLib|MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
93 PciHostBridgeLib|MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
94 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
95 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
96 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
97 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
98 NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
99 ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
100
101 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
102 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
103 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
104 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
105 DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
106 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
107 MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
108 VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
109 IpmiCommandLib|MdeModulePkg/Library/BaseIpmiCommandLibNull/BaseIpmiCommandLibNull.inf
110 SpiHcPlatformLib|MdeModulePkg/Library/BaseSpiHcPlatformLibNull/BaseSpiHcPlatformLibNull.inf
111
112[LibraryClasses.EBC.PEIM]
113 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
114
115[LibraryClasses.common.PEI_CORE]
116 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
117 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
118
119[LibraryClasses.common.PEIM]
120 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
121 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
122 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
123 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
124 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf
125
126[LibraryClasses.common.DXE_CORE]
127 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
128 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
129 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
130
131[LibraryClasses.common.DXE_DRIVER]
132 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
133 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
134 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
135 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
136 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
137
138[LibraryClasses.common.DXE_RUNTIME_DRIVER]
139 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
140 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
141 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
142 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
143 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
144 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
145
146[LibraryClasses.common.SMM_CORE]
147 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
148 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
149 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
150 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
151 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
152
153[LibraryClasses.common.DXE_SMM_DRIVER]
154 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
155 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
156 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
157 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
158 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
159 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
160 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
161
162[LibraryClasses.common.UEFI_DRIVER]
163 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
164 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
165 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
166 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
167
168[LibraryClasses.common.UEFI_APPLICATION]
169 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
170 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
171 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
172 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
173
174[LibraryClasses.common.MM_STANDALONE]
175 HobLib|MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf
176 MemoryAllocationLib|MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf
177 StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
178 MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
179 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxStandaloneMmLib.inf
180 MemLib|StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
181 VarCheckHiiLibMmDependency|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLibMmDependency.inf
182 VarCheckHiiLib|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLibStandaloneMm.inf
183
184[LibraryClasses.ARM, LibraryClasses.AARCH64]
185 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
186
187[LibraryClasses.EBC, LibraryClasses.RISCV64, LibraryClasses.LOONGARCH64]
188 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
189
190[PcdsFeatureFlag]
191 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
192 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
193 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
194 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
195 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
196
197[PcdsFixedAtBuild]
198 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
199 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
200 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
201 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
202 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
203
204[PcdsDynamicExDefault]
205 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"FVMAIN.FV"
206
207[Components]
208 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
209 MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.inf
210 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf
211
212 MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
213 MdeModulePkg/Logo/Logo.inf
214 MdeModulePkg/Logo/LogoDxe.inf
215 MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
216 MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.inf
217 MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
218 MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
219 MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
220 MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
221 MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
222 MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
223 MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
224 MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
225 MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
226 MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf
227 MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf
228 MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
229 MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
230
231 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
232 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
233 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
234 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
235 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
236 MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.inf
237 MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
238 MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.inf
239 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.inf
240 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.inf
241 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
242 MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
243 MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf
244 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
245 MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf
246 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf
247 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
248 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
249 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
250 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
251 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
252 MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
253 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
254 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
255 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
256 MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
257 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
258 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
259 MdeModulePkg/Bus/Ata/AhciPei/AhciPei.inf
260 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
261 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
262 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
263 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
264 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
265 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
266 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
267 MdeModulePkg/Bus/Usb/UsbNetwork/NetworkCommon/NetworkCommon.inf
268 MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm/UsbCdcEcm.inf
269 MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm/UsbCdcNcm.inf
270 MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis/UsbRndis.inf
271 MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
272 MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
273 MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
274 MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
275 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
276 MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
277 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
278 MdeModulePkg/Bus/Spi/SpiNorFlashJedecSfdp/SpiNorFlashJedecSfdpDxe.inf
279 MdeModulePkg/Bus/Spi/SpiNorFlashJedecSfdp/SpiNorFlashJedecSfdpSmm.inf
280 MdeModulePkg/Bus/Spi/SpiBus/SpiBusDxe.inf
281 MdeModulePkg/Bus/Spi/SpiBus/SpiBusSmm.inf
282 MdeModulePkg/Bus/Spi/SpiHc/SpiHcDxe.inf
283 MdeModulePkg/Bus/Spi/SpiHc/SpiHcSmm.inf
284
285 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
286 MdeModulePkg/Core/Pei/PeiMain.inf
287 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
288
289 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
290 MdeModulePkg/Library/UefiMemoryAllocationProfileLib/UefiMemoryAllocationProfileLib.inf
291 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
292 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationProfileLib.inf
293 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
294 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
295 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
296 MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf
297 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
298 MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
299 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
300 MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf
301 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
302 MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf
303 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
304 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
305 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
306 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
307 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
308 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
309 MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.inf
310 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
311 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
312 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
313 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
314 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
315 MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
316 MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
317 MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
318 MdeModulePkg/Library/PeiDebugLibDebugPpi/PeiDebugLibDebugPpi.inf
319 MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
320 MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
321 MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
322 MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
323 MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
324 MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
325 MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
326 MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
327 MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLibStandaloneMm.inf
328 MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
329 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
330 MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
331 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLibMmDependency.inf
332 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLibStandaloneMm.inf
333 MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf
334 MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
335 MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.inf
336 MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf
337 MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf
338 MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf
339 MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf
340 MdeModulePkg/Library/BaseIpmiCommandLibNull/BaseIpmiCommandLibNull.inf
341 MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
342 MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
343 MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
344 MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
345 MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.inf
346 MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
347 MdeModulePkg/Library/HobPrintLib/HobPrintLib.inf
348
349 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
350 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
351 MdeModulePkg/Application/UiApp/UiApp.inf{
352 <LibraryClasses>
353 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
354 NULL|MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.inf
355 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
356 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
357 }
358 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
359 MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
360 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
361 MdeModulePkg/Universal/CapsuleOnDiskLoadPei/CapsuleOnDiskLoadPei.inf
362 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
363 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
364 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
365 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
366 MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf
367 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
368 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
369 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
370 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
371 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
372 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
373 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
374 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
375 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
376 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
377 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
378 MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
379 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
380 MdeModulePkg/Universal/Metronome/Metronome.inf
381 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
382 MdeModulePkg/Universal/ResetSystemPei/ResetSystemPei.inf {
383 <LibraryClasses>
384 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
385 }
386 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf {
387 <LibraryClasses>
388 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
389 }
390 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
391 MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf
392
393 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
394 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
395 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
396 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
397
398 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
399 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
400
401 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
402 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
403 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
404 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
405 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
406 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
407 MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.inf
408 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
409 MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf
410 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
411
412 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
413 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
414 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
415 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
416
417 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
418 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
419
420 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
421 <LibraryClasses>
422 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
423 }
424 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
425 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
426 MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {
427 <LibraryClasses>
428 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
429 }
430 MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {
431 <LibraryClasses>
432 NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
433 }
434
435 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
436 MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
437 MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf
438
439 MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.inf {
440 <LibraryClasses>
441 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
442 }
443
444 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
445 MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
446
447 MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf
448
449 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
450 MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
451 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
452 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
453 MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
454
455[Components.IA32, Components.X64, Components.AARCH64]
456 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
457 MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf
458 MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf
459
460[Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
461 MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
462 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
463 MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
464 MdeModulePkg/Core/Dxe/DxeMain.inf {
465 <LibraryClasses>
466 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
467 }
468
469!if $(TOOL_CHAIN_TAG) != "XCODE5"
470 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteStandaloneMm.inf
471 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf
472!endif
473
474[Components.IA32, Components.X64]
475 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
476 MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.inf
477 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
478 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
479 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
480 <LibraryClasses>
481 NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
482 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
483 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
484 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
485 }
486 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
487 <LibraryClasses>
488 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
489 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
490 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
491 }
492 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
493 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
494 MdeModulePkg/Library/SmmReportStatusCodeLib/StandaloneMmReportStatusCodeLib.inf
495 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
496 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerStandaloneMm.inf
497 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
498 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterStandaloneMm.inf
499 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
500 MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryAllocationProfileLib.inf
501 MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationProfileLib.inf
502 MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
503 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
504 MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
505 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
506 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
507 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
508 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxStandaloneMmLib.inf
509 MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
510 MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.inf
511 MdeModulePkg/Library/SmmSmiHandlerProfileLib/StandaloneMmSmiHandlerProfileLib.inf
512 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
513 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
514 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
515 MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
516 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
517 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceStandaloneMm.inf
518 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
519 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
520 MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
521 MdeModulePkg/Universal/SmmCommunicationBufferDxe/SmmCommunicationBufferDxe.inf
522 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
523 MdeModulePkg/Library/TraceHubDebugSysTLib/BaseTraceHubDebugSysTLib.inf
524 MdeModulePkg/Library/TraceHubDebugSysTLib/PeiTraceHubDebugSysTLib.inf
525 MdeModulePkg/Library/TraceHubDebugSysTLib/DxeSmmTraceHubDebugSysTLib.inf
526 MdeModulePkg/Library/BaseSpiHcPlatformLibNull/BaseSpiHcPlatformLibNull.inf
527
528[Components.X64]
529 MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
530
531[BuildOptions]
532
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette