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