]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg: Fix a performance data buffer overrun issue
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dsc
CommitLineData
819aa7bc 1## @file\r
77269125 2# EFI/PI Reference Module Package for All Architectures\r
3#\r
35f910f0 4# (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>\r
842b1242 5# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
77269125 6#\r
cd5ebaa0 7# This program and the accompanying materials\r
77269125 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
819aa7bc 15##\r
77269125 16\r
17[Defines]\r
18 PLATFORM_NAME = MdeModule\r
19 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478\r
d9bb3e7b 20 PLATFORM_VERSION = 0.96\r
77269125 21 DSC_SPECIFICATION = 0x00010005\r
22 OUTPUT_DIRECTORY = Build/MdeModule\r
716e5077 23 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64\r
586b399d 24 BUILD_TARGETS = DEBUG|RELEASE\r
77269125 25 SKUID_IDENTIFIER = DEFAULT\r
26\r
6bfbb5f0 27[LibraryClasses]\r
6a53bf17
LG
28 #\r
29 # Entry point\r
30 #\r
77269125 31 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
32 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
33 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
34 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
35 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
6a53bf17
LG
36 #\r
37 # Basic\r
38 #\r
39 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
40 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
41 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
42 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
43 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
44 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
45 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
46 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
47 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
48 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
a4b833e5 49 SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf\r
6a53bf17
LG
50 #\r
51 # UEFI & PI\r
52 #\r
77269125 53 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
77269125 54 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
55 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
6a53bf17
LG
56 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
57 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
58 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
59 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
60 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
61 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
62 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
63 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
64 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
f4cd24da 65 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
6a53bf17
LG
66 #\r
67 # Generic Modules\r
68 #\r
77269125 69 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
6a53bf17 70 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
77269125 71 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
72 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
73 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
4bad9ada 74 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
77269125 75 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
cd98f305 76 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
6a53bf17 77 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
23b0b374 78 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
6a53bf17
LG
79 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
80 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
ec7cb6ab 81 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf\r
7c6c064c 82 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
6a53bf17
LG
83 #\r
84 # Misc\r
85 #\r
86 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
62a5bf63 87 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
6a53bf17
LG
88 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf \r
89 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
90 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
fe92ab29 91 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
8e456a77 92 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
51a0c5f2 93 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r
be46cd5f 94 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
95 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
1e172d6b 96 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
f4cd24da 97 PlatformBootManagerLib|MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf\r
308521b1 98 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
b6477d82 99 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
8021f4c7 100 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
77269125 101\r
77269125 102[LibraryClasses.EBC.PEIM]\r
103 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
104\r
105[LibraryClasses.common.PEI_CORE]\r
106 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
107 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
108\r
109[LibraryClasses.common.PEIM]\r
110 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
111 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
112 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
993532d0 113 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
77269125 114\r
115[LibraryClasses.common.DXE_CORE]\r
116 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
117 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
118 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
119\r
120[LibraryClasses.common.DXE_DRIVER]\r
121 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
1c837cd5 122 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
77269125 123 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
a402e129 124 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
77269125 125\r
126[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
127 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
128 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
77269125 129 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
1c837cd5 130 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
77269125 131\r
4442c579 132[LibraryClasses.common.SMM_CORE]\r
beaec44e 133 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
4442c579 134 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
6a53bf17 135 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
495797c5 136 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf \r
842b1242 137 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
495797c5 138\r
77269125 139[LibraryClasses.common.DXE_SMM_DRIVER]\r
140 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
77269125 141 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
6a53bf17 142 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
202c3279 143 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
1c837cd5 144 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r
842b1242 145 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
77269125 146\r
147[LibraryClasses.common.UEFI_DRIVER]\r
148 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
149 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
150 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
1c837cd5 151 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
77269125 152\r
153[LibraryClasses.common.UEFI_APPLICATION]\r
154 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
155 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
156 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
157\r
35f910f0 158[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
62a5bf63 159 #\r
35f910f0
RP
160 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.\r
161 # This library provides the instrinsic functions generated by a given compiler.\r
62a5bf63 162 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
163 #\r
164 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
445404a8 165\r
cbcccd2c
LG
166[LibraryClasses.EBC]\r
167 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
445404a8 168\r
6bfbb5f0 169[PcdsFeatureFlag]\r
77269125 170 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
6a53bf17
LG
171 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
172 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
77269125 173 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE\r
174 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE\r
77269125 175\r
6bfbb5f0 176[PcdsFixedAtBuild]\r
77269125 177 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
77269125 178 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
77269125 179 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
180 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
77269125 181 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28\r
77269125 182\r
183[PcdsFixedAtBuild.IPF]\r
184 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
185\r
186###################################################################################################\r
187#\r
188# Components Section - list of the modules and components that will be processed by compilation\r
189# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
190#\r
191# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
192# into firmware volume images. This section is just a list of modules to compile from\r
193# source into UEFI-compliant binaries.\r
194# It is the FDF file that contains information on combining binary files into firmware\r
195# volume images, whose concept is beyond UEFI and is described in PI specification.\r
196# Binary modules do not need to be listed in this section, as they should be\r
197# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
198# Logo (Logo.bmp), and etc.\r
199# There may also be modules listed in this section that are not required in the FDF file,\r
200# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
201# generated for it, but the binary will not be put into any firmware volume.\r
202#\r
203###################################################################################################\r
204\r
6bfbb5f0 205[Components]\r
77269125 206 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
84edd20b 207 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf\r
77269125 208\r
9060e3ec 209 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
210 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf\r
eb290d02 211 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf\r
0591696e
FT
212 MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf\r
213 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf\r
214 MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf\r
215 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf\r
92870c98 216 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
77269125 217 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
218 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
4b1bf81c 219 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf\r
220 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf\r
d987459f 221 MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf\r
ea060cfa 222 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf\r
4b1bf81c 223 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf\r
224 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf\r
ad86a50a 225 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
80d3831f 226 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf\r
77269125 227 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
228 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
229 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
230 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
231 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
232 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf\r
233 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf\r
43e543bc
EL
234 MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf\r
235 MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf\r
236 MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf\r
9834b6c1 237 MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
77269125 238\r
239 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
240 <LibraryClasses>\r
241 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
242 }\r
243 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
244 MdeModulePkg/Core/Pei/PeiMain.inf\r
245 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
246\r
247 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
248 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
249 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
250 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
251 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
252 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
253 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
254 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
255 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
256 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
a402e129 257 MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf\r
77269125 258 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
259 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf\r
260 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf\r
261 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
262 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r
cd98f305 263 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
fd53b677 264 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
265 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
266 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
30c8ee5c 267 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
467d15ae 268 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r
269 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
033b0062 270 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf\r
64d14edf 271 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
d4a78455 272 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf\r
1e172d6b 273 MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
883e23d0 274 MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf\r
11ff2c71
LG
275 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
276 MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
a4b833e5 277 MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
f4cd24da 278 MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf\r
308521b1 279 MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
b6477d82 280 MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
8021f4c7
SZ
281 MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
282 MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
1241af95 283 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf\r
a2918326 284 MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf\r
c95d9ab8 285 MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf\r
77269125 286\r
f4cd24da 287 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
a382952f 288 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf\r
143f0b1d 289 MdeModulePkg/Application/UiApp/UiApp.inf\r
3bb5c813 290 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
2e04a2f9 291 MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf\r
da58b0db 292 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf\r
77269125 293 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
294 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
295 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
296 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
297 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
298 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf\r
299 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
300 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
301 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
302 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
303 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
30c00a1c 304 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf\r
77269125 305 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf\r
306 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
7c636bd0 307 MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf\r
77269125 308 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
309 MdeModulePkg/Universal/Metronome/Metronome.inf\r
310 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
51a0c5f2 311 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
310b04e6 312 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
14b0e578 313 MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf\r
77269125 314\r
315 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
316 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
317 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
77269125 318 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
319 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
320 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
779ae357 321 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
77269125 322 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
323 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
324 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
325 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
77269125 326\r
327 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf\r
328 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf\r
329 MdeModulePkg/Universal/PCD/Pei/Pcd.inf\r
330 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf\r
25126a05 331\r
332 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
333 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
334\r
77269125 335 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
336 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
7c6c064c 337 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
77269125 338 MdeModulePkg/Application/VariableInfo/VariableInfo.inf\r
3e02ebb2 339 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r
77269125 340 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
341 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
6a0d41c0 342 MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf\r
77269125 343 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
344\r
345 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
346 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
ae76fe74 347 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf\r
2719803b 348 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf\r
77269125 349\r
10c5648e 350 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
351 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
352\r
0284e90c
LG
353 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {\r
354 <LibraryClasses>\r
355 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
356 }\r
357 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf\r
358 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
a402e129
MK
359 MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {\r
360 <LibraryClasses>\r
361 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
362 }\r
363 MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {\r
364 <LibraryClasses>\r
365 NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf\r
366 }\r
9da91aea
BJ
367\r
368 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf\r
acd32208 369 MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf\r
03d486b2
JY
370 \r
371 MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf\r
9da91aea
BJ
372\r
373[Components.IA32, Components.X64, Components.IPF] \r
819aa7bc 374 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
77269125 375 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf\r
376 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
377\r
4442c579 378[Components.IA32, Components.X64, Components.Ebc]\r
8021f4c7
SZ
379 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
380 <LibraryClasses>\r
381 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
1241af95 382 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf\r
a2918326 383 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf\r
8021f4c7 384 }\r
77269125 385 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
4442c579 386 \r
387[Components.IA32, Components.X64]\r
388 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf\r
389 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf\r
8021f4c7
SZ
390 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {\r
391 <LibraryClasses>\r
392 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
1241af95 393 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf\r
a2918326 394 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf\r
8021f4c7 395 }\r
8a2d4996 396 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf\r
4442c579 397 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf\r
398 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf\r
399 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf\r
1c837cd5 400 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf\r
d042c6e8 401 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf\r
402 MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf\r
403 MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf\r
b5827cbd 404 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
cbcccd2c
LG
405 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
406 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r
495797c5 407 MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r
11ff2c71 408 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf\r
be46cd5f 409 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf\r
bdfde462 410 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf\r
411 MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf\r
0284e90c 412 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf\r
52801687
SQ
413 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf\r
414 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf\r
eb63c77b
SZ
415\r
416[Components.X64]\r
417 MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf\r
418\r