]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg: Add PciHostBridgeLibNull
[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
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 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
47 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
48 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
49 SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
50 ImageDecoderLib|MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf
51 #
52 # UEFI & PI
53 #
54 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
55 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
56 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
57 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
58 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
59 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
60 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
61 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
62 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
63 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
64 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
65 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
66 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
67 #
68 # Generic Modules
69 #
70 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
71 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
72 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
73 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
74 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
75 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
76 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
77 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
78 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
79 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
80 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
81 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
82 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
83 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
84 #
85 # Misc
86 #
87 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
88 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
89 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
90 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
91 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
92 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
93 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
94 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
95 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
96 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
97 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
98 PlatformBootManagerLib|MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
99 PciHostBridgeLib|MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
100 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
101 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
102 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
103 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
104
105 [LibraryClasses.EBC.PEIM]
106 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
107
108 [LibraryClasses.common.PEI_CORE]
109 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
110 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
111
112 [LibraryClasses.common.PEIM]
113 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
114 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
115 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
116 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
117
118 [LibraryClasses.common.DXE_CORE]
119 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
120 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
121 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
122
123 [LibraryClasses.common.DXE_DRIVER]
124 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
125 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
126 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
127 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.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
135 [LibraryClasses.common.SMM_CORE]
136 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
137 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
138 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
139 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
140 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
141
142 [LibraryClasses.common.DXE_SMM_DRIVER]
143 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
144 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
145 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
146 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
147 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
148 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
149
150 [LibraryClasses.common.UEFI_DRIVER]
151 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
152 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
153 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
154 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
155
156 [LibraryClasses.common.UEFI_APPLICATION]
157 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
158 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
159 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
160
161 [LibraryClasses.ARM, LibraryClasses.AARCH64]
162 #
163 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.
164 # This library provides the instrinsic functions generated by a given compiler.
165 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
166 #
167 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
168
169 [LibraryClasses.EBC]
170 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
171
172 [PcdsFeatureFlag]
173 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
174 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
175 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
176 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
177 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
178
179 [PcdsFixedAtBuild]
180 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
181 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
182 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
183 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
184 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
185
186 [PcdsFixedAtBuild.IPF]
187 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
188
189 ###################################################################################################
190 #
191 # Components Section - list of the modules and components that will be processed by compilation
192 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
193 #
194 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
195 # into firmware volume images. This section is just a list of modules to compile from
196 # source into UEFI-compliant binaries.
197 # It is the FDF file that contains information on combining binary files into firmware
198 # volume images, whose concept is beyond UEFI and is described in PI specification.
199 # Binary modules do not need to be listed in this section, as they should be
200 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
201 # Logo (Logo.bmp), and etc.
202 # There may also be modules listed in this section that are not required in the FDF file,
203 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
204 # generated for it, but the binary will not be put into any firmware volume.
205 #
206 ###################################################################################################
207
208 [Components]
209 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
210 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf
211
212 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
213 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
214 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
215 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
216 MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf
217 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
218 MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf
219 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf
220 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
221 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
222 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
223 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
224 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
225 MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
226 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
227 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
228 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
229 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
230 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
231 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
232 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
233 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
234 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
235 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
236 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
237 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
238 MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
239 MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
240 MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
241 MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
242
243 MdeModulePkg/Core/Dxe/DxeMain.inf {
244 <LibraryClasses>
245 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
246 }
247 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
248 MdeModulePkg/Core/Pei/PeiMain.inf
249 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
250
251 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
252 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
253 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
254 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
255 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
256 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
257 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
258 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
259 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
260 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
261 MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
262 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
263 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
264 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
265 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
266 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
267 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
268 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
269 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
270 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
271 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
272 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
273 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
274 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
275 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
276 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
277 MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
278 MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
279 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
280 MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
281 MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
282 MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
283 MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf
284 MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
285 MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf
286 MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
287 MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
288 MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
289 MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
290 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
291 MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
292 MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf
293 MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
294 MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.inf
295 MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf
296 MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf
297 MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf
298 MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf
299
300 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
301 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
302 MdeModulePkg/Application/UiApp/UiApp.inf{
303 <LibraryClasses>
304 NULL|MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf
305 NULL|MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf
306 NULL|MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf
307 }
308 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
309 MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
310 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
311 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
312 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
313 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
314 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
315 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
316 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
317 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
318 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
319 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
320 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
321 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
322 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
323 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
324 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
325 MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
326 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
327 MdeModulePkg/Universal/Metronome/Metronome.inf
328 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
329 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
330 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
331 MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf
332
333 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
334 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
335 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
336 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
337 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
338 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
339 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
340 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
341 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
342 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
343 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
344
345 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
346 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
347 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
348 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
349
350 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
351 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
352
353 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
354 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
355 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
356 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
357 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
358 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
359 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
360 MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf
361 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
362
363 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
364 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
365 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
366 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
367
368 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
369 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
370
371 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
372 <LibraryClasses>
373 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
374 }
375 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
376 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
377 MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {
378 <LibraryClasses>
379 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
380 }
381 MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {
382 <LibraryClasses>
383 NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
384 }
385
386 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
387 MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
388
389 MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf
390 MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.inf {
391 <LibraryClasses>
392 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
393 }
394
395 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
396
397 [Components.IA32, Components.X64, Components.IPF]
398 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
399 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
400 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
401
402 [Components.IA32, Components.X64, Components.Ebc]
403 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
404 <LibraryClasses>
405 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
406 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
407 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
408 }
409 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
410
411 [Components.IA32, Components.X64]
412 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
413 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
414 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
415 <LibraryClasses>
416 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
417 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
418 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
419 }
420 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
421 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
422 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
423 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
424 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
425 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
426 MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
427 MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
428 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
429 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
430 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
431 MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
432 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
433 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
434 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
435 MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
436 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
437 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
438 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
439 MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
440
441 [Components.X64]
442 MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
443