]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/EmulatorPkg.dsc
EmulatorPkg: Make the library work with DXE Core.
[mirror_edk2.git] / EmulatorPkg / EmulatorPkg.dsc
CommitLineData
949f388f 1## @file\r
5dcda296 2# UEFI/PI Emulation Platform with UEFI HII interface supported.\r
949f388f 3#\r
4# The Emulation Platform can be used to debug individual modules, prior to creating\r
e23e488e 5# a real platform. This also provides an example for how an DSC is created.\r
6#\r
949f388f 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
e23e488e 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
949f388f 14#\r
e23e488e 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
949f388f 17#\r
18##\r
19\r
949f388f 20[Defines]\r
e23e488e 21 PLATFORM_NAME = EmulatorPkg\r
949f388f 22 PLATFORM_GUID = 05FD064D-1073-E844-936C-A0E16317107D\r
23 PLATFORM_VERSION = 0.3\r
24 DSC_ SPECIFICATION = 0x00010005\r
e7523e06 25!if $(BUILD_32)\r
e23e488e 26 OUTPUT_DIRECTORY = Build/Emulator32\r
e7523e06 27!else\r
e23e488e 28 OUTPUT_DIRECTORY = Build/Emulator\r
e7523e06 29!endif\r
30\r
112a857f 31 SUPPORTED_ARCHITECTURES = X64|IA32\r
949f388f 32 BUILD_TARGETS = DEBUG|RELEASE\r
33 SKUID_IDENTIFIER = DEFAULT\r
e23e488e 34 FLASH_DEFINITION = EmulatorPkg/EmulatorPkg.fdf\r
949f388f 35\r
949f388f 36[SkuIds]\r
37 0|DEFAULT\r
38\r
949f388f 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
bb89ec1a 91 PlatformBdsLib|EmulatorPkg/Library/EmuBdsLib/EmuBdsLib.inf\r
92 KeyMapLib|EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.inf\r
d18d8a1d 93\r
949f388f 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
bb89ec1a 100 PeiServicesTablePointerLib|EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf\r
1453e773 101 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
102\r
949f388f 103\r
65e3f333 104[LibraryClasses.common.SEC]\r
bb89ec1a 105 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf\r
65e3f333 106 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
bb89ec1a 107 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf\r
108 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf\r
109 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf\r
110 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
1453e773 111 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
bb89ec1a 112 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf\r
65e3f333 113\r
949f388f 114[LibraryClasses.common.USER_DEFINED, LibraryClasses.common.BASE]\r
115 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
116 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
117 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
118 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
bb89ec1a 119 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
120 ThunkPpiList|EmulatorPkg/Library/ThunkPpiList/ThunkPpiList.inf\r
121 ThunkProtocolList|EmulatorPkg/Library/ThunkProtocolList/ThunkProtocolList.inf\r
65e3f333 122 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
bb89ec1a 123 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
124 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf\r
65e3f333 125\r
949f388f 126\r
127[LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]\r
128 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
129 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
130 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
bb89ec1a 131 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf\r
132 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf\r
949f388f 133 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
bb89ec1a 134 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf\r
1453e773 135 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
bb89ec1a 136 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf\r
949f388f 137\r
138[LibraryClasses.common.PEI_CORE]\r
139 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
949f388f 140\r
141[LibraryClasses.common.PEIM]\r
142 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
949f388f 143\r
144[LibraryClasses.common.DXE_CORE]\r
145 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
146 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
147 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
bb89ec1a 148 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf\r
949f388f 149 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
150 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
bb89ec1a 151 TimerLib|EmulatorPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.inf\r
152 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf\r
949f388f 153\r
154[LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]\r
155 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
156 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
157 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
158 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
bb89ec1a 159 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf\r
160 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf\r
1453e773 161 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
bb89ec1a 162 TimerLib|EmulatorPkg/Library/DxeTimerLib/DxeTimerLib.inf\r
949f388f 163\r
164[LibraryClasses.common.UEFI_DRIVER]\r
165 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
d18d8a1d 166\r
949f388f 167[LibraryClasses.common.UEFI_APPLICATION]\r
168 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
169\r
170\r
949f388f 171[PcdsFeatureFlag]\r
172 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
173 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE\r
174 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
175 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
176\r
177[PcdsFixedAtBuild]\r
178 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
179 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
180 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
181 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
182 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
183\r
bb89ec1a 184 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareFdSize|0x002a0000\r
185 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize|0x10000\r
186 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../FV/FV_RECOVERY.fd"\r
d18d8a1d 187\r
59ad461d 188 gEmulatorPkgTokenSpaceGuid.PcdEmuMemorySize|L"64!64"\r
72a44be9 189\r
190!if $(BUILD_NEW_SHELL)\r
191 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
192!else\r
193!if $(USE_NEW_SHELL)\r
194 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
195!endif\r
196!endif\r
197\r
949f388f 198#define BOOT_WITH_FULL_CONFIGURATION 0x00\r
199#define BOOT_WITH_MINIMAL_CONFIGURATION 0x01\r
200#define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02\r
201#define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03\r
202#define BOOT_WITH_DEFAULT_SETTINGS 0x04\r
203#define BOOT_ON_S4_RESUME 0x05\r
204#define BOOT_ON_S5_RESUME 0x06\r
205#define BOOT_ON_S2_RESUME 0x10\r
206#define BOOT_ON_S3_RESUME 0x11\r
207#define BOOT_ON_FLASH_UPDATE 0x12\r
208#define BOOT_IN_RECOVERY_MODE 0x20\r
bb89ec1a 209 gEmulatorPkgTokenSpaceGuid.PcdEmuBootMode|0\r
d18d8a1d 210\r
bb89ec1a 211 gEmulatorPkgTokenSpaceGuid.PcdEmuApCount|L"1"\r
949f388f 212\r
5dcda296 213 # For a CD-ROM/DVD use L"diag.dmg:RO:2048"\r
bb89ec1a 214 gEmulatorPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"disk.dmg:FW"\r
215 gEmulatorPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"\r
216 gEmulatorPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../EdkShellBinPkg/Bin"\r
217 gEmulatorPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"\r
218 gEmulatorPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"\r
949f388f 219\r
bb89ec1a 220 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"\r
221 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"\r
949f388f 222\r
7e284acb 223 # 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8\r
224 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
225\r
949f388f 226[PcdsDynamicDefault.common.DEFAULT]\r
227 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0\r
228 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0\r
229 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
230\r
231[PcdsDynamicHii.common.DEFAULT]\r
232 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80\r
233 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25\r
234 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
235\r
236\r
ea203f22 237!ifndef $(SKIP_MAIN_BUILD)\r
112a857f 238[Components.X64]\r
239 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
240 <LibraryClasses>\r
241 # turn off CR3 write so that DXE IPL will not crash emulator\r
242 BaseLib|UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf\r
243 }\r
244\r
245[Components.IA32]\r
d18d8a1d 246 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
1d7ac5a6 247!endif\r
112a857f 248\r
949f388f 249[Components]\r
53a6813f 250!ifdef $(UNIX_SEC_BUILD)\r
949f388f 251 ##\r
5dcda296 252 # Emulator, OS POSIX application\r
949f388f 253 ##\r
59ad461d 254 EmulatorPkg/Unix/Host/Host.inf\r
53a6813f 255!endif\r
256\r
257!ifndef $(SKIP_MAIN_BUILD)\r
65e3f333 258 #\r
259 # Generic SEC\r
260 #\r
bb89ec1a 261 EmulatorPkg/Sec/Sec.inf\r
65e3f333 262\r
949f388f 263 ##\r
264 # PEI Phase modules\r
265 ##\r
266 MdeModulePkg/Core/Pei/PeiMain.inf\r
267 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
268 <LibraryClasses>\r
269 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
270 }\r
271 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
d18d8a1d 272 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
273\r
949f388f 274 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
bb89ec1a 275 EmulatorPkg/BootModePei/BootModePei.inf\r
949f388f 276 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
bb89ec1a 277 EmulatorPkg/AutoScanPei/AutoScanPei.inf\r
278 EmulatorPkg/FirmwareVolumePei/FirmwareVolumePei.inf\r
279 EmulatorPkg/FlashMapPei/FlashMapPei.inf\r
280 EmulatorPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf\r
949f388f 281\r
282 ##\r
283 # DXE Phase modules\r
284 ##\r
285 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
286 <LibraryClasses>\r
1453e773 287 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
bed0bbc3 288 SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf\r
289 DxeEmuLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf\r
949f388f 290 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
291 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
292 }\r
293 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
294 <LibraryClasses>\r
295 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
296 }\r
297\r
298 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
299 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {\r
300 <LibraryClasses>\r
1453e773 301 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
d18d8a1d 302 SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf\r
949f388f 303 }\r
304\r
1ef41207 305 MdeModulePkg/Universal/Metronome/Metronome.inf\r
bb89ec1a 306 EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf\r
307 EmulatorPkg/ResetRuntimeDxe/Reset.inf\r
949f388f 308 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
bb89ec1a 309 EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
949f388f 310 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
311 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
312 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
bb89ec1a 313 EmulatorPkg/EmuThunkDxe/EmuThunk.inf\r
314 EmulatorPkg/CpuRuntimeDxe/Cpu.inf\r
949f388f 315 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
bb89ec1a 316 EmulatorPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf\r
317 EmulatorPkg/TimerDxe/Timer.inf\r
949f388f 318\r
319\r
320 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
321 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
322 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
323 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
324 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
325 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
326 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
7e284acb 327 EmbeddedPkg/SerialDxe/SerialDxe.inf {\r
328 <LibraryClasses>\r
329 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
d18d8a1d 330 SerialPortLib|EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf\r
7e284acb 331 }\r
d18d8a1d 332\r
949f388f 333 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
334 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
d18d8a1d 335 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
5dcda296 336 #{\r
d18d8a1d 337 # <LibraryClasses>\r
bb89ec1a 338 # NULL|EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.inf\r
5dcda296 339 #}\r
d18d8a1d 340\r
949f388f 341 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
342 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
343 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
344 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
345 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
346 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
347 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
348\r
bb89ec1a 349 EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf\r
350 EmulatorPkg/EmuGopDxe/EmuGopDxe.inf\r
351 EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf\r
352 EmulatorPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf\r
353 EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf\r
949f388f 354\r
949f388f 355 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
356\r
357 #\r
358 # Network stack drivers\r
359 #\r
949f388f 360 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
361 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
362 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
363 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
364 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
365 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
366 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
367 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
368 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
369 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
370\r
371 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
372 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
373 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
374 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
375 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
376 <LibraryClasses>\r
377 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
378 }\r
379\r
72a44be9 380!if $(BUILD_FAT)\r
949f388f 381 FatPkg/EnhancedFatDxe/Fat.inf\r
382!endif\r
72a44be9 383\r
384!if $(BUILD_NEW_SHELL)\r
385 ShellPkg/Application/Shell/Shell.inf {\r
386 <LibraryClasses>\r
387 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
388 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
389 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
390 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
391 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
392 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
393 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
394 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
395 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
396 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
397 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
398 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf\r
399 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
5407ce18 400 PathLib|ShellPkg/Library/BasePathLib/BasePathLib.inf\r
401# MemoryAllocationLib|EmulatorPkg/Library/GuardUefiMemoryAllocationLib/GuardUefiMemoryAllocationLib.inf\r
3f2035e7 402# SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf\r
403# SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf\r
5dcda296 404\r
72a44be9 405 <PcdsFixedAtBuild>\r
406 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
407 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
408 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
409 }\r
410!endif\r
411\r
53a6813f 412!endif\r
413\r