]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/EmulatorPkg.dsc
EmulatorPkg: Remove UnixPkg instance of the BaseLib and use PcdDxeIplBuildPageTables.
[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 - 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 [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 #
75 # Generic Modules
76 #
77 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
78 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
79 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
80 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
81 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
82 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
83 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
84 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
85 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
86 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
87 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
88 #
89 # Platform
90 #
91 PlatformBdsLib|EmulatorPkg/Library/EmuBdsLib/EmuBdsLib.inf
92 KeyMapLib|EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.inf
93
94 #
95 # Misc
96 #
97 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
98 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
99 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
100 PeiServicesTablePointerLib|EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf
101 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
102
103
104 [LibraryClasses.common.SEC]
105 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf
106 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
107 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf
108 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf
109 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
110 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf
111 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
112 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf
113
114 [LibraryClasses.common.USER_DEFINED, LibraryClasses.common.BASE]
115 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
116 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
117 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
118 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
119 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf
120 ThunkPpiList|EmulatorPkg/Library/ThunkPpiList/ThunkPpiList.inf
121 ThunkProtocolList|EmulatorPkg/Library/ThunkProtocolList/ThunkProtocolList.inf
122 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
123 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf
124 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf
125
126
127 [LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]
128 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
129 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
130 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
131 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf
132 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf
133 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
134 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
135 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
136 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf
137
138 [LibraryClasses.common.PEI_CORE]
139 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
140
141 [LibraryClasses.common.PEIM]
142 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
143
144 [LibraryClasses.common.DXE_CORE]
145 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
146 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
147 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
148 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
149 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
150 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
151 TimerLib|EmulatorPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.inf
152 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf
153
154 [LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
155 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
156 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
157 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
158 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
159 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf
160 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
161 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
162 TimerLib|EmulatorPkg/Library/DxeTimerLib/DxeTimerLib.inf
163
164 [LibraryClasses.common.UEFI_DRIVER]
165 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
166
167 [LibraryClasses.common.UEFI_APPLICATION]
168 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
169
170
171 [PcdsFeatureFlag]
172 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
173 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE
174 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
175 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
176 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables|FALSE
177
178 [PcdsFixedAtBuild]
179 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
180 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
181 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
182 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
183 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
184
185 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareFdSize|0x002a0000
186 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize|0x10000
187 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../FV/FV_RECOVERY.fd"
188
189 gEmulatorPkgTokenSpaceGuid.PcdEmuMemorySize|L"64!64"
190
191 !if $(BUILD_NEW_SHELL)
192 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
193 !else
194 !if $(USE_NEW_SHELL)
195 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
196 !endif
197 !endif
198
199 #define BOOT_WITH_FULL_CONFIGURATION 0x00
200 #define BOOT_WITH_MINIMAL_CONFIGURATION 0x01
201 #define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02
202 #define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03
203 #define BOOT_WITH_DEFAULT_SETTINGS 0x04
204 #define BOOT_ON_S4_RESUME 0x05
205 #define BOOT_ON_S5_RESUME 0x06
206 #define BOOT_ON_S2_RESUME 0x10
207 #define BOOT_ON_S3_RESUME 0x11
208 #define BOOT_ON_FLASH_UPDATE 0x12
209 #define BOOT_IN_RECOVERY_MODE 0x20
210 gEmulatorPkgTokenSpaceGuid.PcdEmuBootMode|0
211
212 gEmulatorPkgTokenSpaceGuid.PcdEmuApCount|L"1"
213
214 # For a CD-ROM/DVD use L"diag.dmg:RO:2048"
215 gEmulatorPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"disk.dmg:FW"
216 gEmulatorPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"
217 gEmulatorPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../EdkShellBinPkg/Bin"
218 gEmulatorPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"
219 gEmulatorPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"
220
221 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"
222 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"
223
224 # 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8
225 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
226
227 [PcdsDynamicDefault.common.DEFAULT]
228 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
229 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
230 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
231
232 [PcdsDynamicHii.common.DEFAULT]
233 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80
234 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25
235 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
236
237
238 [Components]
239 !ifdef $(UNIX_SEC_BUILD)
240 ##
241 # Emulator, OS POSIX application
242 ##
243 EmulatorPkg/Unix/Host/Host.inf
244 !endif
245
246 !ifndef $(SKIP_MAIN_BUILD)
247 #
248 # Generic SEC
249 #
250 EmulatorPkg/Sec/Sec.inf
251
252 ##
253 # PEI Phase modules
254 ##
255 MdeModulePkg/Core/Pei/PeiMain.inf
256 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
257 <LibraryClasses>
258 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
259 }
260 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
261 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
262
263 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
264 EmulatorPkg/BootModePei/BootModePei.inf
265 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
266 EmulatorPkg/AutoScanPei/AutoScanPei.inf
267 EmulatorPkg/FirmwareVolumePei/FirmwareVolumePei.inf
268 EmulatorPkg/FlashMapPei/FlashMapPei.inf
269 EmulatorPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf
270 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
271
272 ##
273 # DXE Phase modules
274 ##
275 MdeModulePkg/Core/Dxe/DxeMain.inf {
276 <LibraryClasses>
277 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
278 SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf
279 DxeEmuLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf
280 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
281 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
282 }
283 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
284 <LibraryClasses>
285 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
286 }
287
288 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
289 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {
290 <LibraryClasses>
291 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
292 SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf
293 }
294
295 MdeModulePkg/Universal/Metronome/Metronome.inf
296 EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
297 EmulatorPkg/ResetRuntimeDxe/Reset.inf
298 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
299 EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
300 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
301 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
302 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
303 EmulatorPkg/EmuThunkDxe/EmuThunk.inf
304 EmulatorPkg/CpuRuntimeDxe/Cpu.inf
305 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
306 EmulatorPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
307 EmulatorPkg/TimerDxe/Timer.inf
308
309
310 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
311 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
312 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
313 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
314 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
315 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
316 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
317 EmbeddedPkg/SerialDxe/SerialDxe.inf {
318 <LibraryClasses>
319 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
320 SerialPortLib|EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf
321 }
322
323 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
324 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
325 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
326 #{
327 # <LibraryClasses>
328 # NULL|EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.inf
329 #}
330
331 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
332 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
333 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
334 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
335 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
336 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
337 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
338
339 EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf
340 EmulatorPkg/EmuGopDxe/EmuGopDxe.inf
341 EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf
342 EmulatorPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf
343 EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf
344
345 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
346
347 #
348 # Network stack drivers
349 #
350 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
351 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
352 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
353 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
354 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
355 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
356 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
357 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
358 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
359 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
360
361 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
362 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
363 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
364 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
365 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
366 <LibraryClasses>
367 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
368 }
369
370 !if $(BUILD_FAT)
371 FatPkg/EnhancedFatDxe/Fat.inf
372 !endif
373
374 !if $(BUILD_NEW_SHELL)
375 ShellPkg/Application/Shell/Shell.inf {
376 <LibraryClasses>
377 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
378 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
379 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
380 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
381 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
382 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
383 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
384 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
385 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
386 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
387 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
388 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf
389 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
390 PathLib|ShellPkg/Library/BasePathLib/BasePathLib.inf
391 # MemoryAllocationLib|EmulatorPkg/Library/GuardUefiMemoryAllocationLib/GuardUefiMemoryAllocationLib.inf
392 # SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf
393 # SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf
394
395 <PcdsFixedAtBuild>
396 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
397 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
398 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
399 }
400 !endif
401
402 !endif
403