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