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