]> git.proxmox.com Git - mirror_edk2.git/blob - InOsEmuPkg/Unix/UnixX64.dsc
InOsEmuPkg: Update code to support BerkeleyPacketFilter, and add a template for Linux...
[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 PeiServicesTablePointerLib|InOsEmuPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf
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
134 [LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]
135 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
136 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
137 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
138 PeCoffGetEntryPointLib|InOsEmuPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf
139 PeCoffExtraActionLib|InOsEmuPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf
140 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
141 SerialPortLib|InOsEmuPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
142
143 [LibraryClasses.common.PEI_CORE]
144 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
145
146 [LibraryClasses.common.PEIM]
147 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
148
149 [LibraryClasses.common.DXE_CORE]
150 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
151 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
152 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
153 PeCoffExtraActionLib|InOsEmuPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
154 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
155 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
156
157 [LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
158 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
159 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
160 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
161 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
162 EmuThunkLib|InOsEmuPkg/Library/DxeEmuLib/DxeEmuLib.inf
163 PeCoffExtraActionLib|InOsEmuPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
164
165 [LibraryClasses.common.UEFI_DRIVER]
166 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
167
168 [LibraryClasses.common.UEFI_APPLICATION]
169 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
170
171
172 ################################################################################
173 #
174 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
175 #
176 ################################################################################
177 [PcdsFeatureFlag]
178 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
179 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE
180 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
181 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
182
183 [PcdsFixedAtBuild]
184 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
185 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
186 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
187 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
188 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
189
190 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareFdSize|0x002a0000
191 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize|0x10000
192 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../FV/FV_RECOVERY.fd"
193
194 gInOsEmuPkgTokenSpaceGuid.PcdEmuMemorySizeForSecMain|L"64!64"
195
196 !if $(BUILD_NEW_SHELL)
197 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
198 !else
199 !if $(USE_NEW_SHELL)
200 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
201 !endif
202 !endif
203
204 #define BOOT_WITH_FULL_CONFIGURATION 0x00
205 #define BOOT_WITH_MINIMAL_CONFIGURATION 0x01
206 #define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02
207 #define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03
208 #define BOOT_WITH_DEFAULT_SETTINGS 0x04
209 #define BOOT_ON_S4_RESUME 0x05
210 #define BOOT_ON_S5_RESUME 0x06
211 #define BOOT_ON_S2_RESUME 0x10
212 #define BOOT_ON_S3_RESUME 0x11
213 #define BOOT_ON_FLASH_UPDATE 0x12
214 #define BOOT_IN_RECOVERY_MODE 0x20
215 gInOsEmuPkgTokenSpaceGuid.PcdEmuBootMode|0
216
217 gInOsEmuPkgTokenSpaceGuid.PcdEmuApCount|L"1"
218
219 gInOsEmuPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"disk.dmg:FW"
220 gInOsEmuPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"
221 gInOsEmuPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../EdkShellBinPkg/Bin"
222 gInOsEmuPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"
223 gInOsEmuPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"
224
225 gInOsEmuPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"
226 gInOsEmuPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"
227
228 # 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8
229 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
230
231 ################################################################################
232 #
233 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
234 #
235 ################################################################################
236
237 [PcdsDynamicDefault.common.DEFAULT]
238 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
239 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
240 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
241
242 [PcdsDynamicHii.common.DEFAULT]
243 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80
244 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25
245 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
246
247
248 ###################################################################################################
249 #
250 # Components Section - list of the modules and components that will be processed by compilation
251 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
252 #
253 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
254 # into firmware volume images. This section is just a list of modules to compile from
255 # source into UEFI-compliant binaries.
256 # It is the FDF file that contains information on combining binary files into firmware
257 # volume images, whose concept is beyond UEFI and is described in PI specification.
258 # Binary modules do not need to be listed in this section, as they should be
259 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
260 # Logo (Logo.bmp), and etc.
261 # There may also be modules listed in this section that are not required in the FDF file,
262 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
263 # generated for it, but the binary will not be put into any firmware volume.
264 #
265 ###################################################################################################
266 [Components]
267 !if $(SEC_ONLY)
268 ##
269 # SEC Phase modules
270 ##
271 InOsEmuPkg/Unix/Sec/SecMain.inf
272 !else
273 #
274 # Generic SEC
275 #
276 InOsEmuPkg/Sec/Sec.inf
277
278 ##
279 # PEI Phase modules
280 ##
281 MdeModulePkg/Core/Pei/PeiMain.inf
282 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
283 <LibraryClasses>
284 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
285 }
286 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
287 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
288
289 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
290 InOsEmuPkg/BootModePei/BootModePei.inf
291 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
292 InOsEmuPkg/AutoScanPei/AutoScanPei.inf
293 InOsEmuPkg/FirmwareVolumePei/FirmwareVolumePei.inf
294 InOsEmuPkg/FlashMapPei/FlashMapPei.inf
295 InOsEmuPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf
296 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
297 <LibraryClasses>
298 # turn off CR3 write so that DXE IPL will not crash emulator
299 BaseLib|UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf
300 }
301
302 ##
303 # DXE Phase modules
304 ##
305 MdeModulePkg/Core/Dxe/DxeMain.inf {
306 <LibraryClasses>
307 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
308 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
309 }
310 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
311 <LibraryClasses>
312 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
313 }
314
315 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
316 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {
317 <LibraryClasses>
318 SerialPortLib|InOsEmuPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf
319 }
320
321 InOsEmuPkg/MetronomeDxe/Metronome.inf
322 InOsEmuPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
323 InOsEmuPkg/ResetRuntimeDxe/Reset.inf
324 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
325 InOsEmuPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
326 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
327 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
328 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
329 InOsEmuPkg/EmuThunkDxe/EmuThunk.inf
330 InOsEmuPkg/CpuRuntimeDxe/Cpu.inf
331 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
332 InOsEmuPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
333 InOsEmuPkg/TimerDxe/Timer.inf
334
335
336 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
337 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
338 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
339 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
340 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
341 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
342 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
343 EmbeddedPkg/SerialDxe/SerialDxe.inf {
344 <LibraryClasses>
345 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
346 SerialPortLib|InOsEmuPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf
347 }
348
349 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
350 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
351 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
352 # {
353 # <LibraryClasses>
354 # NULL|InOsEmuPkg/Library/DevicePathTextLib/DevicePathTextLib.inf
355 # }
356
357 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
358 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
359 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
360 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
361 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
362 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
363 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
364
365 InOsEmuPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf
366 InOsEmuPkg/EmuGopDxe/EmuGopDxe.inf
367 InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf
368 InOsEmuPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf
369 InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.inf
370
371 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
372
373 #
374 # Network stack drivers
375 #
376 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
377 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
378 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
379 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
380 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
381 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
382 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
383 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
384 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
385 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
386
387 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
388 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
389 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
390 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
391 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
392 <LibraryClasses>
393 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
394 }
395
396 !if $(BUILD_FAT)
397 FatPkg/EnhancedFatDxe/Fat.inf
398 !endif
399
400 !if $(BUILD_NEW_SHELL)
401 ShellPkg/Application/Shell/Shell.inf {
402 <LibraryClasses>
403 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
404 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
405 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
406 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
407 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
408 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
409 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
410 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
411 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
412 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
413 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
414 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf
415 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
416 <PcdsFixedAtBuild>
417 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
418 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
419 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
420 }
421 !endif
422
423 !endif