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