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