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