]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/Unix/UnixX64.dsc
Add support for SerialPortLib that maps into POSIX StdIn and StdOut. Add a device...
[mirror_edk2.git] / InOsEmuPkg / Unix / UnixX64.dsc
CommitLineData
949f388f 1## @file\r
2#\r
3# EFI/Framework Emulation Platform with UEFI HII interface supported.\r
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
31 SUPPORTED_ARCHITECTURES = X64\r
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
111\r
7e284acb 112##### DevicePathTextLib|InOsEmuPkg/Library/DevicePathTextLib/DevicePathTextLib.inf\r
949f388f 113\r
65e3f333 114[LibraryClasses.common.SEC]\r
115 PeiServicesLib|InOsEmuPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf\r
116 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
117 PeCoffGetEntryPointLib|InOsEmuPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf\r
118 PeCoffExtraActionLib|InOsEmuPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf\r
119 SerialPortLib|InOsEmuPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf\r
120 PpiListLib|InOsEmuPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
121\r
949f388f 122[LibraryClasses.common.USER_DEFINED, LibraryClasses.common.BASE]\r
123 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
124 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
125 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
126 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
65e3f333 127 PpiListLib|InOsEmuPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
949f388f 128 ThunkPpiList|InOsEmuPkg/Library/ThunkPpiList/ThunkPpiList.inf\r
129 ThunkProtocolList|InOsEmuPkg/Library/ThunkProtocolList/ThunkProtocolList.inf\r
65e3f333 130 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
131 PpiListLib|InOsEmuPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
132 PeiServicesLib|InOsEmuPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf\r
133\r
134# PeCoffExtraActionLib|InOsEmuPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf\r
949f388f 135\r
136\r
137[LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]\r
138 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
139 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
140 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
141 PeCoffGetEntryPointLib|InOsEmuPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf\r
142 PeCoffExtraActionLib|InOsEmuPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf\r
143 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
65e3f333 144 SerialPortLib|InOsEmuPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf\r
949f388f 145\r
146[LibraryClasses.common.PEI_CORE]\r
147 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
148 PeiServicesTablePointerLib|InOsEmuPkg/Library/PeiCoreServicesTablePointerLib/PeiCoreServicesTablePointerLib.inf\r
949f388f 149\r
150[LibraryClasses.common.PEIM]\r
151 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
152 PeiServicesTablePointerLib|InOsEmuPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
153\r
154[LibraryClasses.common.DXE_CORE]\r
155 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
156 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
157 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
158 PeCoffExtraActionLib|InOsEmuPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf\r
159 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
160 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
161\r
162[LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]\r
163 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
164 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
165 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
166 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
167 EmuThunkLib|InOsEmuPkg/Library/DxeEmuLib/DxeEmuLib.inf\r
168 PeCoffExtraActionLib|InOsEmuPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf\r
169\r
170[LibraryClasses.common.UEFI_DRIVER]\r
171 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
172 \r
173[LibraryClasses.common.UEFI_APPLICATION]\r
174 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
175\r
176\r
177################################################################################\r
178#\r
179# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
180#\r
181################################################################################\r
182[PcdsFeatureFlag]\r
183 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
184 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE\r
185 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
186 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
187\r
188[PcdsFixedAtBuild]\r
189 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
190 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
191 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
192 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
193 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
194\r
195 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareFdSize|0x002a0000\r
196 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize|0x10000\r
7d6cc710 197 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../FV/FV_RECOVERY.fd"\r
949f388f 198 \r
199 gInOsEmuPkgTokenSpaceGuid.PcdEmuMemorySizeForSecMain|L"64!64"\r
72a44be9 200\r
201!if $(BUILD_NEW_SHELL)\r
202 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
203!else\r
204!if $(USE_NEW_SHELL)\r
205 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
206!endif\r
207!endif\r
208\r
949f388f 209#define BOOT_WITH_FULL_CONFIGURATION 0x00\r
210#define BOOT_WITH_MINIMAL_CONFIGURATION 0x01\r
211#define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02\r
212#define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03\r
213#define BOOT_WITH_DEFAULT_SETTINGS 0x04\r
214#define BOOT_ON_S4_RESUME 0x05\r
215#define BOOT_ON_S5_RESUME 0x06\r
216#define BOOT_ON_S2_RESUME 0x10\r
217#define BOOT_ON_S3_RESUME 0x11\r
218#define BOOT_ON_FLASH_UPDATE 0x12\r
219#define BOOT_IN_RECOVERY_MODE 0x20\r
220 gInOsEmuPkgTokenSpaceGuid.PcdEmuBootMode|0\r
221 \r
8b6d0c05 222 gInOsEmuPkgTokenSpaceGuid.PcdEmuApCount|L"1"\r
949f388f 223\r
033d0e5f 224 gInOsEmuPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"disk.dmg:FW"\r
949f388f 225 gInOsEmuPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"\r
a80e595d 226 gInOsEmuPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../EdkShellBinPkg/Bin"\r
949f388f 227 gInOsEmuPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"\r
228 gInOsEmuPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"\r
229\r
230 gInOsEmuPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"\r
231 gInOsEmuPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"\r
232\r
7e284acb 233 # 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8\r
234 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
235\r
949f388f 236################################################################################\r
237#\r
238# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
239#\r
240################################################################################\r
241\r
242[PcdsDynamicDefault.common.DEFAULT]\r
243 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0\r
244 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0\r
245 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
246\r
247[PcdsDynamicHii.common.DEFAULT]\r
248 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80\r
249 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25\r
250 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
251\r
252\r
253###################################################################################################\r
254#\r
255# Components Section - list of the modules and components that will be processed by compilation\r
256# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
257#\r
258# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
259# into firmware volume images. This section is just a list of modules to compile from\r
260# source into UEFI-compliant binaries.\r
261# It is the FDF file that contains information on combining binary files into firmware\r
262# volume images, whose concept is beyond UEFI and is described in PI specification.\r
263# Binary modules do not need to be listed in this section, as they should be\r
264# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
265# Logo (Logo.bmp), and etc.\r
266# There may also be modules listed in this section that are not required in the FDF file,\r
267# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
268# generated for it, but the binary will not be put into any firmware volume.\r
269#\r
270###################################################################################################\r
271[Components]\r
272!if $(SEC_ONLY)\r
273 ##\r
274 # SEC Phase modules\r
275 ##\r
276 InOsEmuPkg/Unix/Sec/SecMain.inf\r
277!else\r
65e3f333 278 #\r
279 # Generic SEC\r
280 #\r
281 InOsEmuPkg/Sec/Sec.inf\r
282\r
949f388f 283 ##\r
284 # PEI Phase modules\r
285 ##\r
286 MdeModulePkg/Core/Pei/PeiMain.inf\r
287 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
288 <LibraryClasses>\r
289 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
290 }\r
291 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
65e3f333 292 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf \r
949f388f 293 \r
294 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
295 InOsEmuPkg/BootModePei/BootModePei.inf\r
296 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
297 InOsEmuPkg/AutoScanPei/AutoScanPei.inf\r
298 InOsEmuPkg/FirmwareVolumePei/FirmwareVolumePei.inf\r
299 InOsEmuPkg/FlashMapPei/FlashMapPei.inf\r
300 InOsEmuPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf\r
301 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
302 <LibraryClasses>\r
303 # turn off CR3 write so that DXE IPL will not crash emulator\r
304 BaseLib|UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf\r
305 }\r
306\r
307 ##\r
308 # DXE Phase modules\r
309 ##\r
310 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
311 <LibraryClasses>\r
312 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
313 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
314 }\r
315 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
316 <LibraryClasses>\r
317 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
318 }\r
319\r
320 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
321 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {\r
322 <LibraryClasses>\r
7e284acb 323 SerialPortLib|InOsEmuPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf \r
949f388f 324 }\r
325\r
326 InOsEmuPkg/MetronomeDxe/Metronome.inf\r
327 InOsEmuPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf\r
328 InOsEmuPkg/ResetRuntimeDxe/Reset.inf\r
329 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
330 InOsEmuPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
331 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
332 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
333 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
334 InOsEmuPkg/EmuThunkDxe/EmuThunk.inf\r
335 InOsEmuPkg/CpuRuntimeDxe/Cpu.inf\r
336 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
337 InOsEmuPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf\r
338 InOsEmuPkg/TimerDxe/Timer.inf\r
339\r
340\r
341 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
342 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
343 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
344 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
345 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
346 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
347 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
7e284acb 348 EmbeddedPkg/SerialDxe/SerialDxe.inf {\r
349 <LibraryClasses>\r
350 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
351 SerialPortLib|InOsEmuPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf \r
352 }\r
353 \r
949f388f 354 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
355 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
356 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
357 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
358 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
359 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
360 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
361 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
362 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
363 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
364\r
365 InOsEmuPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf\r
366 InOsEmuPkg/EmuGopDxe/EmuGopDxe.inf\r
367 InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf\r
d59326d3 368 InOsEmuPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf\r
949f388f 369\r
949f388f 370 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
371\r
372 #\r
373 # Network stack drivers\r
374 #\r
033d0e5f 375!if $(NETWORK_SUPPORT) \r
376 InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.inf\r
949f388f 377!endif\r
378 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
379 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
380 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
381 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
382 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
383 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
384 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
385 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
386 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
387 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
388\r
389 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
390 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
391 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
392 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
393 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
394 <LibraryClasses>\r
395 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
396 }\r
397\r
72a44be9 398!if $(BUILD_FAT)\r
949f388f 399 FatPkg/EnhancedFatDxe/Fat.inf\r
400!endif\r
72a44be9 401\r
402!if $(BUILD_NEW_SHELL)\r
403 ShellPkg/Application/Shell/Shell.inf {\r
404 <LibraryClasses>\r
405 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
406 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
407 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
408 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
409 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
410 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
411 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
412 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
413 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
414 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
415 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
416 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf\r
417 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
418 <PcdsFixedAtBuild>\r
419 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
420 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
421 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
422 }\r
423!endif\r
424\r
949f388f 425!endif \r