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