]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/Unix/UnixX64.dsc
add those missing device path nodes into the union structure of EFI_DEV_PATH and...
[mirror_edk2.git] / InOsEmuPkg / Unix / UnixX64.dsc
CommitLineData
949f388f 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
7# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
8# Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.<BR>\r
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 = EmuUnix\r
27 PLATFORM_GUID = 05FD064D-1073-E844-936C-A0E16317107D\r
28 PLATFORM_VERSION = 0.3\r
29 DSC_ SPECIFICATION = 0x00010005\r
30 OUTPUT_DIRECTORY = Build/EmuUnixX64\r
31 SUPPORTED_ARCHITECTURES = X64\r
32 BUILD_TARGETS = DEBUG|RELEASE\r
33 SKUID_IDENTIFIER = DEFAULT\r
34 FLASH_DEFINITION = InOsEmuPkg/Unix/UnixX64.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 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
68\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\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|InOsEmuPkg/Library/EmuBdsLib/EmuBdsLib.inf\r
102 KeyMapLib|InOsEmuPkg/Library/KeyMapLibNull/KeyMapLibNull.inf\r
103 \r
104 #\r
105 # Misc\r
106 #\r
107 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
108 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
109 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
110 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
111\r
112\r
113[LibraryClasses.common.USER_DEFINED, LibraryClasses.common.BASE]\r
114 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
115 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
116 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
117 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
118 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
119\r
120 ThunkPpiList|InOsEmuPkg/Library/ThunkPpiList/ThunkPpiList.inf\r
121 ThunkProtocolList|InOsEmuPkg/Library/ThunkProtocolList/ThunkProtocolList.inf\r
122\r
123\r
124[LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]\r
125 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
126 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
127 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
128 PeCoffGetEntryPointLib|InOsEmuPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf\r
129 PeCoffExtraActionLib|InOsEmuPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf\r
130 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
131\r
132[LibraryClasses.common.PEI_CORE]\r
133 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
134 PeiServicesTablePointerLib|InOsEmuPkg/Library/PeiCoreServicesTablePointerLib/PeiCoreServicesTablePointerLib.inf\r
135 SerialPortLib|InOsEmuPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf\r
136\r
137[LibraryClasses.common.PEIM]\r
138 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
139 PeiServicesTablePointerLib|InOsEmuPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
140\r
141[LibraryClasses.common.DXE_CORE]\r
142 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
143 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
144 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
145 PeCoffExtraActionLib|InOsEmuPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf\r
146 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
147 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.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 EmuThunkLib|InOsEmuPkg/Library/DxeEmuLib/DxeEmuLib.inf\r
155 PeCoffExtraActionLib|InOsEmuPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf\r
156\r
157[LibraryClasses.common.UEFI_DRIVER]\r
158 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
159 \r
160[LibraryClasses.common.UEFI_APPLICATION]\r
161 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
162\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|TRUE\r
172 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
173 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
174\r
175[PcdsFixedAtBuild]\r
176 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
177 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
178 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
179 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
180 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
181\r
182 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareFdSize|0x002a0000\r
183 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize|0x10000\r
184 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../Fv/Fv_Recovery.fd"\r
185 \r
186 gInOsEmuPkgTokenSpaceGuid.PcdEmuMemorySizeForSecMain|L"64!64"\r
187 \r
188#define BOOT_WITH_FULL_CONFIGURATION 0x00\r
189#define BOOT_WITH_MINIMAL_CONFIGURATION 0x01\r
190#define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02\r
191#define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03\r
192#define BOOT_WITH_DEFAULT_SETTINGS 0x04\r
193#define BOOT_ON_S4_RESUME 0x05\r
194#define BOOT_ON_S5_RESUME 0x06\r
195#define BOOT_ON_S2_RESUME 0x10\r
196#define BOOT_ON_S3_RESUME 0x11\r
197#define BOOT_ON_FLASH_UPDATE 0x12\r
198#define BOOT_IN_RECOVERY_MODE 0x20\r
199 gInOsEmuPkgTokenSpaceGuid.PcdEmuBootMode|0\r
200 \r
201 gInOsEmuPkgTokenSpaceGuid.PcdEmuApCount|L"0"\r
202\r
203 gInOsEmuPkgTokenSpaceGuid.PcdEmuPhysicalDisk|L"E:RW;245760;512"\r
204 gInOsEmuPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"FW;40960;512"\r
205 gInOsEmuPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"\r
206 gInOsEmuPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../ShellBinPkg/UefiShell/X64!../../../../Build/Shell/DEBUG_XCLANG"\r
207 gInOsEmuPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"\r
208 gInOsEmuPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"\r
209\r
210 gInOsEmuPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"\r
211 gInOsEmuPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"\r
212\r
213################################################################################\r
214#\r
215# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
216#\r
217################################################################################\r
218\r
219[PcdsDynamicDefault.common.DEFAULT]\r
220 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0\r
221 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0\r
222 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
223\r
224[PcdsDynamicHii.common.DEFAULT]\r
225 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80\r
226 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25\r
227 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
228\r
229\r
230###################################################################################################\r
231#\r
232# Components Section - list of the modules and components that will be processed by compilation\r
233# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
234#\r
235# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
236# into firmware volume images. This section is just a list of modules to compile from\r
237# source into UEFI-compliant binaries.\r
238# It is the FDF file that contains information on combining binary files into firmware\r
239# volume images, whose concept is beyond UEFI and is described in PI specification.\r
240# Binary modules do not need to be listed in this section, as they should be\r
241# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
242# Logo (Logo.bmp), and etc.\r
243# There may also be modules listed in this section that are not required in the FDF file,\r
244# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
245# generated for it, but the binary will not be put into any firmware volume.\r
246#\r
247###################################################################################################\r
248[Components]\r
249!if $(SEC_ONLY)\r
250 ##\r
251 # SEC Phase modules\r
252 ##\r
253 InOsEmuPkg/Unix/Sec/SecMain.inf\r
254!else\r
255 ##\r
256 # PEI Phase modules\r
257 ##\r
258 MdeModulePkg/Core/Pei/PeiMain.inf\r
259 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
260 <LibraryClasses>\r
261 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
262 }\r
263 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
264 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {\r
265 <LibraryClasses>\r
266 SerialPortLib|InOsEmuPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf\r
267 }\r
268 \r
269 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
270 InOsEmuPkg/BootModePei/BootModePei.inf\r
271 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
272 InOsEmuPkg/AutoScanPei/AutoScanPei.inf\r
273 InOsEmuPkg/FirmwareVolumePei/FirmwareVolumePei.inf\r
274 InOsEmuPkg/FlashMapPei/FlashMapPei.inf\r
275 InOsEmuPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf\r
276 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
277 <LibraryClasses>\r
278 # turn off CR3 write so that DXE IPL will not crash emulator\r
279 BaseLib|UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf\r
280 }\r
281\r
282 ##\r
283 # DXE Phase modules\r
284 ##\r
285 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
286 <LibraryClasses>\r
287 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
288 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
289 }\r
290 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
291 <LibraryClasses>\r
292 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
293 }\r
294\r
295 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
296 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {\r
297 <LibraryClasses>\r
298 SerialPortLib|InOsEmuPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf \r
299 }\r
300\r
301 InOsEmuPkg/MetronomeDxe/Metronome.inf\r
302 InOsEmuPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf\r
303 InOsEmuPkg/ResetRuntimeDxe/Reset.inf\r
304 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
305 InOsEmuPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
306 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
307 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
308 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
309 InOsEmuPkg/EmuThunkDxe/EmuThunk.inf\r
310 InOsEmuPkg/CpuRuntimeDxe/Cpu.inf\r
311 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
312 InOsEmuPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf\r
313 InOsEmuPkg/TimerDxe/Timer.inf\r
314\r
315\r
316 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
317 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
318 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
319 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
320 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
321 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
322 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
323 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
324 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
325 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
326 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
327 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
328 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
329 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
330 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
331 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
332 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
333\r
334 InOsEmuPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf\r
335 InOsEmuPkg/EmuGopDxe/EmuGopDxe.inf\r
336 InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf\r
337\r
338!if $(0)\r
339 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf\r
340 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf\r
341 UnixPkg/UnixConsoleDxe/UnixConsole.inf\r
342 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf\r
343!endif\r
344\r
345 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
346\r
347 #\r
348 # Network stack drivers\r
349 #\r
350##!if $(NETWORK_SUPPORT) & $(0)\r
351!if $(0)\r
352 UnixPkg/UnixSnpDxe/UnixSnpDxe.inf\r
353!endif\r
354 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
355 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
356 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
357 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
358 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
359 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
360 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
361 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
362 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
363 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
364\r
365 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
366 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
367 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
368 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
369 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
370 <LibraryClasses>\r
371 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
372 }\r
373\r
374!if $(COMPILE_BINS)\r
375 FatPkg/EnhancedFatDxe/Fat.inf\r
376!endif\r
377!endif \r