]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixPkg.dsc
Fix typo error in UnixPkg.dsc
[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
3f911336 7# Copyright (c) 2006 - 2011, 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
ec2bb588 28 DSC_SPECIFICATION = 0x00010005\r
804405e7 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
3f911336 105 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
97ada49f 106 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
fa2198b4 107 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
249383cf 108 SecDispatchTableLib|UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf\r
804405e7 109\r
804405e7 110[LibraryClasses.common.USER_DEFINED]\r
111 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
f3a2b25d 112 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
6a5025fc 113 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
e14130b3 114 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
e14130b3 115 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
804405e7 116\r
97ada49f 117[LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]\r
804405e7 118 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
804405e7 119 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
6a5025fc 120 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
804405e7 121 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf\r
398b646f 122 PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf\r
804405e7 123 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
124\r
97ada49f
LG
125[LibraryClasses.common.PEIM]\r
126 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
127 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
128\r
804405e7 129[LibraryClasses.common.PEI_CORE]\r
804405e7 130 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
804405e7 131\r
97ada49f
LG
132[LibraryClasses.common.DXE_CORE]\r
133 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
134 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
6a5025fc 135 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
398b646f 136 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
97ada49f 137 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
804405e7 138\r
97ada49f 139[LibraryClasses.common.DXE_SMM_DRIVER]\r
804405e7 140 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
141 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
97ada49f 142 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
6a5025fc 143 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 144 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
97ada49f 145 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
804405e7 146\r
97ada49f 147[LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]\r
804405e7 148 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
149 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 150 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
6a5025fc 151 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 152 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
153 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
97ada49f 154 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
804405e7 155\r
156[LibraryClasses.common.UEFI_APPLICATION]\r
c71b6597 157 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
804405e7 158\r
b9c8e50e 159[LibraryClasses.X64]\r
160 BaseLib|UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf\r
161\r
804405e7 162################################################################################\r
163#\r
164# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
165#\r
166################################################################################\r
97ada49f
LG
167[PcdsFeatureFlag]\r
168 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
169 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
170 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
171 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE\r
804405e7 172\r
97ada49f 173[PcdsFixedAtBuild]\r
df1b7575 174 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
97ada49f 175 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
804405e7 176 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
177 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
804405e7 178 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
179 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
97ada49f
LG
180 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x002a0000\r
181 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0x10000\r
182 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"\r
804405e7 183\r
184################################################################################\r
185#\r
186# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
187#\r
188################################################################################\r
189\r
190[PcdsDynamicDefault.common.DEFAULT]\r
b9c8e50e 191 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0\r
192 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0\r
193 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
194\r
195 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"\r
196 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"\r
197 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"\r
198 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"\r
199 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"\r
200 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"\r
201 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"\r
202 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"128!128"\r
203 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"\r
2ff79f2e 204 gEfiUnixPkgTokenSpaceGuid.PcdUnixNetworkInterface|L"en0"\r
804405e7 205\r
c71b6597 206[PcdsDynamicHii.common.DEFAULT]\r
70c92c7f 207 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiUnixSystemConfigGuid|0x0|80\r
208 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiUnixSystemConfigGuid|0x4|25\r
b672348f 209 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
2d7df642 210 \r
dcbb35eb 211###################################################################################################\r
804405e7 212#\r
dcbb35eb 213# Components Section - list of the modules and components that will be processed by compilation\r
214# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
804405e7 215#\r
dcbb35eb 216# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
217# into firmware volume images. This section is just a list of modules to compile from\r
218# source into UEFI-compliant binaries.\r
219# It is the FDF file that contains information on combining binary files into firmware\r
220# volume images, whose concept is beyond UEFI and is described in PI specification.\r
221# Binary modules do not need to be listed in this section, as they should be\r
222# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
223# Logo (Logo.bmp), and etc.\r
224# There may also be modules listed in this section that are not required in the FDF file,\r
225# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
226# generated for it, but the binary will not be put into any firmware volume.\r
227#\r
228###################################################################################################\r
69cf40e0 229[Components]\r
804405e7 230 ##\r
231 # SEC Phase modules\r
232 ##\r
233 UnixPkg/Sec/SecMain.inf\r
234\r
235 ##\r
236 # PEI Phase modules\r
237 ##\r
238 MdeModulePkg/Core/Pei/PeiMain.inf\r
239 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
240 <LibraryClasses>\r
241 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
242 }\r
02994038 243 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
804405e7 244 UnixPkg/BootModePei/BootModePei.inf\r
245 UnixPkg/UnixFlashMapPei/FlashMap.inf\r
804405e7 246 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
247 UnixPkg/UnixAutoScanPei/UnixAutoScan.inf\r
248 UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf\r
249 UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf\r
250 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
fa2198b4 251\r
804405e7 252 ##\r
253 # DXE Phase modules\r
254 ##\r
255 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
256 <LibraryClasses>\r
257 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
3364f3ce 258 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
804405e7 259 }\r
260 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
261 <LibraryClasses>\r
262 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
263 }\r
264\r
265 UnixPkg/MetronomeDxe/Metronome.inf\r
116c9e2e 266 UnixPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf\r
804405e7 267 UnixPkg/ResetRuntimeDxe/Reset.inf\r
268 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
269 UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf\r
270 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
804405e7 271 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
272 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
273 UnixPkg/UnixThunkDxe/UnixThunk.inf\r
274 UnixPkg/CpuRuntimeDxe/Cpu.inf\r
7ee40c6e 275 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
804405e7 276 UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf\r
277 UnixPkg/TimerDxe/Timer.inf\r
66934142 278 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
804405e7 279 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
280 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
281 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
282 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
283 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
284 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
285 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
286 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
5d1a5b35 287 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
804405e7 288 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
289 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
290 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
291 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
beb9b900 292 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
804405e7 293 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
294 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
295 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
296 UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf\r
fa2198b4 297\r
804405e7 298 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf\r
299 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf\r
300 UnixPkg/UnixUgaDxe/UnixUga.inf\r
2ff79f2e 301 UnixPkg/UnixGopDxe/UnixGop.inf\r
302 \r
804405e7 303 UnixPkg/UnixConsoleDxe/UnixConsole.inf\r
304 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf\r
305 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
306\r
307 #\r
308 # Network stack drivers\r
804405e7 309 #\r
692477d4 310!if $(NETWORK_SUPPORT)\r
2ff79f2e 311 UnixPkg/UnixSnpDxe/UnixSnpDxe.inf\r
692477d4 312!endif\r
804405e7 313 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
314 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
315 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
316 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
317 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
318 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
1b14ec40 319 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
804405e7 320 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
321 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
322 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
323\r
aaa2cc19 324 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
804405e7 325 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
326 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
c71b6597 327 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
804405e7 328 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
329 <LibraryClasses>\r
330 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
331 }\r
693e49ca 332\r
2dcef689 333!if $(COMPILE_BINS)\r
334 FatPkg/EnhancedFatDxe/Fat.inf\r
335!endif\r
fa2198b4 336\r