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