]> git.proxmox.com Git - mirror_edk2.git/blob - InOsEmuPkg/Unix/UnixX64.dsc
Added generic EFIABI SEC to InOsEmuPkg. Add library to abstract FV cracking and remov...
[mirror_edk2.git] / InOsEmuPkg / Unix / UnixX64.dsc
1 ## @file
2 #
3 # EFI/Framework Emulation Platform with UEFI HII interface supported.
4 #
5 # The Emulation Platform can be used to debug individual modules, prior to creating
6 # a real platform. This also provides an example for how an DSC is created.
7 # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
8 # Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.<BR>
9 #
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 ################################################################################
21 #
22 # Defines Section - statements that will be processed to create a Makefile.
23 #
24 ################################################################################
25 [Defines]
26 PLATFORM_NAME = EmuUnix
27 PLATFORM_GUID = 05FD064D-1073-E844-936C-A0E16317107D
28 PLATFORM_VERSION = 0.3
29 DSC_ SPECIFICATION = 0x00010005
30 OUTPUT_DIRECTORY = Build/EmuUnixX64
31 SUPPORTED_ARCHITECTURES = X64
32 BUILD_TARGETS = DEBUG|RELEASE
33 SKUID_IDENTIFIER = DEFAULT
34 FLASH_DEFINITION = InOsEmuPkg/Unix/UnixX64.fdf
35
36 ################################################################################
37 #
38 # SKU Identification section - list of all SKU IDs supported by this Platform.
39 #
40 ################################################################################
41 [SkuIds]
42 0|DEFAULT
43
44 ################################################################################
45 #
46 # Library Class section - list of all Library Classes needed by this Platform.
47 #
48 ################################################################################
49 [LibraryClasses]
50 #
51 # Entry point
52 #
53 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
54 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
55 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
56 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
57 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
58 #
59 # Basic
60 #
61 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
62 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
63 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
64 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
65 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
66 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
67 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
68
69 #
70 # UEFI & PI
71 #
72 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
73 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
74 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
75 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
76 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
77 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
78 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
79 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
80
81 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
82 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
83 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
84 #
85 # Generic Modules
86 #
87 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
88 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
89 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
90 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
91 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
92 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
93 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
94 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
95 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
96 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
97 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
98 #
99 # Platform
100 #
101 PlatformBdsLib|InOsEmuPkg/Library/EmuBdsLib/EmuBdsLib.inf
102 KeyMapLib|InOsEmuPkg/Library/KeyMapLibNull/KeyMapLibNull.inf
103
104 #
105 # Misc
106 #
107 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
108 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
109 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
110 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
111
112
113 [LibraryClasses.common.SEC]
114 PeiServicesLib|InOsEmuPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf
115 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
116 PeCoffGetEntryPointLib|InOsEmuPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf
117 PeCoffExtraActionLib|InOsEmuPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf
118 SerialPortLib|InOsEmuPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
119 PpiListLib|InOsEmuPkg/Library/SecPpiListLib/SecPpiListLib.inf
120
121 [LibraryClasses.common.USER_DEFINED, LibraryClasses.common.BASE]
122 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
123 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
124 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
125 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
126 PpiListLib|InOsEmuPkg/Library/SecPpiListLib/SecPpiListLib.inf
127 ThunkPpiList|InOsEmuPkg/Library/ThunkPpiList/ThunkPpiList.inf
128 ThunkProtocolList|InOsEmuPkg/Library/ThunkProtocolList/ThunkProtocolList.inf
129 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
130 PpiListLib|InOsEmuPkg/Library/SecPpiListLib/SecPpiListLib.inf
131 PeiServicesLib|InOsEmuPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf
132
133 # PeCoffExtraActionLib|InOsEmuPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf
134
135
136 [LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]
137 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
138 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
139 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
140 PeCoffGetEntryPointLib|InOsEmuPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf
141 PeCoffExtraActionLib|InOsEmuPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf
142 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
143 SerialPortLib|InOsEmuPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
144
145 [LibraryClasses.common.PEI_CORE]
146 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
147 PeiServicesTablePointerLib|InOsEmuPkg/Library/PeiCoreServicesTablePointerLib/PeiCoreServicesTablePointerLib.inf
148
149 [LibraryClasses.common.PEIM]
150 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
151 PeiServicesTablePointerLib|InOsEmuPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
152
153 [LibraryClasses.common.DXE_CORE]
154 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
155 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
156 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
157 PeCoffExtraActionLib|InOsEmuPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
158 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
159 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
160
161 [LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
162 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
163 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
164 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
165 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
166 EmuThunkLib|InOsEmuPkg/Library/DxeEmuLib/DxeEmuLib.inf
167 PeCoffExtraActionLib|InOsEmuPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
168
169 [LibraryClasses.common.UEFI_DRIVER]
170 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
171
172 [LibraryClasses.common.UEFI_APPLICATION]
173 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
174
175
176 ################################################################################
177 #
178 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
179 #
180 ################################################################################
181 [PcdsFeatureFlag]
182 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
183 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE
184 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
185 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
186
187 [PcdsFixedAtBuild]
188 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
189 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
190 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
191 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
192 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
193
194 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareFdSize|0x002a0000
195 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize|0x10000
196 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../Fv/Fv_Recovery.fd"
197
198 gInOsEmuPkgTokenSpaceGuid.PcdEmuMemorySizeForSecMain|L"64!64"
199
200 #define BOOT_WITH_FULL_CONFIGURATION 0x00
201 #define BOOT_WITH_MINIMAL_CONFIGURATION 0x01
202 #define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02
203 #define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03
204 #define BOOT_WITH_DEFAULT_SETTINGS 0x04
205 #define BOOT_ON_S4_RESUME 0x05
206 #define BOOT_ON_S5_RESUME 0x06
207 #define BOOT_ON_S2_RESUME 0x10
208 #define BOOT_ON_S3_RESUME 0x11
209 #define BOOT_ON_FLASH_UPDATE 0x12
210 #define BOOT_IN_RECOVERY_MODE 0x20
211 gInOsEmuPkgTokenSpaceGuid.PcdEmuBootMode|0
212
213 gInOsEmuPkgTokenSpaceGuid.PcdEmuApCount|L"0"
214
215 gInOsEmuPkgTokenSpaceGuid.PcdEmuPhysicalDisk|L"E:RW;245760;512"
216 gInOsEmuPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"FW;40960;512"
217 gInOsEmuPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"
218 gInOsEmuPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../ShellBinPkg/UefiShell/X64!../../../../Build/Shell/DEBUG_XCLANG"
219 gInOsEmuPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"
220 gInOsEmuPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"
221
222 gInOsEmuPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"
223 gInOsEmuPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"
224
225 ################################################################################
226 #
227 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
228 #
229 ################################################################################
230
231 [PcdsDynamicDefault.common.DEFAULT]
232 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
233 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
234 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
235
236 [PcdsDynamicHii.common.DEFAULT]
237 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80
238 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25
239 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
240
241
242 ###################################################################################################
243 #
244 # Components Section - list of the modules and components that will be processed by compilation
245 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
246 #
247 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
248 # into firmware volume images. This section is just a list of modules to compile from
249 # source into UEFI-compliant binaries.
250 # It is the FDF file that contains information on combining binary files into firmware
251 # volume images, whose concept is beyond UEFI and is described in PI specification.
252 # Binary modules do not need to be listed in this section, as they should be
253 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
254 # Logo (Logo.bmp), and etc.
255 # There may also be modules listed in this section that are not required in the FDF file,
256 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
257 # generated for it, but the binary will not be put into any firmware volume.
258 #
259 ###################################################################################################
260 [Components]
261 !if $(SEC_ONLY)
262 ##
263 # SEC Phase modules
264 ##
265 InOsEmuPkg/Unix/Sec/SecMain.inf
266 !else
267 #
268 # Generic SEC
269 #
270 InOsEmuPkg/Sec/Sec.inf
271
272 ##
273 # PEI Phase modules
274 ##
275 MdeModulePkg/Core/Pei/PeiMain.inf
276 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
277 <LibraryClasses>
278 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
279 }
280 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
281 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
282
283 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
284 InOsEmuPkg/BootModePei/BootModePei.inf
285 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
286 InOsEmuPkg/AutoScanPei/AutoScanPei.inf
287 InOsEmuPkg/FirmwareVolumePei/FirmwareVolumePei.inf
288 InOsEmuPkg/FlashMapPei/FlashMapPei.inf
289 InOsEmuPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf
290 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
291 <LibraryClasses>
292 # turn off CR3 write so that DXE IPL will not crash emulator
293 BaseLib|UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf
294 }
295
296 ##
297 # DXE Phase modules
298 ##
299 MdeModulePkg/Core/Dxe/DxeMain.inf {
300 <LibraryClasses>
301 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
302 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
303 }
304 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
305 <LibraryClasses>
306 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
307 }
308
309 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
310 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {
311 <LibraryClasses>
312 SerialPortLib|InOsEmuPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf
313 }
314
315 InOsEmuPkg/MetronomeDxe/Metronome.inf
316 InOsEmuPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
317 InOsEmuPkg/ResetRuntimeDxe/Reset.inf
318 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
319 InOsEmuPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
320 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
321 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
322 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
323 InOsEmuPkg/EmuThunkDxe/EmuThunk.inf
324 InOsEmuPkg/CpuRuntimeDxe/Cpu.inf
325 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
326 InOsEmuPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
327 InOsEmuPkg/TimerDxe/Timer.inf
328
329
330 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
331 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
332 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
333 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
334 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
335 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
336 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
337 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
338 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
339 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
340 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
341 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
342 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
343 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
344 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
345 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
346 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
347
348 InOsEmuPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf
349 InOsEmuPkg/EmuGopDxe/EmuGopDxe.inf
350 InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf
351
352 !if $(0)
353 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
354 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
355 UnixPkg/UnixConsoleDxe/UnixConsole.inf
356 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf
357 !endif
358
359 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
360
361 #
362 # Network stack drivers
363 #
364 ##!if $(NETWORK_SUPPORT) & $(0)
365 !if $(0)
366 UnixPkg/UnixSnpDxe/UnixSnpDxe.inf
367 !endif
368 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
369 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
370 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
371 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
372 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
373 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
374 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
375 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
376 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
377 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
378
379 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
380 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
381 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
382 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
383 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
384 <LibraryClasses>
385 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
386 }
387
388 !if $(COMPILE_BINS)
389 FatPkg/EnhancedFatDxe/Fat.inf
390 !endif
391 !endif