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