]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
Update package version for MdeModulePkg, UefiCpuPkg.
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dsc
1 ## @file
2 # EFI/PI Reference Module Package for All Architectures
3 #
4 # Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 PLATFORM_NAME = MdeModule
18 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
19 PLATFORM_VERSION = 0.92
20 DSC_SPECIFICATION = 0x00010005
21 OUTPUT_DIRECTORY = Build/MdeModule
22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
23 BUILD_TARGETS = DEBUG|RELEASE
24 SKUID_IDENTIFIER = DEFAULT
25
26 [LibraryClasses]
27 #
28 # Entry point
29 #
30 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
31 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
32 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
33 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
34 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
35 #
36 # Basic
37 #
38 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
39 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
40 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
41 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
42 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
43 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
44 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
45 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
46 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
47 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
48 #
49 # UEFI & PI
50 #
51 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
52 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
53 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
54 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
55 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
56 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
57 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
58 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
59 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
60 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
61 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
62 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
63 #
64 # Generic Modules
65 #
66 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
67 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
68 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
69 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
70 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
71 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
72 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
73 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
74 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
75 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
76 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
77 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
78 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
79 #
80 # Misc
81 #
82 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
83 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
84 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
85 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
86 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
87 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
88 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
89 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
90 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
91 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
92
93 [LibraryClasses.EBC.PEIM]
94 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
95
96 [LibraryClasses.common.PEI_CORE]
97 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
98 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
99
100 [LibraryClasses.common.PEIM]
101 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
102 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
103 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
104 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
105
106 [LibraryClasses.common.DXE_CORE]
107 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
108 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
109 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
110
111 [LibraryClasses.common.DXE_DRIVER]
112 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
113 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
114 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
115
116 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
117 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
118 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
119 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
120 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
121
122 [LibraryClasses.common.SMM_CORE]
123 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
124 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
125 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
126
127 [LibraryClasses.common.DXE_SMM_DRIVER]
128 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
129 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
130 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
131 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
132 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
133
134 [LibraryClasses.common.UEFI_DRIVER]
135 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
136 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
137 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
138 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
139
140 [LibraryClasses.common.UEFI_APPLICATION]
141 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
142 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
143 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
144
145 [LibraryClasses.ARM]
146 #
147 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
148 # This library provides the instrinsic functions generate by a given compiler.
149 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
150 #
151 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
152
153
154 [PcdsFeatureFlag]
155 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
156 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
157 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
158 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
159 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
160
161 [PcdsFixedAtBuild]
162 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
163 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
164 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
165 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
166 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
167
168 [PcdsFixedAtBuild.IPF]
169 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
170
171 ###################################################################################################
172 #
173 # Components Section - list of the modules and components that will be processed by compilation
174 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
175 #
176 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
177 # into firmware volume images. This section is just a list of modules to compile from
178 # source into UEFI-compliant binaries.
179 # It is the FDF file that contains information on combining binary files into firmware
180 # volume images, whose concept is beyond UEFI and is described in PI specification.
181 # Binary modules do not need to be listed in this section, as they should be
182 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
183 # Logo (Logo.bmp), and etc.
184 # There may also be modules listed in this section that are not required in the FDF file,
185 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
186 # generated for it, but the binary will not be put into any firmware volume.
187 #
188 ###################################################################################################
189
190 [Components]
191 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
192
193 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
194 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
195 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
196 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
197 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
198 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
199 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
200 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
201 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
202 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
203 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
204 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
205 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
206 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
207 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
208 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
209 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
210 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
211 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
212
213 MdeModulePkg/Core/Dxe/DxeMain.inf {
214 <LibraryClasses>
215 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
216 }
217 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
218 MdeModulePkg/Core/Pei/PeiMain.inf
219 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
220
221 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
222 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
223 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
224 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
225 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
226 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
227 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
228 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
229 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
230 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
231 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
232 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
233 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
234 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
235 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
236 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
237 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
238 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
239 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
240 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
241 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
242 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
243 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
244 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
245 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
246 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
247 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
248
249 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
250 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
251 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
252 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
253 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
254 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
255 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
256 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
257 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
258 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
259 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
260 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
261 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
262 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
263 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
264 MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
265 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
266 MdeModulePkg/Universal/Metronome/Metronome.inf
267 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
268 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
269 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
270
271 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
272 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
273 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
274 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
275 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
276 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
277 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
278 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
279 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
280 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
281 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
282 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
283
284 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
285 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
286 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
287 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
288
289 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
290 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
291
292 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
293 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
294 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
295 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
296 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
297 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
298 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
299
300 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
301 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
302 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
303 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
304
305 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
306 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
307
308 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
309 <LibraryClasses>
310 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
311 }
312 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
313 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
314
315 [Components.IA32, Components.X64, Components.IPF]
316 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
317 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
318 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
319
320 [Components.IA32, Components.X64, Components.Ebc]
321 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
322 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
323
324 [Components.IA32, Components.X64]
325 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
326 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
327 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
328 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
329 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
330 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
331 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
332 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
333 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
334 MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
335 MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
336 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
337 MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
338 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
339 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
340 MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
341 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
342