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