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