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