]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixPkg.dsc
Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of ReportStatusCo...
[mirror_edk2.git] / UnixPkg / UnixPkg.dsc
CommitLineData
7b202cb0 1## @file\r
804405e7 2#\r
3# EFI/Framework Emulation Platform with UEFI HII interface supported.\r
4#\r
5# The Emulation Platform can be used to debug individual modules, prior to creating\r
398b646f 6# a real platform. This also provides an example for how an DSC is created.\r
f9b8ab56 7# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
804405e7 8#\r
f9b8ab56 9# This program and the accompanying materials\r
804405e7 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
fa2198b4 13#\r
804405e7 14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
7b202cb0 17##\r
804405e7 18\r
19################################################################################\r
20#\r
21# Defines Section - statements that will be processed to create a Makefile.\r
22#\r
23################################################################################\r
24[Defines]\r
25 PLATFORM_NAME = Unix\r
26 PLATFORM_GUID = 7b3c1fb4-8986-11db-b5b2-0040d02b1835\r
27 PLATFORM_VERSION = 0.3\r
28 DSC_ SPECIFICATION = 0x00010005\r
29 OUTPUT_DIRECTORY = Build/Unix\r
b9c8e50e 30 SUPPORTED_ARCHITECTURES = IA32\r
804405e7 31 BUILD_TARGETS = DEBUG|RELEASE\r
32 SKUID_IDENTIFIER = DEFAULT\r
33 FLASH_DEFINITION = UnixPkg/UnixPkg.fdf\r
34\r
35################################################################################\r
36#\r
37# SKU Identification section - list of all SKU IDs supported by this Platform.\r
38#\r
39################################################################################\r
40[SkuIds]\r
41 0|DEFAULT\r
42\r
43################################################################################\r
44#\r
45# Library Class section - list of all Library Classes needed by this Platform.\r
46#\r
47################################################################################\r
7b202cb0 48[LibraryClasses]\r
97ada49f
LG
49 #\r
50 # Entry point\r
51 #\r
52 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
53 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
54 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
55 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
56 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
57 #\r
58 # Basic\r
59 #\r
804405e7 60 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
6f4be513 61 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
97ada49f 62 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
804405e7 63 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
97ada49f
LG
64 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
65 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
66 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
67 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
68 #\r
69 # UEFI & PI\r
70 #\r
71 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
72 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
73 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
74 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
3f07728f 75 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
53d794b2 76 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
97ada49f
LG
77 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
78 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
79 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
80 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
53d794b2 81 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
97ada49f
LG
82 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
83 #\r
84 # Generic Modules\r
85 #\r
86 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
87 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
88 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
89 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
90 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
91 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
92 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
8273af4e 93 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
97ada49f
LG
94 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
95 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
96 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
97 #\r
98 # Platform\r
99 #\r
100 PlatformBdsLib|UnixPkg/Library/UnixBdsLib/PlatformBds.inf\r
101 #\r
102 # Misc\r
103 #\r
104 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
105 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
fa2198b4 106 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
249383cf 107 SecDispatchTableLib|UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf\r
804405e7 108\r
804405e7 109[LibraryClasses.common.USER_DEFINED]\r
110 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
f3a2b25d 111 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
6a5025fc 112 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
e14130b3 113 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
e14130b3 114 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
804405e7 115\r
97ada49f 116[LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]\r
804405e7 117 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
804405e7 118 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
6a5025fc 119 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
804405e7 120 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf\r
398b646f 121 PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf\r
804405e7 122 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
123\r
97ada49f
LG
124[LibraryClasses.common.PEIM]\r
125 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
126 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
127\r
804405e7 128[LibraryClasses.common.PEI_CORE]\r
804405e7 129 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
804405e7 130\r
97ada49f
LG
131[LibraryClasses.common.DXE_CORE]\r
132 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
133 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
6a5025fc 134 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
398b646f 135 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
97ada49f 136 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
804405e7 137\r
97ada49f 138[LibraryClasses.common.DXE_SMM_DRIVER]\r
804405e7 139 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
140 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
97ada49f 141 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
6a5025fc 142 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 143 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
97ada49f 144 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
804405e7 145\r
97ada49f 146[LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]\r
804405e7 147 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
148 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 149 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
6a5025fc 150 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 151 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
152 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
97ada49f 153 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
804405e7 154\r
155[LibraryClasses.common.UEFI_APPLICATION]\r
c71b6597 156 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
804405e7 157\r
b9c8e50e 158[LibraryClasses.X64]\r
159 BaseLib|UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf\r
160\r
804405e7 161################################################################################\r
162#\r
163# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
164#\r
165################################################################################\r
97ada49f
LG
166[PcdsFeatureFlag]\r
167 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
168 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
169 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
170 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE\r
804405e7 171\r
97ada49f
LG
172[PcdsFixedAtBuild]\r
173 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
804405e7 174 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
175 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
804405e7 176 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
177 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
97ada49f
LG
178 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x002a0000\r
179 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0x10000\r
180 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"\r
804405e7 181\r
182################################################################################\r
183#\r
184# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
185#\r
186################################################################################\r
187\r
188[PcdsDynamicDefault.common.DEFAULT]\r
b9c8e50e 189 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0\r
190 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0\r
191 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
192\r
193 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"\r
194 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"\r
195 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"\r
196 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"\r
197 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"\r
198 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"\r
199 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"\r
200 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"128!128"\r
201 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"\r
804405e7 202\r
c71b6597 203[PcdsDynamicHii.common.DEFAULT]\r
70c92c7f 204 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiUnixSystemConfigGuid|0x0|80\r
205 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiUnixSystemConfigGuid|0x4|25\r
b672348f 206 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
c71b6597 207\r
dcbb35eb 208###################################################################################################\r
804405e7 209#\r
dcbb35eb 210# Components Section - list of the modules and components that will be processed by compilation\r
211# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
804405e7 212#\r
dcbb35eb 213# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
214# into firmware volume images. This section is just a list of modules to compile from\r
215# source into UEFI-compliant binaries.\r
216# It is the FDF file that contains information on combining binary files into firmware\r
217# volume images, whose concept is beyond UEFI and is described in PI specification.\r
218# Binary modules do not need to be listed in this section, as they should be\r
219# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
220# Logo (Logo.bmp), and etc.\r
221# There may also be modules listed in this section that are not required in the FDF file,\r
222# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
223# generated for it, but the binary will not be put into any firmware volume.\r
224#\r
225###################################################################################################\r
69cf40e0 226[Components]\r
804405e7 227 ##\r
228 # SEC Phase modules\r
229 ##\r
230 UnixPkg/Sec/SecMain.inf\r
231\r
232 ##\r
233 # PEI Phase modules\r
234 ##\r
235 MdeModulePkg/Core/Pei/PeiMain.inf\r
236 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
237 <LibraryClasses>\r
238 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
239 }\r
02994038 240 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
804405e7 241 UnixPkg/BootModePei/BootModePei.inf\r
242 UnixPkg/UnixFlashMapPei/FlashMap.inf\r
804405e7 243 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
244 UnixPkg/UnixAutoScanPei/UnixAutoScan.inf\r
245 UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf\r
246 UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf\r
247 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
fa2198b4 248\r
804405e7 249 ##\r
250 # DXE Phase modules\r
251 ##\r
252 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
253 <LibraryClasses>\r
254 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
3364f3ce 255 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
804405e7 256 }\r
257 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
258 <LibraryClasses>\r
259 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
260 }\r
261\r
262 UnixPkg/MetronomeDxe/Metronome.inf\r
116c9e2e 263 UnixPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf\r
804405e7 264 UnixPkg/ResetRuntimeDxe/Reset.inf\r
265 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
266 UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf\r
267 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
804405e7 268 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
269 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
270 UnixPkg/UnixThunkDxe/UnixThunk.inf\r
271 UnixPkg/CpuRuntimeDxe/Cpu.inf\r
7ee40c6e 272 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
804405e7 273 UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf\r
274 UnixPkg/TimerDxe/Timer.inf\r
66934142 275 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
804405e7 276 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
277 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
278 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
279 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
280 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
281 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
282 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
283 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
5d1a5b35 284 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
804405e7 285 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
286 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
287 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
288 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
beb9b900 289 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
804405e7 290 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
291 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
292 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
293 UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf\r
fa2198b4 294\r
804405e7 295 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf\r
296 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf\r
297 UnixPkg/UnixUgaDxe/UnixUga.inf\r
298 UnixPkg/UnixConsoleDxe/UnixConsole.inf\r
299 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf\r
300 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
301\r
302 #\r
303 # Network stack drivers\r
304 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.\r
305 #\r
306 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
307 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
308 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
309 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
310 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
311 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
1b14ec40 312 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
804405e7 313 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
314 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
315 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
316\r
aaa2cc19 317 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
804405e7 318 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
319 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
c71b6597 320 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
804405e7 321 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
322 <LibraryClasses>\r
323 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
324 }\r
693e49ca 325\r
3b66da94 326 #FatPkg/EnhancedFatDxe/Fat.inf\r
fa2198b4 327\r