]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ersek,...
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dsc
1 ## @file
2 # EFI/PI Reference Module Package for All Architectures
3 #
4 # Copyright (c) 2007 - 2013, 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|AARCH64
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 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
93
94 [LibraryClasses.EBC.PEIM]
95 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
96
97 [LibraryClasses.common.PEI_CORE]
98 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
99 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
100
101 [LibraryClasses.common.PEIM]
102 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
103 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
104 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
105 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
106
107 [LibraryClasses.common.DXE_CORE]
108 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
109 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
110 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
111
112 [LibraryClasses.common.DXE_DRIVER]
113 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
114 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
115 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
116
117 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
118 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
119 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
120 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
121 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
122
123 [LibraryClasses.common.SMM_CORE]
124 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
125 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
126 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
127
128 [LibraryClasses.common.DXE_SMM_DRIVER]
129 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
130 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
131 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
132 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
133 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
134
135 [LibraryClasses.common.UEFI_DRIVER]
136 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
137 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
138 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
139 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
140
141 [LibraryClasses.common.UEFI_APPLICATION]
142 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
143 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
144 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
145
146 [LibraryClasses.ARM]
147 #
148 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
149 # This library provides the instrinsic functions generate by a given compiler.
150 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
151 #
152 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
153
154 [LibraryClasses.EBC]
155 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
156
157 [PcdsFeatureFlag]
158 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
159 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
160 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
161 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
162 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
163
164 [PcdsFixedAtBuild]
165 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
166 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
167 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
168 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
169 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
170
171 [PcdsFixedAtBuild.IPF]
172 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
173
174 ###################################################################################################
175 #
176 # Components Section - list of the modules and components that will be processed by compilation
177 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
178 #
179 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
180 # into firmware volume images. This section is just a list of modules to compile from
181 # source into UEFI-compliant binaries.
182 # It is the FDF file that contains information on combining binary files into firmware
183 # volume images, whose concept is beyond UEFI and is described in PI specification.
184 # Binary modules do not need to be listed in this section, as they should be
185 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
186 # Logo (Logo.bmp), and etc.
187 # There may also be modules listed in this section that are not required in the FDF file,
188 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
189 # generated for it, but the binary will not be put into any firmware volume.
190 #
191 ###################################################################################################
192
193 [Components]
194 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
195
196 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
197 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
198 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
199 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
200 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
201 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
202 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
203 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
204 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
205 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
206 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
207 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
208 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
209 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
210 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
211 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
212 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
213 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
214 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
215
216 MdeModulePkg/Core/Dxe/DxeMain.inf {
217 <LibraryClasses>
218 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
219 }
220 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
221 MdeModulePkg/Core/Pei/PeiMain.inf
222 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
223
224 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
225 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
226 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
227 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
228 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
229 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
230 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
231 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
232 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
233 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
234 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
235 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
236 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
237 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
238 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
239 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
240 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
241 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
242 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
243 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
244 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
245 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
246 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
247 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
248 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
249 MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
250
251 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
252 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
253 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
254 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
255 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
256 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
257 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
258 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
259 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
260 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
261 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
262 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
263 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
264 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
265 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
266 MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
267 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
268 MdeModulePkg/Universal/Metronome/Metronome.inf
269 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
270 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
271 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
272
273 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
274 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
275 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
276 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
277 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
278 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
279 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
280 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
281 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
282 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
283 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
284 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
285
286 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
287 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
288 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
289 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
290
291 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
292 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
293
294 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
295 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
296 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
297 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
298 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
299 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
300 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
301 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
302
303 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
304 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
305 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
306 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
307
308 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
309 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
310
311 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
312 <LibraryClasses>
313 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
314 }
315 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
316 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
317
318 [Components.IA32, Components.X64, Components.IPF]
319 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
320 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
321 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
322
323 [Components.IA32, Components.X64, Components.Ebc]
324 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
325 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
326
327 [Components.IA32, Components.X64]
328 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
329 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
330 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
331 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
332 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
333 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
334 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
335 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
336 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
337 MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
338 MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
339 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
340 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
341 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
342 MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
343 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
344 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
345 MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
346 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
347