]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg: Define the VariablePolicyHelperLib
[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
4a7aa8d3 5# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>\r
355b181f 6# Copyright (c) Microsoft Corporation.\r
77269125 7#\r
9d510e61 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
77269125 9#\r
819aa7bc 10##\r
77269125 11\r
12[Defines]\r
13 PLATFORM_NAME = MdeModule\r
14 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478\r
6250a120 15 PLATFORM_VERSION = 0.98\r
77269125 16 DSC_SPECIFICATION = 0x00010005\r
17 OUTPUT_DIRECTORY = Build/MdeModule\r
0bb7f647 18 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64\r
17884157 19 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
77269125 20 SKUID_IDENTIFIER = DEFAULT\r
21\r
6bfbb5f0 22[LibraryClasses]\r
6a53bf17
LG
23 #\r
24 # Entry point\r
25 #\r
77269125 26 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
27 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
28 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
29 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
30 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
6a53bf17
LG
31 #\r
32 # Basic\r
33 #\r
34 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
35 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
36 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
37 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
38 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
39 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
40 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
4a50cf4e 41 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
6a53bf17
LG
42 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
43 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
44 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
a4b833e5 45 SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf\r
6a53bf17
LG
46 #\r
47 # UEFI & PI\r
48 #\r
77269125 49 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
77269125 50 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
51 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
6a53bf17
LG
52 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
53 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
54 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
55 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
56 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
57 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
58 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
59 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
60 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
f4cd24da 61 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
355b181f 62 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf\r
6a53bf17
LG
63 #\r
64 # Generic Modules\r
65 #\r
77269125 66 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
6a53bf17 67 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
cd98f305 68 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
6a53bf17 69 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
23b0b374 70 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
6a53bf17
LG
71 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
72 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
7c6c064c 73 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
2af538fb 74 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
6a53bf17
LG
75 #\r
76 # Misc\r
77 #\r
78 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
d1102dba
LG
79 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
80 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
6a53bf17
LG
81 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
82 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
fe92ab29 83 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
8e456a77 84 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
51a0c5f2 85 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r
be46cd5f 86 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
87 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
1e172d6b 88 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
f4cd24da 89 PlatformBootManagerLib|MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf\r
7ff66d3c 90 PciHostBridgeLib|MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf\r
308521b1 91 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
b6477d82 92 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
8021f4c7 93 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
ba529e7e 94 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
1652dc21 95 NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf\r
77269125 96\r
85517f77
JY
97 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf\r
98 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
1ec2e7d0
MK
99 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf\r
100 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf\r
72b0a9be 101 DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf\r
b6104bec 102 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf\r
85517f77 103\r
77269125 104[LibraryClasses.EBC.PEIM]\r
105 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
106\r
107[LibraryClasses.common.PEI_CORE]\r
108 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
109 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
110\r
111[LibraryClasses.common.PEIM]\r
112 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
113 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
114 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
993532d0 115 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
77269125 116\r
117[LibraryClasses.common.DXE_CORE]\r
118 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
119 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
120 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
121\r
122[LibraryClasses.common.DXE_DRIVER]\r
123 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
1c837cd5 124 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
77269125 125 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
a402e129 126 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
85517f77 127 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.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
85517f77 134 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf\r
355b181f 135 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf\r
77269125 136\r
4442c579 137[LibraryClasses.common.SMM_CORE]\r
beaec44e 138 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
4442c579 139 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
6a53bf17 140 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
d1102dba 141 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r
842b1242 142 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
495797c5 143\r
77269125 144[LibraryClasses.common.DXE_SMM_DRIVER]\r
145 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
1dc1da58 146 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
6a53bf17 147 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
0ab029d2 148 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf\r
202c3279 149 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
1c837cd5 150 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r
842b1242 151 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
77269125 152\r
153[LibraryClasses.common.UEFI_DRIVER]\r
154 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
155 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
156 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
1c837cd5 157 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
77269125 158\r
159[LibraryClasses.common.UEFI_APPLICATION]\r
160 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
161 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
162 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
97473291 163 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
77269125 164\r
5072c474
AB
165[LibraryClasses.common.MM_STANDALONE]\r
166 HobLib|MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf\r
167 MemoryAllocationLib|MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf\r
168 StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf\r
169 MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf\r
170\r
35f910f0 171[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
b752e8a3
LL
172 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
173 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
4a1f6b85 174 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
b752e8a3 175\r
62a5bf63 176 #\r
35f910f0
RP
177 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.\r
178 # This library provides the instrinsic functions generated by a given compiler.\r
62a5bf63 179 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
180 #\r
181 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
445404a8 182\r
b752e8a3
LL
183 #\r
184 # Since software stack checking may be heuristically enabled by the compiler\r
185 # include BaseStackCheckLib unconditionally.\r
186 #\r
187 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
188\r
0bb7f647 189[LibraryClasses.EBC, LibraryClasses.RISCV64]\r
cbcccd2c 190 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
445404a8 191\r
6bfbb5f0 192[PcdsFeatureFlag]\r
77269125 193 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
6a53bf17
LG
194 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
195 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
77269125 196 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE\r
197 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE\r
77269125 198\r
6bfbb5f0 199[PcdsFixedAtBuild]\r
77269125 200 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
77269125 201 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
77269125 202 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
203 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
77269125 204 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28\r
77269125 205\r
c1227348
WX
206[PcdsDynamicExDefault]\r
207 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"FVMAIN.FV"\r
208\r
6bfbb5f0 209[Components]\r
77269125 210 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
a642e2b4 211 MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.inf\r
84edd20b 212 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf\r
77269125 213\r
6764fb9c
BB
214 MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
215 MdeModulePkg/Logo/Logo.inf\r
216 MdeModulePkg/Logo/LogoDxe.inf\r
217 MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf\r
218 MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
219 MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
220 MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
221 MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
222 MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
223 MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
224 MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf\r
225 MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
226 MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
227 MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf\r
228 MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf\r
b6104bec 229 MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf\r
6764fb9c 230\r
4a50cf4e 231 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
a59e2ede 232 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf\r
9060e3ec 233 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
234 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf\r
eb290d02 235 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf\r
b8b69433 236 MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.inf\r
48555339
FT
237 MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf\r
238 MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.inf\r
239 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.inf\r
240 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.inf\r
241 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf\r
242 MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf\r
0591696e
FT
243 MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf\r
244 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf\r
245 MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf\r
246 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf\r
92870c98 247 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
77269125 248 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
249 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
4b1bf81c 250 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf\r
251 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf\r
d987459f 252 MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf\r
ea060cfa 253 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf\r
4b1bf81c 254 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf\r
255 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf\r
fda951df 256 MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf\r
ad86a50a 257 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
80d3831f 258 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf\r
87bc3f19 259 MdeModulePkg/Bus/Ata/AhciPei/AhciPei.inf\r
77269125 260 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
261 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
262 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
263 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
264 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
265 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf\r
266 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf\r
43e543bc
EL
267 MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf\r
268 MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf\r
269 MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf\r
9834b6c1 270 MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
4aa68cbc 271 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf\r
77833d0b 272 MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf\r
a42e6d44 273 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf\r
77269125 274\r
77269125 275 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
276 MdeModulePkg/Core/Pei/PeiMain.inf\r
277 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
278\r
279 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
1439c255 280 MdeModulePkg/Library/UefiMemoryAllocationProfileLib/UefiMemoryAllocationProfileLib.inf\r
77269125 281 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
e2735692 282 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationProfileLib.inf\r
77269125 283 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
284 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
77269125 285 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
e12ceb40 286 MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf\r
77269125 287 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
a402e129 288 MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf\r
77269125 289 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
e12ceb40 290 MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf\r
77269125 291 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
e12ceb40 292 MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf\r
77269125 293 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r
cd98f305 294 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
fd53b677 295 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
296 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
297 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
30c8ee5c 298 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
08b4ad62 299 MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.inf\r
467d15ae 300 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r
301 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
033b0062 302 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf\r
64d14edf 303 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
d4a78455 304 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf\r
1e172d6b 305 MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
883e23d0 306 MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf\r
11ff2c71 307 MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
a8ac75b8 308 MdeModulePkg/Library/PeiDebugLibDebugPpi/PeiDebugLibDebugPpi.inf\r
a4b833e5 309 MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
f4cd24da 310 MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf\r
8dfe7fd2 311 MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
308521b1 312 MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
b6477d82 313 MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
355b181f
BB
314 MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf\r
315 MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf\r
8021f4c7 316 MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
1241af95 317 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf\r
a2918326 318 MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf\r
c95d9ab8 319 MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf\r
ba529e7e 320 MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
78b6eb65 321 MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.inf\r
b5dc5dc5
DB
322 MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf\r
323 MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf\r
324 MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf\r
325 MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf\r
b1ca3860 326 MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
1652dc21 327 MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf\r
4123d6da 328 MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf\r
72b0a9be
MK
329 MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf\r
330 MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.inf\r
77269125 331\r
f4cd24da 332 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
a382952f 333 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf\r
ce7690e2
DB
334 MdeModulePkg/Application/UiApp/UiApp.inf{\r
335 <LibraryClasses>\r
d50c8b87
DB
336 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
337 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
338 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
ce7690e2 339 }\r
3bb5c813 340 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
2e04a2f9 341 MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf\r
da58b0db 342 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf\r
c1227348 343 MdeModulePkg/Universal/CapsuleOnDiskLoadPei/CapsuleOnDiskLoadPei.inf\r
77269125 344 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
345 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
346 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
347 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
2af538fb 348 MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf\r
77269125 349 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
350 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf\r
351 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
352 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
353 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
354 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
c3246da7 355 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
77269125 356 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
30c00a1c 357 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf\r
77269125 358 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf\r
359 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
7c636bd0 360 MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf\r
77269125 361 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
362 MdeModulePkg/Universal/Metronome/Metronome.inf\r
363 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
052c98ce
RN
364 MdeModulePkg/Universal/ResetSystemPei/ResetSystemPei.inf {\r
365 <LibraryClasses>\r
366 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r
367 }\r
6c2d935d
RN
368 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf {\r
369 <LibraryClasses>\r
370 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r
371 }\r
310b04e6 372 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
c00a0c87 373 MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf\r
77269125 374\r
77269125 375 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf\r
376 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf\r
377 MdeModulePkg/Universal/PCD/Pei/Pcd.inf\r
378 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf\r
25126a05 379\r
380 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
381 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
382\r
77269125 383 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
384 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
7c6c064c 385 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
77269125 386 MdeModulePkg/Application/VariableInfo/VariableInfo.inf\r
3e02ebb2 387 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r
77269125 388 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
389 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
6a0d41c0 390 MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf\r
77269125 391 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
392\r
393 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
394 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
ae76fe74 395 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf\r
2719803b 396 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf\r
77269125 397\r
10c5648e 398 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
399 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
400\r
0284e90c
LG
401 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {\r
402 <LibraryClasses>\r
403 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
404 }\r
405 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf\r
406 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
a402e129
MK
407 MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {\r
408 <LibraryClasses>\r
409 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
410 }\r
411 MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {\r
412 <LibraryClasses>\r
413 NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf\r
414 }\r
9da91aea
BJ
415\r
416 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf\r
acd32208 417 MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf\r
4184aabd 418 MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf\r
d1102dba 419\r
515575f7
ED
420 MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.inf {\r
421 <LibraryClasses>\r
422 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
423 }\r
9da91aea 424\r
bf6b810f 425 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
0be2c6f4 426 MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf\r
bf6b810f 427\r
a8ac75b8
ZG
428 MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf\r
429\r
85517f77
JY
430 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf\r
431 MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf\r
432 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf\r
433 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf\r
434\r
de005223 435[Components.IA32, Components.X64, Components.AARCH64]\r
77269125 436 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
748edcd5 437 MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf\r
2b2efe33 438 MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf\r
77269125 439\r
de005223 440[Components.IA32, Components.X64, Components.ARM, Components.AARCH64]\r
b1cd4061 441 MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf\r
6cc63aee 442 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
f1f8ce6d
LG
443 MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
444 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
8021f4c7 445 <LibraryClasses>\r
f1f8ce6d 446 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
8021f4c7 447 }\r
f1f8ce6d 448\r
945c1d55
AB
449!if $(TOOL_CHAIN_TAG) != "XCODE5"\r
450 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteStandaloneMm.inf\r
451 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf\r
452!endif\r
453\r
4442c579 454[Components.IA32, Components.X64]\r
fc276828 455 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf\r
c1f6c62d 456 MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.inf\r
4442c579 457 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf\r
458 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf\r
8021f4c7
SZ
459 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {\r
460 <LibraryClasses>\r
461 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
1241af95 462 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf\r
a2918326 463 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf\r
8021f4c7 464 }\r
f1f8ce6d
LG
465 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
466 <LibraryClasses>\r
467 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
468 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf\r
469 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf\r
470 }\r
8a2d4996 471 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf\r
4442c579 472 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf\r
473 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf\r
474 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf\r
1c837cd5 475 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf\r
022a9bf7 476 MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryAllocationProfileLib.inf\r
cdad7675
SZ
477 MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationProfileLib.inf\r
478 MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
d042c6e8 479 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf\r
480 MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf\r
b5827cbd 481 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
cbcccd2c
LG
482 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
483 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r
495797c5 484 MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r
c1f6c62d 485 MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.inf\r
11ff2c71 486 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf\r
be46cd5f 487 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf\r
bdfde462 488 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf\r
489 MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf\r
0284e90c 490 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf\r
52801687
SQ
491 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf\r
492 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf\r
12e37e65 493 MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf\r
6e4e6ffd 494 MdeModulePkg/Universal/SmmCommunicationBufferDxe/SmmCommunicationBufferDxe.inf\r
07fb9c26 495 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf\r
eb63c77b
SZ
496\r
497[Components.X64]\r
498 MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf\r
499\r
42beb6e4 500[BuildOptions]\r
42beb6e4 501\r