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