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