]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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 - 2021, Intel Corporation. All rights reserved.<BR>
6 # Copyright (c) Microsoft Corporation.
7 # Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 PLATFORM_NAME = MdeModule
15 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
16 PLATFORM_VERSION = 0.98
17 DSC_SPECIFICATION = 0x00010005
18 OUTPUT_DIRECTORY = Build/MdeModule
19 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64|LOONGARCH64
20 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
21 SKUID_IDENTIFIER = DEFAULT
22
23 !include MdePkg/MdeLibs.dsc.inc
24
25 [LibraryClasses]
26 #
27 # Entry point
28 #
29 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
30 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
31 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
32 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
33 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
34 #
35 # Basic
36 #
37 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
38 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
39 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
40 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
41 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
42 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
43 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
44 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
45 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
46 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
47 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
48 SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.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 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
65 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
66 #
67 # Generic Modules
68 #
69 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
70 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
71 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
72 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
73 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
74 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
75 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
76 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
77 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
78 #
79 # Misc
80 #
81 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
82 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
83 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
84 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
85 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
86 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
87 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
88 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
89 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
90 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
91 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
92 PlatformBootManagerLib|MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
93 PciHostBridgeLib|MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
94 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
95 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
96 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
97 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
98 NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
99
100 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
101 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
102 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
103 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
104 DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
105 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
106 MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
107 VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
108 IpmiCommandLib|MdeModulePkg/Library/BaseIpmiCommandLibNull/BaseIpmiCommandLibNull.inf
109
110 [LibraryClasses.EBC.PEIM]
111 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
112
113 [LibraryClasses.common.PEI_CORE]
114 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
115 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
116
117 [LibraryClasses.common.PEIM]
118 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
119 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
120 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
121 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
122 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf
123
124 [LibraryClasses.common.DXE_CORE]
125 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
126 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
127 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
128
129 [LibraryClasses.common.DXE_DRIVER]
130 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
131 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
132 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
133 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
134 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
135
136 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
137 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
138 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
139 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
140 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
141 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
142 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
143
144 [LibraryClasses.common.SMM_CORE]
145 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
146 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
147 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
148 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
149 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
150
151 [LibraryClasses.common.DXE_SMM_DRIVER]
152 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
153 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
154 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
155 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
156 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
157 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
158 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
159
160 [LibraryClasses.common.UEFI_DRIVER]
161 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
162 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
163 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
164 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
165
166 [LibraryClasses.common.UEFI_APPLICATION]
167 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
168 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
169 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
170 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
171
172 [LibraryClasses.common.MM_STANDALONE]
173 HobLib|MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf
174 MemoryAllocationLib|MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf
175 StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
176 MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
177 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxStandaloneMmLib.inf
178 MemLib|StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
179
180 [LibraryClasses.ARM, LibraryClasses.AARCH64]
181 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
182 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
183 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
184
185 #
186 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.
187 # This library provides the instrinsic functions generated by a given compiler.
188 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
189 #
190 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
191
192 #
193 # Since software stack checking may be heuristically enabled by the compiler
194 # include BaseStackCheckLib unconditionally.
195 #
196 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
197
198 [LibraryClasses.EBC, LibraryClasses.RISCV64, LibraryClasses.LOONGARCH64]
199 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
200
201 [PcdsFeatureFlag]
202 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
203 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
204 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
205 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
206 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
207
208 [PcdsFixedAtBuild]
209 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
210 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
211 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
212 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
213 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
214
215 [PcdsDynamicExDefault]
216 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"FVMAIN.FV"
217
218 [Components]
219 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
220 MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.inf
221 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf
222
223 MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
224 MdeModulePkg/Logo/Logo.inf
225 MdeModulePkg/Logo/LogoDxe.inf
226 MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
227 MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.inf
228 MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
229 MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
230 MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
231 MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
232 MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
233 MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
234 MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
235 MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
236 MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
237 MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf
238 MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf
239 MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
240
241 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
242 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
243 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
244 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
245 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
246 MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.inf
247 MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
248 MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.inf
249 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.inf
250 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.inf
251 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
252 MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
253 MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf
254 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
255 MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf
256 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf
257 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
258 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
259 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
260 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
261 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
262 MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
263 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
264 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
265 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
266 MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
267 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
268 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
269 MdeModulePkg/Bus/Ata/AhciPei/AhciPei.inf
270 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
271 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
272 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
273 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
274 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
275 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
276 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
277 MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
278 MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
279 MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
280 MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
281 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
282 MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
283 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
284
285 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
286 MdeModulePkg/Core/Pei/PeiMain.inf
287 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
288
289 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
290 MdeModulePkg/Library/UefiMemoryAllocationProfileLib/UefiMemoryAllocationProfileLib.inf
291 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
292 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationProfileLib.inf
293 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
294 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
295 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
296 MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf
297 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
298 MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
299 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
300 MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf
301 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
302 MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf
303 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
304 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
305 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
306 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
307 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
308 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
309 MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.inf
310 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
311 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
312 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
313 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
314 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
315 MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
316 MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
317 MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
318 MdeModulePkg/Library/PeiDebugLibDebugPpi/PeiDebugLibDebugPpi.inf
319 MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
320 MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
321 MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
322 MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
323 MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
324 MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
325 MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
326 MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
327 MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLibStandaloneMm.inf
328 MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
329 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
330 MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
331 MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf
332 MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
333 MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.inf
334 MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf
335 MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf
336 MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf
337 MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf
338 MdeModulePkg/Library/BaseIpmiCommandLibNull/BaseIpmiCommandLibNull.inf
339 MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
340 MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
341 MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
342 MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
343 MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.inf
344
345 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
346 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
347 MdeModulePkg/Application/UiApp/UiApp.inf{
348 <LibraryClasses>
349 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
350 NULL|MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.inf
351 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
352 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
353 }
354 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
355 MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
356 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
357 MdeModulePkg/Universal/CapsuleOnDiskLoadPei/CapsuleOnDiskLoadPei.inf
358 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
359 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
360 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
361 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
362 MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf
363 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
364 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
365 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
366 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
367 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
368 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
369 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
370 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
371 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
372 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
373 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
374 MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
375 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
376 MdeModulePkg/Universal/Metronome/Metronome.inf
377 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
378 MdeModulePkg/Universal/ResetSystemPei/ResetSystemPei.inf {
379 <LibraryClasses>
380 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
381 }
382 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf {
383 <LibraryClasses>
384 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
385 }
386 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
387 MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf
388
389 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
390 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
391 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
392 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
393
394 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
395 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
396
397 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
398 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
399 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
400 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
401 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
402 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
403 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
404 MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf
405 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
406
407 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
408 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
409 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
410 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
411
412 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
413 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
414
415 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
416 <LibraryClasses>
417 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
418 }
419 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
420 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
421 MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {
422 <LibraryClasses>
423 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
424 }
425 MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {
426 <LibraryClasses>
427 NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
428 }
429
430 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
431 MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
432 MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf
433
434 MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.inf {
435 <LibraryClasses>
436 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
437 }
438
439 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
440 MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
441
442 MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf
443
444 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
445 MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
446 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
447 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
448 MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
449
450 [Components.IA32, Components.X64, Components.AARCH64]
451 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
452 MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf
453 MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf
454
455 [Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
456 MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
457 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
458 MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
459 MdeModulePkg/Core/Dxe/DxeMain.inf {
460 <LibraryClasses>
461 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
462 }
463
464 !if $(TOOL_CHAIN_TAG) != "XCODE5"
465 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteStandaloneMm.inf
466 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf
467 !endif
468
469 [Components.IA32, Components.X64]
470 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
471 MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.inf
472 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
473 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
474 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
475 <LibraryClasses>
476 NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
477 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
478 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
479 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
480 }
481 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
482 <LibraryClasses>
483 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
484 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
485 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
486 }
487 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
488 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
489 MdeModulePkg/Library/SmmReportStatusCodeLib/StandaloneMmReportStatusCodeLib.inf
490 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
491 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerStandaloneMm.inf
492 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
493 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterStandaloneMm.inf
494 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
495 MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryAllocationProfileLib.inf
496 MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationProfileLib.inf
497 MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
498 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
499 MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
500 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
501 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
502 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
503 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxStandaloneMmLib.inf
504 MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
505 MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.inf
506 MdeModulePkg/Library/SmmSmiHandlerProfileLib/StandaloneMmSmiHandlerProfileLib.inf
507 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
508 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
509 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
510 MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
511 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
512 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceStandaloneMm.inf
513 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
514 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
515 MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
516 MdeModulePkg/Universal/SmmCommunicationBufferDxe/SmmCommunicationBufferDxe.inf
517 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
518
519 [Components.X64]
520 MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
521
522 [BuildOptions]
523