]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/EmulatorPkg.dsc
EmulatorPkg: Replace BSD License with BSD+Patent License
[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 - 2018, Intel Corporation. All rights reserved.<BR>
8 # Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13
14 [Defines]
15 PLATFORM_NAME = EmulatorPkg
16 PLATFORM_GUID = 05FD064D-1073-E844-936C-A0E16317107D
17 PLATFORM_VERSION = 0.3
18 DSC_SPECIFICATION = 0x00010005
19 OUTPUT_DIRECTORY = Build/Emulator$(ARCH)
20
21 SUPPORTED_ARCHITECTURES = X64|IA32
22 BUILD_TARGETS = DEBUG|RELEASE
23 SKUID_IDENTIFIER = DEFAULT
24 FLASH_DEFINITION = EmulatorPkg/EmulatorPkg.fdf
25
26 [SkuIds]
27 0|DEFAULT
28
29 [LibraryClasses]
30 #
31 # Entry point
32 #
33 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
34 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
35 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
36 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
37 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
38 #
39 # Basic
40 #
41 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
42 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
43 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
44 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
45 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
46 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
47 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
48 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
49
50 #
51 # UEFI & PI
52 #
53 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
54 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
55 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
56 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
57 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
58 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
59 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
60 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
61
62 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
63 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
64 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
65 SmbiosLib|EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf
66
67 #
68 # Generic Modules
69 #
70 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
71 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
72 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
73 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
74 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
75 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
76 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
77 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
78 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
79 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
80 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
81 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
82 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
83 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
84 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
85 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
86 #
87 # Platform
88 #
89 PlatformBootManagerLib|EmulatorPkg/Library/PlatformBmLib/PlatformBmLib.inf
90 KeyMapLib|EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.inf
91
92 #
93 # Misc
94 #
95 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
96 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
97 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
98 PeiServicesTablePointerLib|EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf
99 DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
100 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
101 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
102 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
103 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
104 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
105 SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
106 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
107 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
108
109 [LibraryClasses.common.SEC]
110 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf
111 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
112 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf
113 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf
114 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
115 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf
116 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
117 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf
118
119 [LibraryClasses.common.USER_DEFINED, LibraryClasses.common.BASE]
120 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
121 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
122 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
123 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
124 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf
125 ThunkPpiList|EmulatorPkg/Library/ThunkPpiList/ThunkPpiList.inf
126 ThunkProtocolList|EmulatorPkg/Library/ThunkProtocolList/ThunkProtocolList.inf
127 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
128 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf
129 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf
130
131
132 [LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]
133 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
134 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
135 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
136 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf
137 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf
138 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
139 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
140 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
141 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf
142
143 [LibraryClasses.common.PEI_CORE]
144 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
145
146 [LibraryClasses.common.PEIM]
147 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
148
149 [LibraryClasses.common.DXE_CORE]
150 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
151 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
152 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
153 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
154 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
155 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
156 TimerLib|EmulatorPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.inf
157 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf
158
159 [LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
160 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
161 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
162 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
163 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
164 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf
165 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
166 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
167 TimerLib|EmulatorPkg/Library/DxeTimerLib/DxeTimerLib.inf
168
169 [PcdsFeatureFlag]
170 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
171 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE
172 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
173 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables|FALSE
174
175 [PcdsFixedAtBuild]
176 gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x00000000
177 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
178 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
179 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
180 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
181 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
182 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
183
184 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareFdSize|0x002a0000
185 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize|0x10000
186 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../FV/FV_RECOVERY.fd"
187
188 gEmulatorPkgTokenSpaceGuid.PcdEmuMemorySize|L"64!64"
189
190 # Change PcdBootManagerMenuFile to UiApp
191 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
192
193
194 #define BOOT_WITH_FULL_CONFIGURATION 0x00
195 #define BOOT_WITH_MINIMAL_CONFIGURATION 0x01
196 #define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02
197 #define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03
198 #define BOOT_WITH_DEFAULT_SETTINGS 0x04
199 #define BOOT_ON_S4_RESUME 0x05
200 #define BOOT_ON_S5_RESUME 0x06
201 #define BOOT_ON_S2_RESUME 0x10
202 #define BOOT_ON_S3_RESUME 0x11
203 #define BOOT_ON_FLASH_UPDATE 0x12
204 #define BOOT_IN_RECOVERY_MODE 0x20
205 gEmulatorPkgTokenSpaceGuid.PcdEmuBootMode|0
206
207 gEmulatorPkgTokenSpaceGuid.PcdEmuApCount|L"1"
208
209 # For a CD-ROM/DVD use L"diag.dmg:RO:2048"
210 gEmulatorPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"disk.dmg:FW"
211 gEmulatorPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"
212 gEmulatorPkgTokenSpaceGuid.PcdEmuFileSystem|L"."
213 gEmulatorPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"
214 gEmulatorPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"
215
216 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"
217 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"
218
219 # 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
220 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
221
222 [PcdsDynamicDefault.common.DEFAULT]
223 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
224 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
225 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
226
227 [PcdsDynamicHii.common.DEFAULT]
228 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80
229 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25
230 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
231
232 [Components]
233 !ifdef $(UNIX_SEC_BUILD)
234 ##
235 # Emulator, OS POSIX application
236 ##
237 EmulatorPkg/Unix/Host/Host.inf
238 !endif
239
240 !ifdef $(WIN_SEC_BUILD)
241 ##
242 # Emulator, OS WIN application
243 ##
244 EmulatorPkg/Win/Host/WinHost.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/FaultTolerantWritePei/FaultTolerantWritePei.inf
267 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
268 EmulatorPkg/AutoScanPei/AutoScanPei.inf
269 EmulatorPkg/FirmwareVolumePei/FirmwareVolumePei.inf
270 EmulatorPkg/FlashMapPei/FlashMapPei.inf
271 EmulatorPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf
272 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
273
274 ##
275 # DXE Phase modules
276 ##
277 MdeModulePkg/Core/Dxe/DxeMain.inf {
278 <LibraryClasses>
279 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
280 SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf
281 DxeEmuLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf
282 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
283 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
284 }
285 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
286 <LibraryClasses>
287 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
288 }
289
290 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
291 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {
292 <LibraryClasses>
293 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
294 SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf
295 }
296
297 MdeModulePkg/Universal/Metronome/Metronome.inf
298 EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
299 EmulatorPkg/ResetRuntimeDxe/Reset.inf
300 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
301 EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
302 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
303 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
304 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
305 EmulatorPkg/EmuThunkDxe/EmuThunk.inf
306 EmulatorPkg/CpuRuntimeDxe/Cpu.inf
307 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
308 EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
309 EmulatorPkg/TimerDxe/Timer.inf
310
311
312 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
313 <LibraryClasses>
314 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
315 }
316 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
317 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
318 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
319 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
320 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
321 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
322 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf {
323 <LibraryClasses>
324 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
325 SerialPortLib|EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf
326 }
327
328 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
329 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
330 MdeModulePkg/Logo/LogoDxe.inf
331 MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
332 MdeModulePkg/Application/UiApp/UiApp.inf {
333 <LibraryClasses>
334 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
335 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
336 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
337 }
338 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
339
340 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
341 #{
342 # <LibraryClasses>
343 # NULL|EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.inf
344 #}
345
346 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
347 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
348 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
349 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
350 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
351 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
352 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
353
354 EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf
355 EmulatorPkg/EmuGopDxe/EmuGopDxe.inf
356 EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf
357 EmulatorPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf
358 EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf
359
360 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
361
362 #
363 # Network stack drivers
364 #
365 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
366 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
367 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
368 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
369 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
370 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
371 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
372 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
373 NetworkPkg/TcpDxe/TcpDxe.inf
374
375 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
376 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
377 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
378 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
379 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
380 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
381 <LibraryClasses>
382 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
383 }
384
385 FatPkg/EnhancedFatDxe/Fat.inf
386
387 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
388 <PcdsFixedAtBuild>
389 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
390 }
391 ShellPkg/Application/Shell/Shell.inf {
392 <LibraryClasses>
393 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
394 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
395 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
396 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
397 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
398 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
399 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
400 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
401 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
402 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
403 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
404 # SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf
405 # SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf
406 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
407 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
408
409 <PcdsFixedAtBuild>
410 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
411 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
412 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
413 }
414
415 !endif
416
417 [BuildOptions]
418 MSFT:DEBUG_*_*_CC_FLAGS = /Od /Oy-
419 MSFT:NOOPT_*_*_CC_FLAGS = /Od /Oy-
420
421 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE
422 MSFT:DEBUG_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000
423 MSFT:NOOPT_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000
424