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