Commit | Line | Data |
---|---|---|
819aa7bc | 1 | ## @file\r |
77269125 | 2 | # EFI/PI Reference Module Package for All Architectures\r |
3 | #\r | |
35f910f0 | 4 | # (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>\r |
3a140833 | 5 | # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r |
77269125 | 6 | #\r |
cd5ebaa0 | 7 | # This program and the accompanying materials\r |
77269125 | 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 | |
819aa7bc | 15 | ##\r |
77269125 | 16 | \r |
17 | [Defines]\r | |
18 | PLATFORM_NAME = MdeModule\r | |
19 | PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478\r | |
76052fab | 20 | PLATFORM_VERSION = 0.94\r |
77269125 | 21 | DSC_SPECIFICATION = 0x00010005\r |
22 | OUTPUT_DIRECTORY = Build/MdeModule\r | |
716e5077 | 23 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64\r |
586b399d | 24 | BUILD_TARGETS = DEBUG|RELEASE\r |
77269125 | 25 | SKUID_IDENTIFIER = DEFAULT\r |
26 | \r | |
6bfbb5f0 | 27 | [LibraryClasses]\r |
6a53bf17 LG |
28 | #\r |
29 | # Entry point\r | |
30 | #\r | |
77269125 | 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 | |
6a53bf17 LG |
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 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r | |
47 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r | |
48 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r | |
49 | #\r | |
50 | # UEFI & PI\r | |
51 | #\r | |
77269125 | 52 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r |
77269125 | 53 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r |
54 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r | |
6a53bf17 LG |
55 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r |
56 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r | |
57 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r | |
58 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
59 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r | |
60 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r | |
61 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
62 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r | |
63 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r | |
64 | #\r | |
65 | # Generic Modules\r | |
66 | #\r | |
77269125 | 67 | UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r |
6a53bf17 | 68 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r |
77269125 | 69 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r |
70 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r | |
71 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r | |
4bad9ada | 72 | TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r |
77269125 | 73 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r |
cd98f305 | 74 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r |
6a53bf17 | 75 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r |
23b0b374 | 76 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r |
6a53bf17 LG |
77 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r |
78 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
ec7cb6ab | 79 | PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf\r |
7c6c064c | 80 | CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r |
6a53bf17 LG |
81 | #\r |
82 | # Misc\r | |
83 | #\r | |
84 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r | |
62a5bf63 | 85 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r |
6a53bf17 LG |
86 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf \r |
87 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r | |
88 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r | |
fe92ab29 | 89 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r |
8e456a77 | 90 | PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r |
51a0c5f2 | 91 | ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r |
be46cd5f | 92 | SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r |
93 | S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r | |
1e172d6b | 94 | CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r |
77269125 | 95 | \r |
77269125 | 96 | [LibraryClasses.EBC.PEIM]\r |
97 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r | |
98 | \r | |
99 | [LibraryClasses.common.PEI_CORE]\r | |
100 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r | |
101 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
102 | \r | |
103 | [LibraryClasses.common.PEIM]\r | |
104 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r | |
105 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
106 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r | |
993532d0 | 107 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r |
77269125 | 108 | \r |
109 | [LibraryClasses.common.DXE_CORE]\r | |
110 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r | |
111 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r | |
112 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r | |
113 | \r | |
114 | [LibraryClasses.common.DXE_DRIVER]\r | |
115 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
1c837cd5 | 116 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r |
77269125 | 117 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
a402e129 | 118 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r |
77269125 | 119 | \r |
120 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]\r | |
121 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
122 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
77269125 | 123 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r |
1c837cd5 | 124 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r |
77269125 | 125 | \r |
4442c579 | 126 | [LibraryClasses.common.SMM_CORE]\r |
beaec44e | 127 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r |
4442c579 | 128 | MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r |
6a53bf17 | 129 | SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r |
495797c5 | 130 | SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf \r |
131 | \r | |
77269125 | 132 | [LibraryClasses.common.DXE_SMM_DRIVER]\r |
133 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
77269125 | 134 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r |
6a53bf17 | 135 | MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r |
202c3279 | 136 | SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r |
1c837cd5 | 137 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r |
77269125 | 138 | \r |
139 | [LibraryClasses.common.UEFI_DRIVER]\r | |
140 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
141 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
142 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r | |
1c837cd5 | 143 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r |
77269125 | 144 | \r |
145 | [LibraryClasses.common.UEFI_APPLICATION]\r | |
146 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
147 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
148 | DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r | |
149 | \r | |
35f910f0 | 150 | [LibraryClasses.ARM, LibraryClasses.AARCH64]\r |
62a5bf63 | 151 | #\r |
35f910f0 RP |
152 | # It is not possible to prevent ARM compiler calls to generic intrinsic functions.\r |
153 | # This library provides the instrinsic functions generated by a given compiler.\r | |
62a5bf63 | 154 | # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r |
155 | #\r | |
156 | NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r | |
445404a8 | 157 | \r |
cbcccd2c LG |
158 | [LibraryClasses.EBC]\r |
159 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r | |
445404a8 | 160 | \r |
6bfbb5f0 | 161 | [PcdsFeatureFlag]\r |
77269125 | 162 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r |
6a53bf17 LG |
163 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r |
164 | gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r | |
77269125 | 165 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE\r |
166 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE\r | |
77269125 | 167 | \r |
6bfbb5f0 | 168 | [PcdsFixedAtBuild]\r |
77269125 | 169 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r |
77269125 | 170 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r |
77269125 | 171 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r |
172 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r | |
77269125 | 173 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28\r |
77269125 | 174 | \r |
175 | [PcdsFixedAtBuild.IPF]\r | |
176 | gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r | |
177 | \r | |
178 | ###################################################################################################\r | |
179 | #\r | |
180 | # Components Section - list of the modules and components that will be processed by compilation\r | |
181 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r | |
182 | #\r | |
183 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r | |
184 | # into firmware volume images. This section is just a list of modules to compile from\r | |
185 | # source into UEFI-compliant binaries.\r | |
186 | # It is the FDF file that contains information on combining binary files into firmware\r | |
187 | # volume images, whose concept is beyond UEFI and is described in PI specification.\r | |
188 | # Binary modules do not need to be listed in this section, as they should be\r | |
189 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r | |
190 | # Logo (Logo.bmp), and etc.\r | |
191 | # There may also be modules listed in this section that are not required in the FDF file,\r | |
192 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r | |
193 | # generated for it, but the binary will not be put into any firmware volume.\r | |
194 | #\r | |
195 | ###################################################################################################\r | |
196 | \r | |
6bfbb5f0 | 197 | [Components]\r |
77269125 | 198 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r |
84edd20b | 199 | MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf\r |
77269125 | 200 | \r |
9060e3ec | 201 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r |
202 | MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf\r | |
eb290d02 | 203 | MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf\r |
92870c98 | 204 | MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r |
77269125 | 205 | MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r |
206 | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r | |
4b1bf81c | 207 | MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf\r |
208 | MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf\r | |
d987459f | 209 | MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf\r |
ea060cfa | 210 | MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf\r |
4b1bf81c | 211 | MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf\r |
212 | MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf\r | |
ad86a50a | 213 | MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r |
80d3831f | 214 | MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf\r |
77269125 | 215 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r |
216 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r | |
217 | MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r | |
218 | MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r | |
219 | MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r | |
220 | MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf\r | |
221 | MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf\r | |
43e543bc EL |
222 | MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf\r |
223 | MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf\r | |
224 | MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf\r | |
77269125 | 225 | \r |
226 | MdeModulePkg/Core/Dxe/DxeMain.inf {\r | |
227 | <LibraryClasses>\r | |
228 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r | |
229 | }\r | |
230 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r | |
231 | MdeModulePkg/Core/Pei/PeiMain.inf\r | |
232 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r | |
233 | \r | |
234 | MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r | |
235 | MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r | |
236 | MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r | |
237 | MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r | |
238 | MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r | |
239 | MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r | |
240 | MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r | |
241 | MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r | |
242 | MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r | |
243 | MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r | |
a402e129 | 244 | MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf\r |
77269125 | 245 | MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r |
246 | MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf\r | |
247 | MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf\r | |
248 | MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r | |
249 | MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r | |
cd98f305 | 250 | MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r |
fd53b677 | 251 | MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r |
252 | MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r | |
253 | MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r | |
30c8ee5c | 254 | MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r |
467d15ae | 255 | MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r |
256 | MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r | |
033b0062 | 257 | MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf\r |
64d14edf | 258 | MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r |
d4a78455 | 259 | MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf\r |
1e172d6b | 260 | MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r |
883e23d0 | 261 | MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf\r |
77269125 | 262 | \r |
da58b0db | 263 | MdeModulePkg/Universal/CapsulePei/CapsulePei.inf\r |
77269125 | 264 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r |
265 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r | |
266 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r | |
267 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r | |
268 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r | |
269 | MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf\r | |
270 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r | |
271 | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r | |
272 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r | |
273 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r | |
274 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r | |
30c00a1c | 275 | MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf\r |
77269125 | 276 | MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf\r |
277 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r | |
7c636bd0 | 278 | MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf\r |
77269125 | 279 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r |
280 | MdeModulePkg/Universal/Metronome/Metronome.inf\r | |
281 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r | |
51a0c5f2 | 282 | MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r |
310b04e6 | 283 | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r |
77269125 | 284 | \r |
285 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r | |
286 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r | |
287 | MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r | |
288 | MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r | |
289 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r | |
290 | MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r | |
291 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r | |
779ae357 | 292 | MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r |
77269125 | 293 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r |
294 | MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r | |
295 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r | |
296 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r | |
77269125 | 297 | \r |
298 | MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf\r | |
299 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf\r | |
300 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf\r | |
301 | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf\r | |
25126a05 | 302 | \r |
303 | MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r | |
304 | MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r | |
305 | \r | |
77269125 | 306 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r |
307 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r | |
7c6c064c | 308 | MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r |
77269125 | 309 | MdeModulePkg/Application/VariableInfo/VariableInfo.inf\r |
3e02ebb2 | 310 | MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r |
77269125 | 311 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r |
312 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r | |
6a0d41c0 | 313 | MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf\r |
77269125 | 314 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r |
8a2d4996 | 315 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf\r |
77269125 | 316 | \r |
317 | MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf\r | |
318 | MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r | |
ae76fe74 | 319 | MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf\r |
2719803b | 320 | MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf\r |
77269125 | 321 | \r |
10c5648e | 322 | MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r |
323 | MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r | |
324 | \r | |
0284e90c LG |
325 | MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {\r |
326 | <LibraryClasses>\r | |
327 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r | |
328 | }\r | |
329 | MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf\r | |
330 | MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r | |
a402e129 MK |
331 | MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {\r |
332 | <LibraryClasses>\r | |
333 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r | |
334 | }\r | |
335 | MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {\r | |
336 | <LibraryClasses>\r | |
337 | NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf\r | |
338 | }\r | |
9da91aea BJ |
339 | \r |
340 | MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf\r | |
341 | \r | |
342 | [Components.IA32, Components.X64, Components.IPF] \r | |
819aa7bc | 343 | MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r |
77269125 | 344 | MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf\r |
345 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r | |
346 | \r | |
4442c579 | 347 | [Components.IA32, Components.X64, Components.Ebc]\r |
77269125 | 348 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r |
349 | MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r | |
4442c579 | 350 | \r |
351 | [Components.IA32, Components.X64]\r | |
352 | MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf\r | |
353 | MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf\r | |
8a2d4996 | 354 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf\r |
355 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf\r | |
4442c579 | 356 | MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf\r |
357 | MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf\r | |
358 | MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf\r | |
1c837cd5 | 359 | MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf\r |
d042c6e8 | 360 | MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf\r |
361 | MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf\r | |
362 | MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf\r | |
b5827cbd | 363 | MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r |
cbcccd2c LG |
364 | MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r |
365 | MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r | |
495797c5 | 366 | MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r |
be46cd5f | 367 | MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf\r |
bdfde462 | 368 | MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf\r |
369 | MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf\r | |
0284e90c | 370 | MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf\r |
d042c6e8 | 371 | \r |