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