VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/MdeModulePkg.dsc

Last change on this file was 101291, checked in by vboxsync, 8 months ago

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • Property svn:eol-style set to native
File size: 29.1 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 - 2021, Intel Corporation. All rights reserved.<BR>
6# Copyright (c) Microsoft Corporation.
7# Copyright (C) 2023 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
100 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
101 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
102 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
103 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
104 DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
105 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
106 MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
107 VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
108 IpmiCommandLib|MdeModulePkg/Library/BaseIpmiCommandLibNull/BaseIpmiCommandLibNull.inf
109
110[LibraryClasses.EBC.PEIM]
111 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
112
113[LibraryClasses.common.PEI_CORE]
114 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
115 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
116
117[LibraryClasses.common.PEIM]
118 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
119 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
120 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
121 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
122 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf
123
124[LibraryClasses.common.DXE_CORE]
125 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
126 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
127 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
128
129[LibraryClasses.common.DXE_DRIVER]
130 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
131 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
132 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
133 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
134 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
135
136[LibraryClasses.common.DXE_RUNTIME_DRIVER]
137 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
138 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
139 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
140 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
141 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
142 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
143
144[LibraryClasses.common.SMM_CORE]
145 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
146 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
147 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
148 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
149 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
150
151[LibraryClasses.common.DXE_SMM_DRIVER]
152 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
153 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
154 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
155 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
156 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
157 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
158 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
159
160[LibraryClasses.common.UEFI_DRIVER]
161 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
162 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
163 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
164 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
165
166[LibraryClasses.common.UEFI_APPLICATION]
167 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
168 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
169 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
170 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
171
172[LibraryClasses.common.MM_STANDALONE]
173 HobLib|MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf
174 MemoryAllocationLib|MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf
175 StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
176 MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
177 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxStandaloneMmLib.inf
178 MemLib|StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
179
180[LibraryClasses.ARM, LibraryClasses.AARCH64]
181 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
182 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
183 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
184
185 #
186 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.
187 # This library provides the instrinsic functions generated by a given compiler.
188 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
189 #
190 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
191
192 #
193 # Since software stack checking may be heuristically enabled by the compiler
194 # include BaseStackCheckLib unconditionally.
195 #
196 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
197
198[LibraryClasses.EBC, LibraryClasses.RISCV64, LibraryClasses.LOONGARCH64]
199 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
200
201[PcdsFeatureFlag]
202 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
203 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
204 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
205 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
206 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
207
208[PcdsFixedAtBuild]
209 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
210 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
211 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
212 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
213 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
214
215[PcdsDynamicExDefault]
216 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"FVMAIN.FV"
217
218[Components]
219 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
220 MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.inf
221 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf
222
223 MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
224 MdeModulePkg/Logo/Logo.inf
225 MdeModulePkg/Logo/LogoDxe.inf
226 MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
227 MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.inf
228 MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
229 MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
230 MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
231 MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
232 MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
233 MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
234 MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
235 MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
236 MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
237 MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf
238 MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf
239 MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
240
241 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
242 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
243 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
244 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
245 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
246 MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.inf
247 MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
248 MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.inf
249 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.inf
250 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.inf
251 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
252 MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
253 MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf
254 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
255 MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf
256 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf
257 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
258 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
259 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
260 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
261 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
262 MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
263 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
264 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
265 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
266 MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
267 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
268 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
269 MdeModulePkg/Bus/Ata/AhciPei/AhciPei.inf
270 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
271 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
272 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
273 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
274 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
275 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
276 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
277 MdeModulePkg/Bus/Usb/UsbNetwork/NetworkCommon/NetworkCommon.inf
278 MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm/UsbCdcEcm.inf
279 MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm/UsbCdcNcm.inf
280 MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis/UsbRndis.inf
281 MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
282 MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
283 MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
284 MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
285 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
286 MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
287 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
288
289 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
290 MdeModulePkg/Core/Pei/PeiMain.inf
291 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
292
293 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
294 MdeModulePkg/Library/UefiMemoryAllocationProfileLib/UefiMemoryAllocationProfileLib.inf
295 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
296 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationProfileLib.inf
297 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
298 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
299 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
300 MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf
301 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
302 MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
303 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
304 MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf
305 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
306 MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf
307 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
308 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
309 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
310 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
311 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
312 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
313 MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.inf
314 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
315 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
316 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
317 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
318 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
319 MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
320 MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
321 MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
322 MdeModulePkg/Library/PeiDebugLibDebugPpi/PeiDebugLibDebugPpi.inf
323 MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
324 MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
325 MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
326 MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
327 MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
328 MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
329 MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
330 MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
331 MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLibStandaloneMm.inf
332 MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
333 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
334 MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
335 MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf
336 MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
337 MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.inf
338 MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf
339 MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf
340 MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf
341 MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf
342 MdeModulePkg/Library/BaseIpmiCommandLibNull/BaseIpmiCommandLibNull.inf
343 MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
344 MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
345 MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
346 MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
347 MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.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
527[Components.X64]
528 MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
529
530[BuildOptions]
531
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use