]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/EmulatorPkg.dsc
NetworkPkg: Enlarge receive block size of HTTP boot driver.
[mirror_edk2.git] / EmulatorPkg / EmulatorPkg.dsc
1 ## @file
2 # UEFI/PI Emulation Platform with UEFI HII interface supported.
3 #
4 # The Emulation Platform can be used to debug individual modules, prior to creating
5 # a real platform. This also provides an example for how an DSC is created.
6 #
7 # Copyright (c) 2006 - 2015, 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 [Defines]
21 PLATFORM_NAME = EmulatorPkg
22 PLATFORM_GUID = 05FD064D-1073-E844-936C-A0E16317107D
23 PLATFORM_VERSION = 0.3
24 DSC_SPECIFICATION = 0x00010005
25 !if $(BUILD_32)
26 OUTPUT_DIRECTORY = Build/Emulator32
27 !else
28 OUTPUT_DIRECTORY = Build/Emulator
29 !endif
30
31 SUPPORTED_ARCHITECTURES = X64|IA32
32 BUILD_TARGETS = DEBUG|RELEASE
33 SKUID_IDENTIFIER = DEFAULT
34 FLASH_DEFINITION = EmulatorPkg/EmulatorPkg.fdf
35
36 [SkuIds]
37 0|DEFAULT
38
39 [LibraryClasses]
40 #
41 # Entry point
42 #
43 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
44 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
45 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
46 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
47 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
48 #
49 # Basic
50 #
51 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
52 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
54 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
55 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
56 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
57 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
58
59 #
60 # UEFI & PI
61 #
62 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
63 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
64 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
65 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
66 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
67 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
68 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
69 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
70
71 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
72 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
73 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
74 SmbiosLib|EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf
75
76 #
77 # Generic Modules
78 #
79 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
80 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
81 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
82 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
83 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
84 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
85 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
86 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
87 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
88 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
89 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
90 SerialPortExtLib|EmbeddedPkg/Library/TemplateSerialPortExtLib/TemplateSerialPortExtLib.inf
91 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
92 #
93 # Platform
94 #
95 PlatformBdsLib|EmulatorPkg/Library/EmuBdsLib/EmuBdsLib.inf
96 KeyMapLib|EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.inf
97
98 #
99 # Misc
100 #
101 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
102 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
103 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
104 PeiServicesTablePointerLib|EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf
105 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
106 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
107 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
108 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
109 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
110 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
111
112 [LibraryClasses.common.SEC]
113 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf
114 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
115 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf
116 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf
117 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
118 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf
119 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
120 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf
121
122 [LibraryClasses.common.USER_DEFINED, LibraryClasses.common.BASE]
123 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
124 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
125 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
126 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
127 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf
128 ThunkPpiList|EmulatorPkg/Library/ThunkPpiList/ThunkPpiList.inf
129 ThunkProtocolList|EmulatorPkg/Library/ThunkProtocolList/ThunkProtocolList.inf
130 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
131 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf
132 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf
133
134
135 [LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]
136 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
137 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
138 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
139 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf
140 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf
141 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
142 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
143 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
144 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf
145
146 [LibraryClasses.common.PEI_CORE]
147 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
148
149 [LibraryClasses.common.PEIM]
150 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
151
152 [LibraryClasses.common.DXE_CORE]
153 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
154 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
155 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
156 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
157 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
158 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
159 TimerLib|EmulatorPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.inf
160 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf
161
162 [LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
163 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
164 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
165 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
166 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
167 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf
168 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
169 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
170 TimerLib|EmulatorPkg/Library/DxeTimerLib/DxeTimerLib.inf
171
172 [LibraryClasses.common.UEFI_DRIVER]
173 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
174
175 [LibraryClasses.common.UEFI_APPLICATION]
176 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
177
178
179 [PcdsFeatureFlag]
180 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
181 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE
182 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
183 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables|FALSE
184
185 [PcdsFixedAtBuild]
186 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
187 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
188 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
189 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
190 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
191 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
192
193 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareFdSize|0x002a0000
194 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize|0x10000
195 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../FV/FV_RECOVERY.fd"
196
197 gEmulatorPkgTokenSpaceGuid.PcdEmuMemorySize|L"64!64"
198
199 !if $(BUILD_NEW_SHELL)
200 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
201 !else
202 !if $(USE_NEW_SHELL)
203 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
204 !endif
205 !endif
206
207 #define BOOT_WITH_FULL_CONFIGURATION 0x00
208 #define BOOT_WITH_MINIMAL_CONFIGURATION 0x01
209 #define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02
210 #define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03
211 #define BOOT_WITH_DEFAULT_SETTINGS 0x04
212 #define BOOT_ON_S4_RESUME 0x05
213 #define BOOT_ON_S5_RESUME 0x06
214 #define BOOT_ON_S2_RESUME 0x10
215 #define BOOT_ON_S3_RESUME 0x11
216 #define BOOT_ON_FLASH_UPDATE 0x12
217 #define BOOT_IN_RECOVERY_MODE 0x20
218 gEmulatorPkgTokenSpaceGuid.PcdEmuBootMode|0
219
220 gEmulatorPkgTokenSpaceGuid.PcdEmuApCount|L"1"
221
222 # For a CD-ROM/DVD use L"diag.dmg:RO:2048"
223 gEmulatorPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"disk.dmg:FW"
224 gEmulatorPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"
225 gEmulatorPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../EdkShellBinPkg/Bin"
226 gEmulatorPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"
227 gEmulatorPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"
228
229 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"
230 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"
231
232 # 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
233 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
234
235 [PcdsDynamicDefault.common.DEFAULT]
236 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
237 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
238 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
239
240 [PcdsDynamicHii.common.DEFAULT]
241 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80
242 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25
243
244
245 [Components]
246 !ifdef $(UNIX_SEC_BUILD)
247 ##
248 # Emulator, OS POSIX application
249 ##
250 EmulatorPkg/Unix/Host/Host.inf
251 !endif
252
253 !ifndef $(SKIP_MAIN_BUILD)
254 #
255 # Generic SEC
256 #
257 EmulatorPkg/Sec/Sec.inf
258
259 ##
260 # PEI Phase modules
261 ##
262 MdeModulePkg/Core/Pei/PeiMain.inf
263 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
264 <LibraryClasses>
265 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
266 }
267 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
268 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
269
270 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
271 EmulatorPkg/BootModePei/BootModePei.inf
272 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
273 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
274 EmulatorPkg/AutoScanPei/AutoScanPei.inf
275 EmulatorPkg/FirmwareVolumePei/FirmwareVolumePei.inf
276 EmulatorPkg/FlashMapPei/FlashMapPei.inf
277 EmulatorPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf
278 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
279
280 ##
281 # DXE Phase modules
282 ##
283 MdeModulePkg/Core/Dxe/DxeMain.inf {
284 <LibraryClasses>
285 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
286 SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf
287 DxeEmuLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf
288 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
289 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
290 }
291 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
292 <LibraryClasses>
293 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
294 }
295
296 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
297 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {
298 <LibraryClasses>
299 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
300 SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf
301 }
302
303 MdeModulePkg/Universal/Metronome/Metronome.inf
304 EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
305 EmulatorPkg/ResetRuntimeDxe/Reset.inf
306 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
307 EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
308 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
309 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
310 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
311 EmulatorPkg/EmuThunkDxe/EmuThunk.inf
312 EmulatorPkg/CpuRuntimeDxe/Cpu.inf
313 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
314 EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
315 EmulatorPkg/TimerDxe/Timer.inf
316
317
318 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
319 <LibraryClasses>
320 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
321 }
322 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
323 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
324 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
325 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
326 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
327 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
328 EmbeddedPkg/SerialDxe/SerialDxe.inf {
329 <LibraryClasses>
330 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
331 SerialPortLib|EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf
332 }
333
334 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
335 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
336 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
337 #{
338 # <LibraryClasses>
339 # NULL|EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.inf
340 #}
341
342 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
343 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
344 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
345 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
346 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
347 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
348 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
349
350 EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf
351 EmulatorPkg/EmuGopDxe/EmuGopDxe.inf
352 EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf
353 EmulatorPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf
354 EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf
355
356 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
357
358 #
359 # Network stack drivers
360 #
361 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
362 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
363 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
364 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
365 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
366 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
367 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
368 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
369 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
370
371 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
372 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
373 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
374 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
375 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
376 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
377 <LibraryClasses>
378 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
379 }
380
381 !if $(BUILD_FAT)
382 FatPkg/EnhancedFatDxe/Fat.inf
383 !endif
384
385 !if $(BUILD_NEW_SHELL)
386 ShellPkg/Application/Shell/Shell.inf {
387 <LibraryClasses>
388 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
389 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
390 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
391 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
392 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
393 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
394 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
395 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
396 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
397 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
398 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
399 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
400 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
401 # MemoryAllocationLib|EmulatorPkg/Library/GuardUefiMemoryAllocationLib/GuardUefiMemoryAllocationLib.inf
402 # SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf
403 # SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf
404
405 <PcdsFixedAtBuild>
406 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
407 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
408 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
409 }
410 !endif
411
412 !endif
413