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