]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
Merge branch 'master' of https://github.com/tianocore/edk2
[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 - 2016, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 PLATFORM_NAME = MdeModule
19 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
20 PLATFORM_VERSION = 0.96
21 DSC_SPECIFICATION = 0x00010005
22 OUTPUT_DIRECTORY = Build/MdeModule
23 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
24 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
25 SKUID_IDENTIFIER = DEFAULT
26
27 [LibraryClasses]
28 #
29 # Entry point
30 #
31 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
32 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
33 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
34 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
35 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
36 #
37 # Basic
38 #
39 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
40 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
41 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
42 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
43 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
44 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
45 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
46 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
47 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
48 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
49 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
50 SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
51 ImageDecoderLib|MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf
52 #
53 # UEFI & PI
54 #
55 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
56 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
57 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
58 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
59 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
60 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
61 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
62 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
63 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
64 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
65 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
66 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
67 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
68 #
69 # Generic Modules
70 #
71 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
72 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
73 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
74 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
75 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
76 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
77 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
78 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
79 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
80 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
81 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
82 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
83 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
84 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
85 #
86 # Misc
87 #
88 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
89 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
90 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
91 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
92 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
93 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
94 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
95 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
96 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
97 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
98 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
99 PlatformBootManagerLib|MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
100 PciHostBridgeLib|MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
101 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
102 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
103 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
104 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.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
130 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
131 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
132 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
133 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
134 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.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/UefiDebugLibConOut/UefiDebugLibConOut.inf
146 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
147 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
148 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
149 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
150
151 [LibraryClasses.common.UEFI_DRIVER]
152 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
153 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
154 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
155 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
156
157 [LibraryClasses.common.UEFI_APPLICATION]
158 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
159 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
160 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
161
162 [LibraryClasses.ARM, LibraryClasses.AARCH64]
163 #
164 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.
165 # This library provides the instrinsic functions generated by a given compiler.
166 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
167 #
168 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
169
170 [LibraryClasses.EBC]
171 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
172
173 [PcdsFeatureFlag]
174 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
175 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
176 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
177 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
178 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
179
180 [PcdsFixedAtBuild]
181 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
182 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
183 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
184 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
185 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
186
187 [PcdsFixedAtBuild.IPF]
188 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
189
190 ###################################################################################################
191 #
192 # Components Section - list of the modules and components that will be processed by compilation
193 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
194 #
195 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
196 # into firmware volume images. This section is just a list of modules to compile from
197 # source into UEFI-compliant binaries.
198 # It is the FDF file that contains information on combining binary files into firmware
199 # volume images, whose concept is beyond UEFI and is described in PI specification.
200 # Binary modules do not need to be listed in this section, as they should be
201 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
202 # Logo (Logo.bmp), and etc.
203 # There may also be modules listed in this section that are not required in the FDF file,
204 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
205 # generated for it, but the binary will not be put into any firmware volume.
206 #
207 ###################################################################################################
208
209 [Components]
210 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
211 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf
212
213 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
214 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
215 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
216 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
217 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.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/Ata/AtaBusDxe/AtaBusDxe.inf
238 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
239 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
240 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
241 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
242 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
243 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
244 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
245 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
246 MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
247 MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
248 MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
249 MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
250 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
251 MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
252
253 MdeModulePkg/Core/Dxe/DxeMain.inf {
254 <LibraryClasses>
255 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
256 }
257 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
258 MdeModulePkg/Core/Pei/PeiMain.inf
259 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
260
261 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
262 MdeModulePkg/Library/UefiMemoryAllocationProfileLib/UefiMemoryAllocationProfileLib.inf
263 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
264 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationProfileLib.inf
265 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
266 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
267 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
268 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
269 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
270 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.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/PeiS3LibNull/PeiS3LibNull.inf
277 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
278 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
279 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
280 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
281 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
282 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
283 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
284 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
285 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
286 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
287 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
288 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
289 MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
290 MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
291 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
292 MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
293 MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
294 MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
295 MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf
296 MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
297 MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf
298 MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
299 MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
300 MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
301 MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
302 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
303 MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
304 MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf
305 MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
306 MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.inf
307 MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf
308 MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf
309 MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf
310 MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf
311
312 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
313 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
314 MdeModulePkg/Application/UiApp/UiApp.inf{
315 <LibraryClasses>
316 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
317 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
318 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
319 }
320 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
321 MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
322 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
323 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
324 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
325 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
326 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
327 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
328 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
329 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
330 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
331 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
332 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
333 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
334 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
335 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
336 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
337 MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
338 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
339 MdeModulePkg/Universal/Metronome/Metronome.inf
340 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
341 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
342 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
343 MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf
344
345 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
346 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
347 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
348 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
349 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
350 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
351 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
352 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
353 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
354 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
355 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
356
357 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
358 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
359 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
360 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
361
362 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
363 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
364
365 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
366 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
367 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
368 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
369 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
370 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
371 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
372 MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf
373 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
374
375 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
376 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
377 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
378 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
379
380 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
381 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
382
383 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
384 <LibraryClasses>
385 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
386 }
387 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
388 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
389 MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {
390 <LibraryClasses>
391 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
392 }
393 MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {
394 <LibraryClasses>
395 NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
396 }
397
398 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
399 MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
400
401 MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf
402 MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.inf {
403 <LibraryClasses>
404 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
405 }
406
407 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
408
409 [Components.IA32, Components.X64, Components.IPF]
410 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
411 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
412 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
413
414 [Components.IA32, Components.X64, Components.Ebc]
415 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
416 <LibraryClasses>
417 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
418 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
419 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
420 }
421 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
422
423 [Components.IA32, Components.X64]
424 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
425 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
426 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
427 <LibraryClasses>
428 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
429 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
430 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
431 }
432 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
433 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
434 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
435 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
436 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
437 MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryAllocationProfileLib.inf
438 MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationProfileLib.inf
439 MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
440 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
441 MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
442 MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
443 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
444 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
445 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
446 MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
447 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
448 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
449 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
450 MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
451 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
452 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
453 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
454 MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
455 MdeModulePkg/Universal/SmmCommunicationBufferDxe/SmmCommunicationBufferDxe.inf
456 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
457
458 [Components.X64]
459 MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
460