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