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