]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Unix/UnixX64.dsc
EmulatorPkg/Unix: Rename SecMain to Host
[mirror_edk2.git] / EmulatorPkg / Unix / UnixX64.dsc
CommitLineData
949f388f 1## @file\r
2#\r
5dcda296 3# UEFI/PI Emulation Platform with UEFI HII interface supported.\r
949f388f 4#\r
5# The Emulation Platform can be used to debug individual modules, prior to creating\r
6# a real platform. This also provides an example for how an DSC is created.\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################################################################################\r
21#\r
22# Defines Section - statements that will be processed to create a Makefile.\r
23#\r
24################################################################################\r
25[Defines]\r
26 PLATFORM_NAME = EmuUnix\r
27 PLATFORM_GUID = 05FD064D-1073-E844-936C-A0E16317107D\r
28 PLATFORM_VERSION = 0.3\r
29 DSC_ SPECIFICATION = 0x00010005\r
e7523e06 30!if $(BUILD_32)\r
31 OUTPUT_DIRECTORY = Build/EmuUnixIa32\r
32!else\r
949f388f 33 OUTPUT_DIRECTORY = Build/EmuUnixX64\r
e7523e06 34!endif\r
35\r
112a857f 36 SUPPORTED_ARCHITECTURES = X64|IA32\r
949f388f 37 BUILD_TARGETS = DEBUG|RELEASE\r
38 SKUID_IDENTIFIER = DEFAULT\r
bb89ec1a 39 FLASH_DEFINITION = EmulatorPkg/Unix/UnixX64.fdf\r
949f388f 40\r
41################################################################################\r
42#\r
43# SKU Identification section - list of all SKU IDs supported by this Platform.\r
44#\r
45################################################################################\r
46[SkuIds]\r
47 0|DEFAULT\r
48\r
49################################################################################\r
50#\r
51# Library Class section - list of all Library Classes needed by this Platform.\r
52#\r
53################################################################################\r
54[LibraryClasses]\r
55 #\r
56 # Entry point\r
57 #\r
58 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
59 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
60 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
61 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
62 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
63 #\r
64 # Basic\r
65 #\r
66 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
67 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
68 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
69 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
70 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
71 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
72 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
73\r
74 #\r
75 # UEFI & PI\r
76 #\r
77 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
78 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
79 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
80 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
81 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
82 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
83 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
84 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
85\r
86 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
87 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
88 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
89 #\r
90 # Generic Modules\r
91 #\r
92 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
93 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
94 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
95 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
96 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
97 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
98 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
99 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
100 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
101 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
102 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
103 #\r
104 # Platform\r
105 #\r
bb89ec1a 106 PlatformBdsLib|EmulatorPkg/Library/EmuBdsLib/EmuBdsLib.inf\r
107 KeyMapLib|EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.inf\r
d18d8a1d 108\r
949f388f 109 #\r
110 # Misc\r
111 #\r
112 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
113 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
114 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
bb89ec1a 115 PeiServicesTablePointerLib|EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf\r
1453e773 116 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
117\r
949f388f 118\r
65e3f333 119[LibraryClasses.common.SEC]\r
bb89ec1a 120 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf\r
65e3f333 121 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
bb89ec1a 122 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf\r
123 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf\r
124 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf\r
125 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
1453e773 126 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
bb89ec1a 127 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf\r
65e3f333 128\r
949f388f 129[LibraryClasses.common.USER_DEFINED, LibraryClasses.common.BASE]\r
130 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
131 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
132 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
133 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
bb89ec1a 134 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
135 ThunkPpiList|EmulatorPkg/Library/ThunkPpiList/ThunkPpiList.inf\r
136 ThunkProtocolList|EmulatorPkg/Library/ThunkProtocolList/ThunkProtocolList.inf\r
65e3f333 137 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
bb89ec1a 138 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
139 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf\r
65e3f333 140\r
949f388f 141\r
142[LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]\r
143 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
144 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
145 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
bb89ec1a 146 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf\r
147 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf\r
949f388f 148 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
bb89ec1a 149 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf\r
1453e773 150 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
bb89ec1a 151 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf\r
949f388f 152\r
153[LibraryClasses.common.PEI_CORE]\r
154 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
949f388f 155\r
156[LibraryClasses.common.PEIM]\r
157 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
949f388f 158\r
159[LibraryClasses.common.DXE_CORE]\r
160 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
161 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
162 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
bb89ec1a 163 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf\r
949f388f 164 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
165 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
bb89ec1a 166 TimerLib|EmulatorPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.inf\r
167 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf\r
949f388f 168\r
169[LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]\r
170 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
171 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
172 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
173 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
bb89ec1a 174 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf\r
175 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf\r
1453e773 176 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
bb89ec1a 177 TimerLib|EmulatorPkg/Library/DxeTimerLib/DxeTimerLib.inf\r
949f388f 178\r
179[LibraryClasses.common.UEFI_DRIVER]\r
180 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
d18d8a1d 181\r
949f388f 182[LibraryClasses.common.UEFI_APPLICATION]\r
183 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
184\r
185\r
186################################################################################\r
187#\r
188# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
189#\r
190################################################################################\r
191[PcdsFeatureFlag]\r
192 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
193 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE\r
194 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
195 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
196\r
197[PcdsFixedAtBuild]\r
198 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
199 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
200 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
201 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
202 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
203\r
bb89ec1a 204 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareFdSize|0x002a0000\r
205 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize|0x10000\r
206 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../FV/FV_RECOVERY.fd"\r
d18d8a1d 207\r
59ad461d 208 gEmulatorPkgTokenSpaceGuid.PcdEmuMemorySize|L"64!64"\r
72a44be9 209\r
210!if $(BUILD_NEW_SHELL)\r
211 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
212!else\r
213!if $(USE_NEW_SHELL)\r
214 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
215!endif\r
216!endif\r
217\r
949f388f 218#define BOOT_WITH_FULL_CONFIGURATION 0x00\r
219#define BOOT_WITH_MINIMAL_CONFIGURATION 0x01\r
220#define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02\r
221#define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03\r
222#define BOOT_WITH_DEFAULT_SETTINGS 0x04\r
223#define BOOT_ON_S4_RESUME 0x05\r
224#define BOOT_ON_S5_RESUME 0x06\r
225#define BOOT_ON_S2_RESUME 0x10\r
226#define BOOT_ON_S3_RESUME 0x11\r
227#define BOOT_ON_FLASH_UPDATE 0x12\r
228#define BOOT_IN_RECOVERY_MODE 0x20\r
bb89ec1a 229 gEmulatorPkgTokenSpaceGuid.PcdEmuBootMode|0\r
d18d8a1d 230\r
bb89ec1a 231 gEmulatorPkgTokenSpaceGuid.PcdEmuApCount|L"1"\r
949f388f 232\r
5dcda296 233 # For a CD-ROM/DVD use L"diag.dmg:RO:2048"\r
bb89ec1a 234 gEmulatorPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"disk.dmg:FW"\r
235 gEmulatorPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"\r
236 gEmulatorPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../EdkShellBinPkg/Bin"\r
237 gEmulatorPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"\r
238 gEmulatorPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"\r
949f388f 239\r
bb89ec1a 240 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"\r
241 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"\r
949f388f 242\r
7e284acb 243 # 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8\r
244 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
245\r
949f388f 246################################################################################\r
247#\r
248# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
249#\r
250################################################################################\r
251\r
252[PcdsDynamicDefault.common.DEFAULT]\r
253 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0\r
254 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0\r
255 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
256\r
257[PcdsDynamicHii.common.DEFAULT]\r
258 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80\r
259 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25\r
260 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
261\r
262\r
263###################################################################################################\r
264#\r
265# Components Section - list of the modules and components that will be processed by compilation\r
266# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
267#\r
268# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
269# into firmware volume images. This section is just a list of modules to compile from\r
270# source into UEFI-compliant binaries.\r
271# It is the FDF file that contains information on combining binary files into firmware\r
272# volume images, whose concept is beyond UEFI and is described in PI specification.\r
273# Binary modules do not need to be listed in this section, as they should be\r
274# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
275# Logo (Logo.bmp), and etc.\r
276# There may also be modules listed in this section that are not required in the FDF file,\r
277# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
278# generated for it, but the binary will not be put into any firmware volume.\r
279#\r
280###################################################################################################\r
112a857f 281\r
ea203f22 282!ifndef $(SKIP_MAIN_BUILD)\r
112a857f 283[Components.X64]\r
284 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
285 <LibraryClasses>\r
286 # turn off CR3 write so that DXE IPL will not crash emulator\r
287 BaseLib|UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf\r
288 }\r
289\r
290[Components.IA32]\r
d18d8a1d 291 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
1d7ac5a6 292!endif\r
112a857f 293\r
949f388f 294[Components]\r
53a6813f 295!ifdef $(UNIX_SEC_BUILD)\r
949f388f 296 ##\r
5dcda296 297 # Emulator, OS POSIX application\r
949f388f 298 ##\r
59ad461d 299 EmulatorPkg/Unix/Host/Host.inf\r
53a6813f 300!endif\r
301\r
302!ifndef $(SKIP_MAIN_BUILD)\r
65e3f333 303 #\r
304 # Generic SEC\r
305 #\r
bb89ec1a 306 EmulatorPkg/Sec/Sec.inf\r
65e3f333 307\r
949f388f 308 ##\r
309 # PEI Phase modules\r
310 ##\r
311 MdeModulePkg/Core/Pei/PeiMain.inf\r
312 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
313 <LibraryClasses>\r
314 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
315 }\r
316 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
d18d8a1d 317 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
318\r
949f388f 319 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
bb89ec1a 320 EmulatorPkg/BootModePei/BootModePei.inf\r
949f388f 321 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
bb89ec1a 322 EmulatorPkg/AutoScanPei/AutoScanPei.inf\r
323 EmulatorPkg/FirmwareVolumePei/FirmwareVolumePei.inf\r
324 EmulatorPkg/FlashMapPei/FlashMapPei.inf\r
325 EmulatorPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf\r
949f388f 326\r
327 ##\r
328 # DXE Phase modules\r
329 ##\r
330 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
331 <LibraryClasses>\r
1453e773 332 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
949f388f 333 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
334 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
335 }\r
336 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
337 <LibraryClasses>\r
338 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
339 }\r
340\r
341 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
342 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {\r
343 <LibraryClasses>\r
1453e773 344 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
d18d8a1d 345 SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf\r
949f388f 346 }\r
347\r
1ef41207 348 MdeModulePkg/Universal/Metronome/Metronome.inf\r
bb89ec1a 349 EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf\r
350 EmulatorPkg/ResetRuntimeDxe/Reset.inf\r
949f388f 351 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
bb89ec1a 352 EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
949f388f 353 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
354 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
355 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
bb89ec1a 356 EmulatorPkg/EmuThunkDxe/EmuThunk.inf\r
357 EmulatorPkg/CpuRuntimeDxe/Cpu.inf\r
949f388f 358 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
bb89ec1a 359 EmulatorPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf\r
360 EmulatorPkg/TimerDxe/Timer.inf\r
949f388f 361\r
362\r
363 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
364 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
365 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
366 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
367 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
368 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
369 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
7e284acb 370 EmbeddedPkg/SerialDxe/SerialDxe.inf {\r
371 <LibraryClasses>\r
372 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
d18d8a1d 373 SerialPortLib|EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf\r
7e284acb 374 }\r
d18d8a1d 375\r
949f388f 376 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
377 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
d18d8a1d 378 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
5dcda296 379 #{\r
d18d8a1d 380 # <LibraryClasses>\r
bb89ec1a 381 # NULL|EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.inf\r
5dcda296 382 #}\r
d18d8a1d 383\r
949f388f 384 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
385 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
386 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
387 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
388 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
389 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
390 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
391\r
bb89ec1a 392 EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf\r
393 EmulatorPkg/EmuGopDxe/EmuGopDxe.inf\r
394 EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf\r
395 EmulatorPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf\r
396 EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf\r
949f388f 397\r
949f388f 398 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
399\r
400 #\r
401 # Network stack drivers\r
402 #\r
949f388f 403 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
404 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
405 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
406 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
407 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
408 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
409 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
410 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
411 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
412 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
413\r
414 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
415 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
416 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
417 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
418 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
419 <LibraryClasses>\r
420 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
421 }\r
422\r
72a44be9 423!if $(BUILD_FAT)\r
949f388f 424 FatPkg/EnhancedFatDxe/Fat.inf\r
425!endif\r
72a44be9 426\r
427!if $(BUILD_NEW_SHELL)\r
428 ShellPkg/Application/Shell/Shell.inf {\r
429 <LibraryClasses>\r
430 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
431 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
432 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
433 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
434 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
435 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
436 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
437 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
438 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
439 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
440 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
441 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf\r
442 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
bb89ec1a 443 MemoryAllocationLib|EmulatorPkg/Library/GuardUefiMemoryAllocationLib/GuardUefiMemoryAllocationLib.inf\r
3f2035e7 444# SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf\r
445# SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf\r
5dcda296 446\r
72a44be9 447 <PcdsFixedAtBuild>\r
448 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
449 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
450 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
451 }\r
452!endif\r
453\r
53a6813f 454!endif\r
455\r