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