blob: 232282f0b01c4e25350db6e1db72dc6616136712 [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#
xli24bf2f1722010-01-27 04:07:09 +00004# Copyright (c) 2007 - 2010, Intel Corporation
qhuang877269122009-08-24 15:31:04 +00005#
6# All rights reserved. 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#
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]
qhuang877269122009-08-24 15:31:04 +000027 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
28 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
29 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
30 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
31 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
32 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
33 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
34 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
35 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
36 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
37 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
38 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
39 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
40 PostCodeLib|MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
41 PostCodeLib|MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
42 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
43 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
44 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
45
46 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
47 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
48 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
49 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
50 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
51 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
52 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
53 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
54 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
55 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
56 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
57 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
58 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
59 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
60 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
61 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
62 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
63 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
64 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
65 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
66 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
67 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
68 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
69 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
70 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
71 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
72 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
lgao4cd98f302009-11-26 01:31:48 +000073 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
xli2423b0b372009-12-25 08:09:48 +000074 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
xli24fd53b672009-12-29 07:50:42 +000075 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
vanjefffe92ab22010-02-26 05:38:04 +000076 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
qhuang877269122009-08-24 15:31:04 +000077
78[LibraryClasses.IA32]
79 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
80
81[LibraryClasses.X64]
82 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
83
84[LibraryClasses.IPF]
85 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
86
87[LibraryClasses.ARM]
88 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
89
qhuang877269122009-08-24 15:31:04 +000090[LibraryClasses.EBC.PEIM]
91 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
92
93[LibraryClasses.common.PEI_CORE]
94 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
95 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
96
97[LibraryClasses.common.PEIM]
98 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
99 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
100 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
101
102[LibraryClasses.common.DXE_CORE]
103 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
104 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
105 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
106
107[LibraryClasses.common.DXE_DRIVER]
108 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
109 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
110
111[LibraryClasses.common.DXE_RUNTIME_DRIVER]
112 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
113 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
114 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
115 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
116
117[LibraryClasses.common.DXE_SAL_DRIVER]
118 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
119 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
120 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
121 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
122
mdkinney4442c572010-02-25 23:42:27 +0000123[LibraryClasses.common.SMM_CORE]
124 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
125 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
126
qhuang877269122009-08-24 15:31:04 +0000127[LibraryClasses.common.DXE_SMM_DRIVER]
128 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
mdkinneyc0b516d2010-02-14 06:20:41 +0000129 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
qhuang877269122009-08-24 15:31:04 +0000130 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
131 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
davidhuang202c3272009-12-23 06:51:36 +0000132 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
qhuang877269122009-08-24 15:31:04 +0000133
134[LibraryClasses.common.UEFI_DRIVER]
135 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
136 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
137 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
138
139[LibraryClasses.common.UEFI_APPLICATION]
140 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
141 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
142 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
143
lgao46bfbb5f2010-02-24 00:21:16 +0000144[PcdsFeatureFlag]
qhuang877269122009-08-24 15:31:04 +0000145 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
146 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
147 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
148 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
149 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
150 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
151 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
152 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
153 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
154 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
155 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
156
157[PcdsFeatureFlag.IA32]
158 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
159
lgao46bfbb5f2010-02-24 00:21:16 +0000160[PcdsFixedAtBuild]
qhuang877269122009-08-24 15:31:04 +0000161 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
162 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
163 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
164 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
165 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
166 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
167 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
168 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
169 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
170 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
171 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
172 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
173 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
174 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
175 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
176 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0
177 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0
178 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0
179 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0
180 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0
181 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0
182 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
183 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
184 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
qhuang877269122009-08-24 15:31:04 +0000185
186 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
187 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
188 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
189 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
190 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
191 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
192
193 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
194 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
195 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize|0x20000
196
197
198[PcdsFixedAtBuild.IPF]
199 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
200
201###################################################################################################
202#
203# Components Section - list of the modules and components that will be processed by compilation
204# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
205#
206# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
207# into firmware volume images. This section is just a list of modules to compile from
208# source into UEFI-compliant binaries.
209# It is the FDF file that contains information on combining binary files into firmware
210# volume images, whose concept is beyond UEFI and is described in PI specification.
211# Binary modules do not need to be listed in this section, as they should be
212# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
213# Logo (Logo.bmp), and etc.
214# There may also be modules listed in this section that are not required in the FDF file,
215# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
216# generated for it, but the binary will not be put into any firmware volume.
217#
218###################################################################################################
219
lgao46bfbb5f2010-02-24 00:21:16 +0000220[Components]
qhuang877269122009-08-24 15:31:04 +0000221 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
222
davidhuang9060e3e2009-10-20 03:43:40 +0000223 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
224 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
qhuang877269122009-08-24 15:31:04 +0000225 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
226 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
qhuang8ad86a502009-12-22 07:35:49 +0000227 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
qhuang877269122009-08-24 15:31:04 +0000228 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
229 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
230 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
231 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
232 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
233 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
234 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
235
236 MdeModulePkg/Core/Dxe/DxeMain.inf {
237 <LibraryClasses>
238 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
239 }
240 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
241 MdeModulePkg/Core/Pei/PeiMain.inf
242 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
243
244 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
245 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
246 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
247 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
248 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
249 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
250 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
251 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
252 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
253 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
254 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
255 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
256 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
257 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
258 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
lgao4cd98f302009-11-26 01:31:48 +0000259 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
xli24fd53b672009-12-29 07:50:42 +0000260 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
261 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
262 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
xli2430c8ee52009-12-29 08:50:51 +0000263 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
qhuang877269122009-08-24 15:31:04 +0000264
265 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
266 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
267 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
268 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
269 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
270 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
271 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
272 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
273 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
274 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
275 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
276 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
277 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
278 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
279 MdeModulePkg/Universal/Metronome/Metronome.inf
280 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
davidhuang310b04e2009-11-20 04:01:32 +0000281 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
qhuang877269122009-08-24 15:31:04 +0000282
283 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
284 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
285 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
286 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
287 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
288 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
289 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
xdu2779ae352009-12-30 13:47:55 +0000290 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
qhuang877269122009-08-24 15:31:04 +0000291 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
292 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
293 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
294 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
qhuang877269122009-08-24 15:31:04 +0000295
296 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
297 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
298 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
299 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
xli2425126a02009-11-03 02:39:10 +0000300
301 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
302 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
303
qhuang877269122009-08-24 15:31:04 +0000304 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
305 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
306 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
307 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
308 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
309 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
310
311 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
312 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
lgao4ae76fe72009-11-11 06:17:18 +0000313 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
xli2427198032009-11-25 08:31:37 +0000314 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
qhuang877269122009-08-24 15:31:04 +0000315
xli2410c56482009-12-25 07:26:06 +0000316 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
317 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
318
mdkinney4442c572010-02-25 23:42:27 +0000319[Components.IA32, Components.X64, Components.IPF]
320 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
321 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
322 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
ljin6819aa7b2010-01-28 08:19:25 +0000323
mdkinney4442c572010-02-25 23:42:27 +0000324[Components.IA32, Components.X64, Components.Ebc]
325 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
326 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
327
qhuang877269122009-08-24 15:31:04 +0000328[Components.IA32, Components.X64]
mdkinney4442c572010-02-25 23:42:27 +0000329 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
330 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
xli24b25c0b62009-12-29 09:15:55 +0000331 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
xli2410c56482009-12-25 07:26:06 +0000332 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
mdkinney4442c572010-02-25 23:42:27 +0000333 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf