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