blob: 86ad3f521e6be796f09ef638b24bfb4ba3e3fe63 [file] [log] [blame]
ljin6819aa7b2010-01-28 08:19:25 +00001## @file
qhuang877269122009-08-24 15:31:04 +00002# EFI/PI Reference Module Package for All Architectures
3#
hhtiancd5ebaa2010-04-24 09:49:11 +00004# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
qhuang877269122009-08-24 15:31:04 +00005#
hhtiancd5ebaa2010-04-24 09:49:11 +00006# This program and the accompanying materials
qhuang877269122009-08-24 15:31:04 +00007# 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#
ljin6819aa7b2010-01-28 08:19:25 +000014##
qhuang877269122009-08-24 15:31:04 +000015
16[Defines]
17 PLATFORM_NAME = MdeModule
18 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
rsun3a9141952010-03-09 08:18:12 +000019 PLATFORM_VERSION = 0.91
qhuang877269122009-08-24 15:31:04 +000020 DSC_SPECIFICATION = 0x00010005
21 OUTPUT_DIRECTORY = Build/MdeModule
22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
23 BUILD_TARGETS = DEBUG|RELEASE
24 SKUID_IDENTIFIER = DEFAULT
25
lgao46bfbb5f2010-02-24 00:21:16 +000026[LibraryClasses]
lgao46a53bf12010-05-21 02:49:29 +000027 #
28 # Entry point
29 #
qhuang877269122009-08-24 15:31:04 +000030 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
lgao46a53bf12010-05-21 02:49:29 +000035 #
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 #
qhuang877269122009-08-24 15:31:04 +000051 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
qhuang877269122009-08-24 15:31:04 +000052 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
53 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
lgao46a53bf12010-05-21 02:49:29 +000054 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 #
qhuang877269122009-08-24 15:31:04 +000066 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
lgao46a53bf12010-05-21 02:49:29 +000067 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
qhuang877269122009-08-24 15:31:04 +000068 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
69 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
70 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
tye14bad9ad2010-12-14 03:19:21 +000071 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
qhuang877269122009-08-24 15:31:04 +000072 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
lgao4cd98f302009-11-26 01:31:48 +000073 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
lgao46a53bf12010-05-21 02:49:29 +000074 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
xli2423b0b372009-12-25 08:09:48 +000075 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
lgao46a53bf12010-05-21 02:49:29 +000076 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
77 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
lgao4ec7cb6a2010-05-24 01:35:52 +000078 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
lgao46a53bf12010-05-21 02:49:29 +000079 #
80 # Misc
81 #
82 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
83 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
84 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
85 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
vanjefffe92ab22010-02-26 05:38:04 +000086 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
qhuang877269122009-08-24 15:31:04 +000087
qhuang877269122009-08-24 15:31:04 +000088[LibraryClasses.EBC.PEIM]
89 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
90
91[LibraryClasses.common.PEI_CORE]
92 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
93 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
94
95[LibraryClasses.common.PEIM]
96 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
97 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
98 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
99
100[LibraryClasses.common.DXE_CORE]
101 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
102 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
103 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
104
105[LibraryClasses.common.DXE_DRIVER]
106 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
107 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
108
109[LibraryClasses.common.DXE_RUNTIME_DRIVER]
110 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
111 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
qhuang877269122009-08-24 15:31:04 +0000112 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
113
mdkinney4442c572010-02-25 23:42:27 +0000114[LibraryClasses.common.SMM_CORE]
115 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
lgao46a53bf12010-05-21 02:49:29 +0000116 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
mdkinney4442c572010-02-25 23:42:27 +0000117
qhuang877269122009-08-24 15:31:04 +0000118[LibraryClasses.common.DXE_SMM_DRIVER]
119 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
qhuang877269122009-08-24 15:31:04 +0000120 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
lgao46a53bf12010-05-21 02:49:29 +0000121 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
davidhuang202c3272009-12-23 06:51:36 +0000122 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
qhuang877269122009-08-24 15:31:04 +0000123
124[LibraryClasses.common.UEFI_DRIVER]
125 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
126 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
127 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
128
129[LibraryClasses.common.UEFI_APPLICATION]
130 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
131 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
132 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
133
lgao46bfbb5f2010-02-24 00:21:16 +0000134[PcdsFeatureFlag]
qhuang877269122009-08-24 15:31:04 +0000135 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
lgao46a53bf12010-05-21 02:49:29 +0000136 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
137 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
qhuang877269122009-08-24 15:31:04 +0000138 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
139 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
qhuang877269122009-08-24 15:31:04 +0000140
lgao46bfbb5f2010-02-24 00:21:16 +0000141[PcdsFixedAtBuild]
qhuang877269122009-08-24 15:31:04 +0000142 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
qhuang877269122009-08-24 15:31:04 +0000143 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
qhuang877269122009-08-24 15:31:04 +0000144 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
145 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
qhuang877269122009-08-24 15:31:04 +0000146 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
qhuang877269122009-08-24 15:31:04 +0000147
148[PcdsFixedAtBuild.IPF]
149 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
150
151###################################################################################################
152#
153# Components Section - list of the modules and components that will be processed by compilation
154# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
155#
156# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
157# into firmware volume images. This section is just a list of modules to compile from
158# source into UEFI-compliant binaries.
159# It is the FDF file that contains information on combining binary files into firmware
160# volume images, whose concept is beyond UEFI and is described in PI specification.
161# Binary modules do not need to be listed in this section, as they should be
162# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
163# Logo (Logo.bmp), and etc.
164# There may also be modules listed in this section that are not required in the FDF file,
165# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
166# generated for it, but the binary will not be put into any firmware volume.
167#
168###################################################################################################
169
lgao46bfbb5f2010-02-24 00:21:16 +0000170[Components]
qhuang877269122009-08-24 15:31:04 +0000171 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
172
davidhuang9060e3e2009-10-20 03:43:40 +0000173 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
174 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
qhuang877269122009-08-24 15:31:04 +0000175 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
176 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
qhuang8ad86a502009-12-22 07:35:49 +0000177 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
erictian80d38312010-10-12 02:28:34 +0000178 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
qhuang877269122009-08-24 15:31:04 +0000179 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
180 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
181 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
182 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
183 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
184 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
185 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
186
187 MdeModulePkg/Core/Dxe/DxeMain.inf {
188 <LibraryClasses>
189 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
190 }
191 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
192 MdeModulePkg/Core/Pei/PeiMain.inf
193 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
194
195 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
196 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
197 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
198 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
199 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
200 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
201 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
202 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
203 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
204 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
205 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
206 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
207 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
208 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
209 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
lgao4cd98f302009-11-26 01:31:48 +0000210 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
xli24fd53b672009-12-29 07:50:42 +0000211 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
212 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
213 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
xli2430c8ee52009-12-29 08:50:51 +0000214 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
qhuang877269122009-08-24 15:31:04 +0000215
216 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
217 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
218 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
219 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
220 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
221 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
222 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
223 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
224 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
225 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
226 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
227 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
228 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
229 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
230 MdeModulePkg/Universal/Metronome/Metronome.inf
231 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
davidhuang310b04e2009-11-20 04:01:32 +0000232 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
qhuang877269122009-08-24 15:31:04 +0000233
234 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
235 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
236 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
237 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
238 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
239 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
240 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
xdu2779ae352009-12-30 13:47:55 +0000241 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
qhuang877269122009-08-24 15:31:04 +0000242 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
243 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
244 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
245 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
qhuang877269122009-08-24 15:31:04 +0000246
247 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
248 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
249 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
250 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
xli2425126a02009-11-03 02:39:10 +0000251
252 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
253 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
254
qhuang877269122009-08-24 15:31:04 +0000255 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
256 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
257 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
258 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
259 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
260 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
gdong18a2d4992010-12-10 09:27:54 +0000261 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
qhuang877269122009-08-24 15:31:04 +0000262
263 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
264 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
lgao4ae76fe72009-11-11 06:17:18 +0000265 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
xli2427198032009-11-25 08:31:37 +0000266 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
qhuang877269122009-08-24 15:31:04 +0000267
xli2410c56482009-12-25 07:26:06 +0000268 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
269 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
270
mdkinney4442c572010-02-25 23:42:27 +0000271[Components.IA32, Components.X64, Components.IPF]
272 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
273 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
274 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
ljin6819aa7b2010-01-28 08:19:25 +0000275
mdkinney4442c572010-02-25 23:42:27 +0000276[Components.IA32, Components.X64, Components.Ebc]
277 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
278 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
279
qhuang877269122009-08-24 15:31:04 +0000280[Components.IA32, Components.X64]
mdkinney4442c572010-02-25 23:42:27 +0000281 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
282 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
gdong18a2d4992010-12-10 09:27:54 +0000283 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
284 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
xli24b25c0b62009-12-29 09:15:55 +0000285 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
xli2410c56482009-12-25 07:26:06 +0000286 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
mdkinney4442c572010-02-25 23:42:27 +0000287 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf