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