1 | ## @file
|
---|
2 | # EFI/PI Reference Module Package for All Architectures
|
---|
3 | #
|
---|
4 | # Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # This program and the accompanying materials
|
---|
7 | # are licensed and made available under the terms and conditions of the BSD License
|
---|
8 | # which accompanies this distribution. The full text of the license may be found at
|
---|
9 | # http://opensource.org/licenses/bsd-license.php
|
---|
10 | #
|
---|
11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
12 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
13 | #
|
---|
14 | ##
|
---|
15 |
|
---|
16 | [Defines]
|
---|
17 | PLATFORM_NAME = MdeModule
|
---|
18 | PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
|
---|
19 | PLATFORM_VERSION = 0.94
|
---|
20 | DSC_SPECIFICATION = 0x00010005
|
---|
21 | OUTPUT_DIRECTORY = Build/MdeModule
|
---|
22 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
|
---|
23 | BUILD_TARGETS = DEBUG|RELEASE
|
---|
24 | SKUID_IDENTIFIER = DEFAULT
|
---|
25 |
|
---|
26 | [LibraryClasses]
|
---|
27 | #
|
---|
28 | # Entry point
|
---|
29 | #
|
---|
30 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
---|
31 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
---|
32 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
---|
33 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
---|
34 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
---|
35 | #
|
---|
36 | # Basic
|
---|
37 | #
|
---|
38 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
---|
39 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
---|
40 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
---|
41 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
---|
42 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
---|
43 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
---|
44 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
---|
45 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
---|
46 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
---|
47 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.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 | #
|
---|
64 | # Generic Modules
|
---|
65 | #
|
---|
66 | UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
---|
67 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
---|
68 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
---|
69 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
---|
70 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
---|
71 | TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
|
---|
72 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
---|
73 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
---|
74 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
---|
75 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
---|
76 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
---|
77 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
---|
78 | PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
|
---|
79 | CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
|
---|
80 | #
|
---|
81 | # Misc
|
---|
82 | #
|
---|
83 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
---|
84 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
---|
85 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
---|
86 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
---|
87 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
---|
88 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
---|
89 | PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
|
---|
90 | ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
|
---|
91 | SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
---|
92 | S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
|
---|
93 | CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
|
---|
94 |
|
---|
95 | [LibraryClasses.EBC.PEIM]
|
---|
96 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
---|
97 |
|
---|
98 | [LibraryClasses.common.PEI_CORE]
|
---|
99 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
---|
100 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
---|
101 |
|
---|
102 | [LibraryClasses.common.PEIM]
|
---|
103 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
---|
104 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
---|
105 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
---|
106 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
|
---|
107 |
|
---|
108 | [LibraryClasses.common.DXE_CORE]
|
---|
109 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
---|
110 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
---|
111 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
---|
112 |
|
---|
113 | [LibraryClasses.common.DXE_DRIVER]
|
---|
114 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
---|
115 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
---|
116 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
---|
117 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
---|
118 |
|
---|
119 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
---|
120 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
---|
121 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
---|
122 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
---|
123 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
---|
124 |
|
---|
125 | [LibraryClasses.common.SMM_CORE]
|
---|
126 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
---|
127 | MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
|
---|
128 | SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
|
---|
129 | SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
|
---|
130 | SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
|
---|
131 |
|
---|
132 | [LibraryClasses.common.DXE_SMM_DRIVER]
|
---|
133 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
---|
134 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
---|
135 | MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
|
---|
136 | SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
|
---|
137 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
|
---|
138 | SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
|
---|
139 |
|
---|
140 | [LibraryClasses.common.UEFI_DRIVER]
|
---|
141 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
---|
142 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
---|
143 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
---|
144 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
---|
145 |
|
---|
146 | [LibraryClasses.common.UEFI_APPLICATION]
|
---|
147 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
---|
148 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
---|
149 | DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
|
---|
150 |
|
---|
151 | [LibraryClasses.ARM]
|
---|
152 | #
|
---|
153 | # It is not possible to prevent the ARM compiler for generic intrinsic functions.
|
---|
154 | # This library provides the instrinsic functions generate by a given compiler.
|
---|
155 | # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
|
---|
156 | #
|
---|
157 | NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
---|
158 |
|
---|
159 | [LibraryClasses.EBC]
|
---|
160 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
|
---|
161 |
|
---|
162 | [PcdsFeatureFlag]
|
---|
163 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
|
---|
164 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
|
---|
165 | gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
|
---|
166 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
|
---|
167 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
|
---|
168 |
|
---|
169 | [PcdsFixedAtBuild]
|
---|
170 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
|
---|
171 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
|
---|
172 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
|
---|
173 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
|
---|
174 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
|
---|
175 |
|
---|
176 | [PcdsFixedAtBuild.IPF]
|
---|
177 | gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
|
---|
178 |
|
---|
179 | ###################################################################################################
|
---|
180 | #
|
---|
181 | # Components Section - list of the modules and components that will be processed by compilation
|
---|
182 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
---|
183 | #
|
---|
184 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
---|
185 | # into firmware volume images. This section is just a list of modules to compile from
|
---|
186 | # source into UEFI-compliant binaries.
|
---|
187 | # It is the FDF file that contains information on combining binary files into firmware
|
---|
188 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
---|
189 | # Binary modules do not need to be listed in this section, as they should be
|
---|
190 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
---|
191 | # Logo (Logo.bmp), and etc.
|
---|
192 | # There may also be modules listed in this section that are not required in the FDF file,
|
---|
193 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
---|
194 | # generated for it, but the binary will not be put into any firmware volume.
|
---|
195 | #
|
---|
196 | ###################################################################################################
|
---|
197 |
|
---|
198 | [Components]
|
---|
199 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
---|
200 | MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf
|
---|
201 |
|
---|
202 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
---|
203 | MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
|
---|
204 | MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
|
---|
205 | MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf
|
---|
206 | MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
|
---|
207 | MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf
|
---|
208 | MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf
|
---|
209 | MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
|
---|
210 | MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
---|
211 | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
|
---|
212 | MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
|
---|
213 | MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
|
---|
214 | MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
|
---|
215 | MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
|
---|
216 | MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
|
---|
217 | MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
|
---|
218 | MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
|
---|
219 | MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
|
---|
220 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
---|
221 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
---|
222 | MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
---|
223 | MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
|
---|
224 | MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
---|
225 | MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
|
---|
226 | MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
|
---|
227 | MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
|
---|
228 | MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
|
---|
229 | MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
|
---|
230 |
|
---|
231 | MdeModulePkg/Core/Dxe/DxeMain.inf {
|
---|
232 | <LibraryClasses>
|
---|
233 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
---|
234 | }
|
---|
235 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
---|
236 | MdeModulePkg/Core/Pei/PeiMain.inf
|
---|
237 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
---|
238 |
|
---|
239 | MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
---|
240 | MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
---|
241 | MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
|
---|
242 | MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
---|
243 | MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
---|
244 | MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
---|
245 | MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
---|
246 | MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
|
---|
247 | MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
---|
248 | MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
|
---|
249 | MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
|
---|
250 | MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
|
---|
251 | MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
|
---|
252 | MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
|
---|
253 | MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
---|
254 | MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
|
---|
255 | MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
---|
256 | MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
---|
257 | MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
---|
258 | MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
---|
259 | MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
|
---|
260 | MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
|
---|
261 | MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
|
---|
262 | MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
|
---|
263 | MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
|
---|
264 | MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
|
---|
265 | MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
|
---|
266 | MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
|
---|
267 | MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
---|
268 | MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
---|
269 |
|
---|
270 | MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
|
---|
271 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
---|
272 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
---|
273 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
|
---|
274 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
|
---|
275 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
---|
276 | MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
|
---|
277 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
|
---|
278 | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
|
---|
279 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
---|
280 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
---|
281 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
---|
282 | MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
|
---|
283 | MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
|
---|
284 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
---|
285 | MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
|
---|
286 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
|
---|
287 | MdeModulePkg/Universal/Metronome/Metronome.inf
|
---|
288 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
---|
289 | MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
|
---|
290 | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
|
---|
291 |
|
---|
292 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
---|
293 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
---|
294 | MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
|
---|
295 | MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
|
---|
296 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
---|
297 | MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
|
---|
298 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
---|
299 | MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
|
---|
300 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
---|
301 | MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
|
---|
302 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
|
---|
303 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
---|
304 |
|
---|
305 | MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
|
---|
306 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
|
---|
307 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf
|
---|
308 | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
|
---|
309 |
|
---|
310 | MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
|
---|
311 | MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
|
---|
312 |
|
---|
313 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
|
---|
314 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|
---|
315 | MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
|
---|
316 | MdeModulePkg/Application/VariableInfo/VariableInfo.inf
|
---|
317 | MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
|
---|
318 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
|
---|
319 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
---|
320 | MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf
|
---|
321 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
|
---|
322 |
|
---|
323 | MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
|
---|
324 | MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
|
---|
325 | MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
|
---|
326 | MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
|
---|
327 |
|
---|
328 | MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
|
---|
329 | MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
|
---|
330 |
|
---|
331 | MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
|
---|
332 | <LibraryClasses>
|
---|
333 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
|
---|
334 | }
|
---|
335 | MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
|
---|
336 | MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
|
---|
337 | MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {
|
---|
338 | <LibraryClasses>
|
---|
339 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
---|
340 | }
|
---|
341 | MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {
|
---|
342 | <LibraryClasses>
|
---|
343 | NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
|
---|
344 | }
|
---|
345 |
|
---|
346 | MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
|
---|
347 |
|
---|
348 | [Components.IA32, Components.X64, Components.IPF]
|
---|
349 | MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
|
---|
350 | MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
|
---|
351 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
---|
352 |
|
---|
353 | [Components.IA32, Components.X64, Components.Ebc]
|
---|
354 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
---|
355 | MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
|
---|
356 |
|
---|
357 | [Components.IA32, Components.X64]
|
---|
358 | MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
|
---|
359 | MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
|
---|
360 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
|
---|
361 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
|
---|
362 | MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
|
---|
363 | MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
|
---|
364 | MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
|
---|
365 | MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
|
---|
366 | MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
|
---|
367 | MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
|
---|
368 | MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
|
---|
369 | MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
|
---|
370 | MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
---|
371 | MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
|
---|
372 | MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
|
---|
373 | MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
|
---|
374 | MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
|
---|
375 | MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
|
---|
376 | MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
|
---|
377 | MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
|
---|
378 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
|
---|
379 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
|
---|