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