blob: bd710f7e2a445673e010f70de5baee02043faedf [file] [log] [blame]
lgao47b202cb2010-02-23 23:58:38 +00001## @file
eric_tian804405e2008-06-30 05:08:49 +00002#
3# EFI/Framework Emulation Platform with UEFI HII interface supported.
4#
5# The Emulation Platform can be used to debug individual modules, prior to creating
qhuang8398b6462009-03-05 09:20:08 +00006# a real platform. This also provides an example for how an DSC is created.
hhtianf9b8ab52010-04-28 12:31:45 +00007# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
eric_tian804405e2008-06-30 05:08:49 +00008#
hhtianf9b8ab52010-04-28 12:31:45 +00009# This program and the accompanying materials
eric_tian804405e2008-06-30 05:08:49 +000010# are licensed and made available under the terms and conditions of the BSD License
11# which accompanies this distribution. The full text of the license may be found at
12# http://opensource.org/licenses/bsd-license.php
vanjefffa2198b2010-02-26 05:52:57 +000013#
eric_tian804405e2008-06-30 05:08:49 +000014# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16#
lgao47b202cb2010-02-23 23:58:38 +000017##
eric_tian804405e2008-06-30 05:08:49 +000018
19################################################################################
20#
21# Defines Section - statements that will be processed to create a Makefile.
22#
23################################################################################
24[Defines]
25 PLATFORM_NAME = Unix
26 PLATFORM_GUID = 7b3c1fb4-8986-11db-b5b2-0040d02b1835
27 PLATFORM_VERSION = 0.3
28 DSC_ SPECIFICATION = 0x00010005
29 OUTPUT_DIRECTORY = Build/Unix
30 SUPPORTED_ARCHITECTURES = IA32
31 BUILD_TARGETS = DEBUG|RELEASE
32 SKUID_IDENTIFIER = DEFAULT
33 FLASH_DEFINITION = UnixPkg/UnixPkg.fdf
34
35################################################################################
36#
37# SKU Identification section - list of all SKU IDs supported by this Platform.
38#
39################################################################################
40[SkuIds]
41 0|DEFAULT
42
43################################################################################
44#
45# Library Class section - list of all Library Classes needed by this Platform.
46#
47################################################################################
lgao47b202cb2010-02-23 23:58:38 +000048[LibraryClasses]
eric_tian804405e2008-06-30 05:08:49 +000049 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
50 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
qhuang882e718f2008-10-28 06:28:30 +000052 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
eric_tian804405e2008-06-30 05:08:49 +000053 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
54 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
mdkinney6f4be512009-01-30 00:28:32 +000055 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
qhuang882e718f2008-10-28 06:28:30 +000056 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
eric_tian804405e2008-06-30 05:08:49 +000057 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
58 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
eric_tian804405e2008-06-30 05:08:49 +000059 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
eric_tian804405e2008-06-30 05:08:49 +000060 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
61 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
lgao43f077282009-04-13 05:52:07 +000062 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
qhuang853d794b2008-11-13 09:44:29 +000063 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
klu25d1a5b32009-01-23 07:27:23 +000064 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
eric_tian804405e2008-06-30 05:08:49 +000065 PlatformBdsLib|UnixPkg/Library/UnixBdsLib/PlatformBds.inf
66 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
qhuang853d794b2008-11-13 09:44:29 +000067 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
eric_tian804405e2008-06-30 05:08:49 +000068 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
lgao48273af42009-11-26 01:33:07 +000069 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
vanjefffa2198b2010-02-26 05:52:57 +000070 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
eric_tian804405e2008-06-30 05:08:49 +000071
vanjefffa2198b2010-02-26 05:52:57 +000072
andrewfish0534bb82010-02-10 20:04:08 +000073
eric_tian804405e2008-06-30 05:08:49 +000074[LibraryClasses.common.USER_DEFINED]
75 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
qhuang8f3a2b252009-03-05 15:32:19 +000076 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
xli246a5025f2009-12-29 09:11:11 +000077 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
qhuang8e14130b2009-03-03 14:15:29 +000078 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
79 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf
80 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
81 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
eric_tian804405e2008-06-30 05:08:49 +000082
83[LibraryClasses.common.DXE_CORE]
84 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
85 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
86 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
qhuang800023052008-09-06 01:03:26 +000087 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
88 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
eric_tian804405e2008-06-30 05:08:49 +000089 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
xli246a5025f2009-12-29 09:11:11 +000090 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
eric_tian804405e2008-06-30 05:08:49 +000091 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
92 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
93 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
qhuang8398b6462009-03-05 09:20:08 +000094 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf
eric_tian804405e2008-06-30 05:08:49 +000095 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
96
97[LibraryClasses.common.DXE_SMM_DRIVER]
98 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
qhuang853d794b2008-11-13 09:44:29 +000099 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000100 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
101 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
102 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
103 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
mdkinney1039a252010-02-14 06:17:51 +0000104 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000105 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
xli246a5025f2009-12-29 09:11:11 +0000106 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000107 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
108 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
109 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
110 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
111
112[LibraryClasses.common.PEIM]
113 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
114 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
115 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
116 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
117 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
118 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
119 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
xli246a5025f2009-12-29 09:11:11 +0000120 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000121 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
122 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf
123 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf
124 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang8398b6462009-03-05 09:20:08 +0000125 PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000126 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
127
128[LibraryClasses.common.PEI_CORE]
129 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
130 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
131 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
132 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
133 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
134 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
135 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
xli246a5025f2009-12-29 09:11:11 +0000136 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
xli24d41b7532009-12-29 09:39:01 +0000137 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
eric_tian804405e2008-06-30 05:08:49 +0000138 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf
139 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
140 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang8398b6462009-03-05 09:20:08 +0000141 PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000142
143[LibraryClasses.common.DXE_RUNTIME_DRIVER]
144 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
145 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
146 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
qhuang882e718f2008-10-28 06:28:30 +0000147 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000148 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
149 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
xli246a5025f2009-12-29 09:11:11 +0000150 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000151 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
152 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
153 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
154 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
qhuang853d794b2008-11-13 09:44:29 +0000155 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000156 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
157 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
158 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang8398b6462009-03-05 09:20:08 +0000159 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000160
161[LibraryClasses.common.UEFI_DRIVER]
162 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
163 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
164 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
qhuang882e718f2008-10-28 06:28:30 +0000165 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000166 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
167 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
xli246a5025f2009-12-29 09:11:11 +0000168 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000169 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
170 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
171 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
qhuang853d794b2008-11-13 09:44:29 +0000172 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000173 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
174 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
175 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
eric_tiandfb89932008-09-24 05:01:24 +0000176 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
177 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
178 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
179 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
qhuang8398b6462009-03-05 09:20:08 +0000180 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000181
182[LibraryClasses.common.DXE_DRIVER]
183 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
184 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
185 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
qhuang882e718f2008-10-28 06:28:30 +0000186 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000187 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
188 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
xli246a5025f2009-12-29 09:11:11 +0000189 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000190 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
191 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
192 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
qhuang853d794b2008-11-13 09:44:29 +0000193 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000194 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
195 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
196 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
197 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
198 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
199 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
200 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
201
202[LibraryClasses.common.UEFI_APPLICATION]
203 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
qhuang853d794b2008-11-13 09:44:29 +0000204 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000205 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
206 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
207 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
208 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
209 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
qhuang882e718f2008-10-28 06:28:30 +0000210 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000211 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
xli246a5025f2009-12-29 09:11:11 +0000212 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
eric_tian804405e2008-06-30 05:08:49 +0000213 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
214 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
215 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
216 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang8c71b6592009-02-23 03:20:54 +0000217 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
eric_tian804405e2008-06-30 05:08:49 +0000218
219################################################################################
220#
221# Pcd Section - list of all EDK II PCD Entries defined by this Platform.
222#
223################################################################################
224[PcdsFixedAtBuild.IA32]
eric_tian804405e2008-06-30 05:08:49 +0000225 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageVariableBase|0x280000
226 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwSpareBase|0x290000
227 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwWorkingBase|0x28e000
228
229 gEfiUnixPkgTokenSpaceGuid.PcdUnixBootMode|1
230 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x2a0000
231 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0x10000
232 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase|0x28c000
233 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x2000
234 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase|0x0
235 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize|0x280000
vanjefffa2198b2010-02-26 05:52:57 +0000236
eric_tian804405e2008-06-30 05:08:49 +0000237 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySizeForSecMain|L"64!64"|VOID*|10
238 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"|VOID*|52
239
240 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
241 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
242 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
243 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
244 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
245 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
246 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
247 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
248 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
249 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
250 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
251 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
252 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
253 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
254 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
255 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
eric_tian804405e2008-06-30 05:08:49 +0000256 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
257 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
258 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
259 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
260 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
eric_tian804405e2008-06-30 05:08:49 +0000261 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
262 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
263 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
264 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
265 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
266 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
267 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
268 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
269 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
270 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
271
272 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
273 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
274 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
275 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
276 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
277 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
278 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
279 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
280 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
vanjefffa2198b2010-02-26 05:52:57 +0000281
282
lgao47b202cb2010-02-23 23:58:38 +0000283[PcdsFeatureFlag]
eric_tian804405e2008-06-30 05:08:49 +0000284 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
285 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
286 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
eric_tian804405e2008-06-30 05:08:49 +0000287 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
288 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
289 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
eric_tian804405e2008-06-30 05:08:49 +0000290 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
eric_tian804405e2008-06-30 05:08:49 +0000291 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
292 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
klu28a38e452009-01-04 05:57:14 +0000293 gEfiEdkModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
eric_tian804405e2008-06-30 05:08:49 +0000294 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
295 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
eric_tian804405e2008-06-30 05:08:49 +0000296 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
297 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
davidhuangbeb9b902009-10-20 03:44:43 +0000298 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
eric_tian804405e2008-06-30 05:08:49 +0000299 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
300 #gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE
vanjefffa2198b2010-02-26 05:52:57 +0000301
eric_tian804405e2008-06-30 05:08:49 +0000302[PcdsFeatureFlag.IA32]
303 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
304 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
305 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
306 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
307 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
eric_tian804405e2008-06-30 05:08:49 +0000308 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
jljusten72670d32009-04-27 18:26:12 +0000309 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|TRUE
xli246a37c6b2009-12-25 06:37:28 +0000310 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
eric_tian804405e2008-06-30 05:08:49 +0000311 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
klu28a38e452009-01-04 05:57:14 +0000312 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
eric_tian804405e2008-06-30 05:08:49 +0000313 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
314 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
eric_tian804405e2008-06-30 05:08:49 +0000315 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
316 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
317 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
318 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
klu28a38e452009-01-04 05:57:14 +0000319 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
davidhuangbeb9b902009-10-20 03:44:43 +0000320 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
eric_tian804405e2008-06-30 05:08:49 +0000321 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
322
323################################################################################
324#
325# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
326#
327################################################################################
328
329[PcdsDynamicDefault.common.DEFAULT]
330 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
331 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
332 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
333 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0|UINT32|4
334 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0|UINT32|4
335 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0|UINT32|4
336 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0|UINT32|4
337 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0|UINT32|4
338 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|4
339 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"|VOID*|50
340 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"|VOID*|50
eric_tian0856e612008-10-08 10:51:05 +0000341 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"|VOID*|106
eric_tian804405e2008-06-30 05:08:49 +0000342 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"|VOID*|24
343 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"|VOID*|30
344 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"|VOID*|48
345 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"|VOID*|8
346 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"64!64"|VOID*|10
347 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"|VOID*|20
348
qhuang8c71b6592009-02-23 03:20:54 +0000349[PcdsDynamicHii.common.DEFAULT]
eric_tian70c92c72009-03-17 05:50:21 +0000350 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiUnixSystemConfigGuid|0x0|80
351 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiUnixSystemConfigGuid|0x4|25
vanjeffb6723482009-05-08 07:51:03 +0000352 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
qhuang8c71b6592009-02-23 03:20:54 +0000353
xli24dcbb35e2009-02-10 08:58:47 +0000354###################################################################################################
eric_tian804405e2008-06-30 05:08:49 +0000355#
xli24dcbb35e2009-02-10 08:58:47 +0000356# Components Section - list of the modules and components that will be processed by compilation
357# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
eric_tian804405e2008-06-30 05:08:49 +0000358#
xli24dcbb35e2009-02-10 08:58:47 +0000359# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
360# into firmware volume images. This section is just a list of modules to compile from
361# source into UEFI-compliant binaries.
362# It is the FDF file that contains information on combining binary files into firmware
363# volume images, whose concept is beyond UEFI and is described in PI specification.
364# Binary modules do not need to be listed in this section, as they should be
365# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
366# Logo (Logo.bmp), and etc.
367# There may also be modules listed in this section that are not required in the FDF file,
368# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
369# generated for it, but the binary will not be put into any firmware volume.
370#
371###################################################################################################
eric_tian804405e2008-06-30 05:08:49 +0000372[Components.IA32]
373 ##
374 # SEC Phase modules
375 ##
376 UnixPkg/Sec/SecMain.inf
377
378 ##
379 # PEI Phase modules
380 ##
381 MdeModulePkg/Core/Pei/PeiMain.inf
382 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
383 <LibraryClasses>
384 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
385 }
xli2402994032009-04-27 09:16:55 +0000386 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
eric_tian804405e2008-06-30 05:08:49 +0000387 UnixPkg/BootModePei/BootModePei.inf
388 UnixPkg/UnixFlashMapPei/FlashMap.inf
eric_tian804405e2008-06-30 05:08:49 +0000389 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
390 UnixPkg/UnixAutoScanPei/UnixAutoScan.inf
391 UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf
392 UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf
393 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
vanjefffa2198b2010-02-26 05:52:57 +0000394
eric_tian804405e2008-06-30 05:08:49 +0000395 ##
396 # DXE Phase modules
397 ##
398 MdeModulePkg/Core/Dxe/DxeMain.inf {
399 <LibraryClasses>
400 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
401 }
402 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
403 <LibraryClasses>
404 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
405 }
406
407 UnixPkg/MetronomeDxe/Metronome.inf
jljusten116c9e22009-07-07 22:52:15 +0000408 UnixPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
eric_tian804405e2008-06-30 05:08:49 +0000409 UnixPkg/ResetRuntimeDxe/Reset.inf
410 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
411 UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
412 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
eric_tian804405e2008-06-30 05:08:49 +0000413 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
414 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
415 UnixPkg/UnixThunkDxe/UnixThunk.inf
416 UnixPkg/CpuRuntimeDxe/Cpu.inf
lgao47ee40c62009-03-04 01:31:46 +0000417 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
eric_tian804405e2008-06-30 05:08:49 +0000418 UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
419 UnixPkg/TimerDxe/Timer.inf
xli2466934142009-04-27 06:40:41 +0000420 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
eric_tian804405e2008-06-30 05:08:49 +0000421 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
422 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
423 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
424 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
425 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
426 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
427 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
428 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
klu25d1a5b32009-01-23 07:27:23 +0000429 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
eric_tian804405e2008-06-30 05:08:49 +0000430 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
431 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
432 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
433 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
davidhuangbeb9b902009-10-20 03:44:43 +0000434 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
eric_tian804405e2008-06-30 05:08:49 +0000435 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
436 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
437 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
438 UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf
vanjefffa2198b2010-02-26 05:52:57 +0000439
eric_tian804405e2008-06-30 05:08:49 +0000440 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
441 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
442 UnixPkg/UnixUgaDxe/UnixUga.inf
443 UnixPkg/UnixConsoleDxe/UnixConsole.inf
444 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf
445 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
446
447 #
448 # Network stack drivers
449 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
450 #
451 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
452 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
453 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
454 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
455 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
456 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
xdu21b14ec42010-03-03 10:47:27 +0000457 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
eric_tian804405e2008-06-30 05:08:49 +0000458 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
459 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
460 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
461
davidhuangaaa2cc12009-11-20 04:02:34 +0000462 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
eric_tian804405e2008-06-30 05:08:49 +0000463 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
464 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
qhuang8c71b6592009-02-23 03:20:54 +0000465 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
eric_tian804405e2008-06-30 05:08:49 +0000466 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
467 <LibraryClasses>
468 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
469 }
xli24693e49c2009-02-06 03:15:09 +0000470
andrewfish3b66da92010-01-27 02:05:52 +0000471 #FatPkg/EnhancedFatDxe/Fat.inf
vanjefffa2198b2010-02-26 05:52:57 +0000472