]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
Add PI SMM IPL and PI SMM Core
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dsc
1 ## @file
2 # EFI/PI Reference Module Package for All Architectures
3 #
4 # Copyright (c) 2007 - 2010, Intel Corporation
5 #
6 # All rights reserved. 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.90
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 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
28 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
29 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
30 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
31 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
32 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
33 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
34 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
35 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
36 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
37 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
38 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
39 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
40 PostCodeLib|MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
41 PostCodeLib|MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
42 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
43 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
44 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
45
46 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
47 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
48 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
49 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
50 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
51 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
52 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
53 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
54 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
55 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
56 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
57 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
58 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
59 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
60 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
61 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
62 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
63 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
64 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
65 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
66 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
67 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
68 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
69 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
70 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
71 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
72 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
73 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
74 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
75 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
76
77 [LibraryClasses.IA32]
78 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
79
80 [LibraryClasses.X64]
81 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
82
83 [LibraryClasses.IPF]
84 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
85
86 [LibraryClasses.ARM]
87 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
88
89 [LibraryClasses.EBC.PEIM]
90 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
91
92 [LibraryClasses.common.PEI_CORE]
93 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
94 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
95
96 [LibraryClasses.common.PEIM]
97 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
98 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
99 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
100
101 [LibraryClasses.common.DXE_CORE]
102 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
103 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
104 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
105
106 [LibraryClasses.common.DXE_DRIVER]
107 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
108 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
109
110 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
111 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
112 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
113 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
114 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
115
116 [LibraryClasses.common.DXE_SAL_DRIVER]
117 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
118 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
119 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
120 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
121
122 [LibraryClasses.common.SMM_CORE]
123 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
124 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
125
126 [LibraryClasses.common.DXE_SMM_DRIVER]
127 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
128 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
129 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
130 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
131 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
132
133 [LibraryClasses.common.UEFI_DRIVER]
134 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
135 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
136 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
137
138 [LibraryClasses.common.UEFI_APPLICATION]
139 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
140 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
141 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
142
143 [PcdsFeatureFlag]
144 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
145 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
146 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
147 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
148 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
149 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
150 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
151 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
152 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
153 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
154 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
155
156 [PcdsFeatureFlag.IA32]
157 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
158
159 [PcdsFixedAtBuild]
160 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
161 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
162 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
163 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
164 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
165 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
166 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
167 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
168 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
169 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
170 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
171 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
172 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
173 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
174 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
175 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0
176 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0
177 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0
178 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0
179 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0
180 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0
181 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
182 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
183 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
184
185 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
186 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
187 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
188 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
189 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
190 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
191
192 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
193 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
194 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize|0x20000
195
196
197 [PcdsFixedAtBuild.IPF]
198 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
199
200 ###################################################################################################
201 #
202 # Components Section - list of the modules and components that will be processed by compilation
203 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
204 #
205 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
206 # into firmware volume images. This section is just a list of modules to compile from
207 # source into UEFI-compliant binaries.
208 # It is the FDF file that contains information on combining binary files into firmware
209 # volume images, whose concept is beyond UEFI and is described in PI specification.
210 # Binary modules do not need to be listed in this section, as they should be
211 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
212 # Logo (Logo.bmp), and etc.
213 # There may also be modules listed in this section that are not required in the FDF file,
214 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
215 # generated for it, but the binary will not be put into any firmware volume.
216 #
217 ###################################################################################################
218
219 [Components]
220 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
221
222 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
223 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
224 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
225 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
226 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.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
235 MdeModulePkg/Core/Dxe/DxeMain.inf {
236 <LibraryClasses>
237 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
238 }
239 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
240 MdeModulePkg/Core/Pei/PeiMain.inf
241 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
242
243 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
244 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
245 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
246 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
247 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
248 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
249 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
250 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
251 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
252 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
253 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
254 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
255 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
256 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
257 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
258 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
259 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
260 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
261 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
262 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
263
264 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
265 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
266 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
267 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
268 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
269 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
270 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
271 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
272 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
273 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
274 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
275 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
276 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
277 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
278 MdeModulePkg/Universal/Metronome/Metronome.inf
279 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
280 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
281
282 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
283 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
284 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
285 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
286 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
287 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
288 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
289 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
290 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
291 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
292 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
293 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
294
295 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
296 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
297 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
298 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
299
300 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
301 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
302
303 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
304 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
305 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
306 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
307 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
308 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
309
310 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
311 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
312 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
313 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
314
315 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
316 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.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/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
331 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
332 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf