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