]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg: Don't build VarCheckUefiLib and DxeCore for EBC arch
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dsc
... / ...
CommitLineData
1## @file\r
2# EFI/PI Reference Module Package for All Architectures\r
3#\r
4# (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>\r
5# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 PLATFORM_NAME = MdeModule\r
19 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478\r
20 PLATFORM_VERSION = 0.98\r
21 DSC_SPECIFICATION = 0x00010005\r
22 OUTPUT_DIRECTORY = Build/MdeModule\r
23 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64\r
24 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
25 SKUID_IDENTIFIER = DEFAULT\r
26\r
27[LibraryClasses]\r
28 #\r
29 # Entry point\r
30 #\r
31 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
32 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
33 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
34 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
35 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
36 #\r
37 # Basic\r
38 #\r
39 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
40 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
41 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
42 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
43 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
44 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
45 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
46 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
47 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
48 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
49 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
50 SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf\r
51 #\r
52 # UEFI & PI\r
53 #\r
54 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
55 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
56 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
57 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
58 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
59 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
60 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
61 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
62 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
63 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
64 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
65 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
66 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
67 #\r
68 # Generic Modules\r
69 #\r
70 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
71 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
72 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
73 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
74 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
75 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
76 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
77 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
78 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
79 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
80 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
81 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
82 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf\r
83 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
84 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
85 #\r
86 # Misc\r
87 #\r
88 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
89 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
90 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf \r
91 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
92 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
93 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
94 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
95 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r
96 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
97 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
98 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
99 PlatformBootManagerLib|MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf\r
100 PciHostBridgeLib|MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf\r
101 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
102 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
103 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
104 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
105 NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf\r
106\r
107 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf\r
108 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
109\r
110[LibraryClasses.EBC.PEIM]\r
111 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
112\r
113[LibraryClasses.common.PEI_CORE]\r
114 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
115 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
116\r
117[LibraryClasses.common.PEIM]\r
118 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
119 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
120 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
121 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
122\r
123[LibraryClasses.common.DXE_CORE]\r
124 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
125 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
126 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
127\r
128[LibraryClasses.common.DXE_DRIVER]\r
129 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
130 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
131 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
132 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
133 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf\r
134\r
135[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
136 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
137 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
138 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
139 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
140 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf\r
141\r
142[LibraryClasses.common.SMM_CORE]\r
143 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
144 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
145 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
146 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf \r
147 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
148\r
149[LibraryClasses.common.DXE_SMM_DRIVER]\r
150 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
151 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
152 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
153 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
154 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r
155 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
156\r
157[LibraryClasses.common.UEFI_DRIVER]\r
158 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
159 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
160 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
161 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
162\r
163[LibraryClasses.common.UEFI_APPLICATION]\r
164 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
165 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
166 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
167\r
168[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
169 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
170 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
171\r
172 #\r
173 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.\r
174 # This library provides the instrinsic functions generated by a given compiler.\r
175 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
176 #\r
177 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
178\r
179 #\r
180 # Since software stack checking may be heuristically enabled by the compiler\r
181 # include BaseStackCheckLib unconditionally.\r
182 #\r
183 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
184\r
185[LibraryClasses.EBC]\r
186 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
187\r
188[PcdsFeatureFlag]\r
189 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
190 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
191 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
192 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE\r
193 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE\r
194\r
195[PcdsFixedAtBuild]\r
196 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
197 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
198 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
199 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
200 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28\r
201\r
202[PcdsFixedAtBuild.IPF]\r
203 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
204\r
205###################################################################################################\r
206#\r
207# Components Section - list of the modules and components that will be processed by compilation\r
208# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
209#\r
210# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
211# into firmware volume images. This section is just a list of modules to compile from\r
212# source into UEFI-compliant binaries.\r
213# It is the FDF file that contains information on combining binary files into firmware\r
214# volume images, whose concept is beyond UEFI and is described in PI specification.\r
215# Binary modules do not need to be listed in this section, as they should be\r
216# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
217# Logo (Logo.bmp), and etc.\r
218# There may also be modules listed in this section that are not required in the FDF file,\r
219# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
220# generated for it, but the binary will not be put into any firmware volume.\r
221#\r
222###################################################################################################\r
223\r
224[Components]\r
225 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
226 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf\r
227\r
228 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
229 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf\r
230 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
231 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf\r
232 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf\r
233 MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf\r
234 MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.inf\r
235 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.inf\r
236 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.inf\r
237 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf\r
238 MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf\r
239 MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf\r
240 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf\r
241 MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf\r
242 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf\r
243 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
244 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
245 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
246 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf\r
247 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf\r
248 MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf\r
249 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf\r
250 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf\r
251 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf\r
252 MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf\r
253 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
254 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf\r
255 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
256 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
257 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
258 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
259 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
260 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf\r
261 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf\r
262 MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf\r
263 MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf\r
264 MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf\r
265 MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
266 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf\r
267 MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf\r
268 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf\r
269\r
270 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
271 MdeModulePkg/Core/Pei/PeiMain.inf\r
272 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
273\r
274 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
275 MdeModulePkg/Library/UefiMemoryAllocationProfileLib/UefiMemoryAllocationProfileLib.inf\r
276 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
277 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationProfileLib.inf\r
278 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
279 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
280 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
281 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
282 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
283 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
284 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
285 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
286 MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf\r
287 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
288 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf\r
289 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf\r
290 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
291 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r
292 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
293 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
294 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
295 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
296 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
297 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r
298 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
299 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf\r
300 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
301 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf\r
302 MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
303 MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf\r
304 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
305 MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf\r
306 MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
307 MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
308 MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf\r
309 MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
310 MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
311 MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
312 MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
313 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf\r
314 MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf\r
315 MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf\r
316 MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
317 MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.inf\r
318 MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf\r
319 MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf\r
320 MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf\r
321 MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf\r
322 MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
323 MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf\r
324\r
325 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
326 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf\r
327 MdeModulePkg/Application/UiApp/UiApp.inf{\r
328 <LibraryClasses>\r
329 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
330 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
331 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
332 }\r
333 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
334 MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf\r
335 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf\r
336 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
337 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
338 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
339 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
340 MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf\r
341 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
342 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf\r
343 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
344 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
345 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
346 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
347 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
348 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
349 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf\r
350 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf\r
351 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
352 MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf\r
353 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
354 MdeModulePkg/Universal/Metronome/Metronome.inf\r
355 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
356 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
357 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
358 MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf\r
359\r
360 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
361 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
362 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
363 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
364 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
365 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
366 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
367 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
368 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
369 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
370 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
371\r
372 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf\r
373 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf\r
374 MdeModulePkg/Universal/PCD/Pei/Pcd.inf\r
375 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf\r
376\r
377 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
378 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
379\r
380 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
381 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
382 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
383 MdeModulePkg/Application/VariableInfo/VariableInfo.inf\r
384 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r
385 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
386 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
387 MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf\r
388 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
389\r
390 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
391 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
392 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf\r
393 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf\r
394\r
395 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
396 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
397\r
398 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {\r
399 <LibraryClasses>\r
400 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
401 }\r
402 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf\r
403 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
404 MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {\r
405 <LibraryClasses>\r
406 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
407 }\r
408 MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {\r
409 <LibraryClasses>\r
410 NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf\r
411 }\r
412\r
413 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf\r
414 MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf\r
415 \r
416 MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf\r
417 MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.inf {\r
418 <LibraryClasses>\r
419 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
420 }\r
421\r
422 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
423 MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf\r
424\r
425 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf\r
426 MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf\r
427 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf\r
428 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf\r
429\r
430[Components.IA32, Components.X64, Components.IPF, Components.AARCH64]\r
431 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
432 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf\r
433 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
434 MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf\r
435 MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf\r
436\r
437[Components.IA32, Components.X64, Components.IPF, Components.ARM, Components.AARCH64]\r
438 MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
439 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
440 <LibraryClasses>\r
441 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
442 }\r
443\r
444[Components.IA32, Components.X64, Components.Ebc]\r
445 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
446 \r
447[Components.IA32, Components.X64]\r
448 MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.inf\r
449 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf\r
450 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf\r
451 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {\r
452 <LibraryClasses>\r
453 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
454 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf\r
455 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf\r
456 }\r
457 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
458 <LibraryClasses>\r
459 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
460 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf\r
461 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf\r
462 }\r
463 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf\r
464 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf\r
465 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf\r
466 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf\r
467 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf\r
468 MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryAllocationProfileLib.inf\r
469 MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationProfileLib.inf\r
470 MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
471 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf\r
472 MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf\r
473 MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf\r
474 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
475 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
476 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r
477 MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r
478 MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.inf\r
479 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf\r
480 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf\r
481 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf\r
482 MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf\r
483 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf\r
484 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf\r
485 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf\r
486 MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf\r
487 MdeModulePkg/Universal/SmmCommunicationBufferDxe/SmmCommunicationBufferDxe.inf\r
488 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf\r
489\r
490[Components.X64]\r
491 MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf\r
492\r
493[BuildOptions]\r
494 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
495\r