]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/Unix/UnixX64.dsc
InOsEmuPkg: Match filename case of the generate FD file
[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
199 \r
200#define BOOT_WITH_FULL_CONFIGURATION 0x00\r
201#define BOOT_WITH_MINIMAL_CONFIGURATION 0x01\r
202#define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02\r
203#define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03\r
204#define BOOT_WITH_DEFAULT_SETTINGS 0x04\r
205#define BOOT_ON_S4_RESUME 0x05\r
206#define BOOT_ON_S5_RESUME 0x06\r
207#define BOOT_ON_S2_RESUME 0x10\r
208#define BOOT_ON_S3_RESUME 0x11\r
209#define BOOT_ON_FLASH_UPDATE 0x12\r
210#define BOOT_IN_RECOVERY_MODE 0x20\r
211 gInOsEmuPkgTokenSpaceGuid.PcdEmuBootMode|0\r
212 \r
213 gInOsEmuPkgTokenSpaceGuid.PcdEmuApCount|L"0"\r
214\r
215 gInOsEmuPkgTokenSpaceGuid.PcdEmuPhysicalDisk|L"E:RW;245760;512"\r
216 gInOsEmuPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"FW;40960;512"\r
217 gInOsEmuPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"\r
218 gInOsEmuPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../ShellBinPkg/UefiShell/X64!../../../../Build/Shell/DEBUG_XCLANG"\r
219 gInOsEmuPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"\r
220 gInOsEmuPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"\r
221\r
222 gInOsEmuPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"\r
223 gInOsEmuPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"\r
224\r
225################################################################################\r
226#\r
227# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
228#\r
229################################################################################\r
230\r
231[PcdsDynamicDefault.common.DEFAULT]\r
232 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0\r
233 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0\r
234 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
235\r
236[PcdsDynamicHii.common.DEFAULT]\r
237 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80\r
238 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25\r
239 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
240\r
241\r
242###################################################################################################\r
243#\r
244# Components Section - list of the modules and components that will be processed by compilation\r
245# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
246#\r
247# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
248# into firmware volume images. This section is just a list of modules to compile from\r
249# source into UEFI-compliant binaries.\r
250# It is the FDF file that contains information on combining binary files into firmware\r
251# volume images, whose concept is beyond UEFI and is described in PI specification.\r
252# Binary modules do not need to be listed in this section, as they should be\r
253# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
254# Logo (Logo.bmp), and etc.\r
255# There may also be modules listed in this section that are not required in the FDF file,\r
256# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
257# generated for it, but the binary will not be put into any firmware volume.\r
258#\r
259###################################################################################################\r
260[Components]\r
261!if $(SEC_ONLY)\r
262 ##\r
263 # SEC Phase modules\r
264 ##\r
265 InOsEmuPkg/Unix/Sec/SecMain.inf\r
266!else\r
65e3f333 267 #\r
268 # Generic SEC\r
269 #\r
270 InOsEmuPkg/Sec/Sec.inf\r
271\r
949f388f 272 ##\r
273 # PEI Phase modules\r
274 ##\r
275 MdeModulePkg/Core/Pei/PeiMain.inf\r
276 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
277 <LibraryClasses>\r
278 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
279 }\r
280 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
65e3f333 281 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf \r
949f388f 282 \r
283 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
284 InOsEmuPkg/BootModePei/BootModePei.inf\r
285 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
286 InOsEmuPkg/AutoScanPei/AutoScanPei.inf\r
287 InOsEmuPkg/FirmwareVolumePei/FirmwareVolumePei.inf\r
288 InOsEmuPkg/FlashMapPei/FlashMapPei.inf\r
289 InOsEmuPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf\r
290 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
291 <LibraryClasses>\r
292 # turn off CR3 write so that DXE IPL will not crash emulator\r
293 BaseLib|UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf\r
294 }\r
295\r
296 ##\r
297 # DXE Phase modules\r
298 ##\r
299 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
300 <LibraryClasses>\r
301 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
302 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
303 }\r
304 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
305 <LibraryClasses>\r
306 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
307 }\r
308\r
309 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
310 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {\r
311 <LibraryClasses>\r
312 SerialPortLib|InOsEmuPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf \r
313 }\r
314\r
315 InOsEmuPkg/MetronomeDxe/Metronome.inf\r
316 InOsEmuPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf\r
317 InOsEmuPkg/ResetRuntimeDxe/Reset.inf\r
318 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
319 InOsEmuPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
320 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
321 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
322 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
323 InOsEmuPkg/EmuThunkDxe/EmuThunk.inf\r
324 InOsEmuPkg/CpuRuntimeDxe/Cpu.inf\r
325 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
326 InOsEmuPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf\r
327 InOsEmuPkg/TimerDxe/Timer.inf\r
328\r
329\r
330 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
331 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
332 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
333 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
334 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
335 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
336 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
337 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
338 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
339 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
340 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
341 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
342 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
343 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
344 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
345 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
346 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
347\r
348 InOsEmuPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf\r
349 InOsEmuPkg/EmuGopDxe/EmuGopDxe.inf\r
350 InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf\r
351\r
352!if $(0)\r
353 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf\r
354 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf\r
355 UnixPkg/UnixConsoleDxe/UnixConsole.inf\r
356 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf\r
357!endif\r
358\r
359 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
360\r
361 #\r
362 # Network stack drivers\r
363 #\r
364##!if $(NETWORK_SUPPORT) & $(0)\r
365!if $(0)\r
366 UnixPkg/UnixSnpDxe/UnixSnpDxe.inf\r
367!endif\r
368 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
369 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
370 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
371 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
372 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
373 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
374 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
375 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
376 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
377 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
378\r
379 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
380 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
381 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
382 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
383 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
384 <LibraryClasses>\r
385 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
386 }\r
387\r
388!if $(COMPILE_BINS)\r
389 FatPkg/EnhancedFatDxe/Fat.inf\r
390!endif\r
391!endif \r