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