]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixPkg.dsc
Enable TPM measurement lib to measure all PE image from a FV unmeasured by TcgPei
[mirror_edk2.git] / UnixPkg / UnixPkg.dsc
CommitLineData
7b202cb0 1## @file\r
804405e7 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
398b646f 6# a real platform. This also provides an example for how an DSC is created.\r
2a95fdb8 7# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
804405e7 8#\r
f9b8ab56 9# This program and the accompanying materials\r
804405e7 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
fa2198b4 13#\r
804405e7 14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
7b202cb0 17##\r
804405e7 18\r
19################################################################################\r
20#\r
21# Defines Section - statements that will be processed to create a Makefile.\r
22#\r
23################################################################################\r
24[Defines]\r
25 PLATFORM_NAME = Unix\r
26 PLATFORM_GUID = 7b3c1fb4-8986-11db-b5b2-0040d02b1835\r
27 PLATFORM_VERSION = 0.3\r
ec2bb588 28 DSC_SPECIFICATION = 0x00010005\r
804405e7 29 OUTPUT_DIRECTORY = Build/Unix\r
b9c8e50e 30 SUPPORTED_ARCHITECTURES = IA32\r
804405e7 31 BUILD_TARGETS = DEBUG|RELEASE\r
32 SKUID_IDENTIFIER = DEFAULT\r
33 FLASH_DEFINITION = UnixPkg/UnixPkg.fdf\r
34\r
35################################################################################\r
36#\r
37# SKU Identification section - list of all SKU IDs supported by this Platform.\r
38#\r
39################################################################################\r
40[SkuIds]\r
41 0|DEFAULT\r
42\r
43################################################################################\r
44#\r
45# Library Class section - list of all Library Classes needed by this Platform.\r
46#\r
47################################################################################\r
7b202cb0 48[LibraryClasses]\r
97ada49f
LG
49 #\r
50 # Entry point\r
51 #\r
52 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
53 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
54 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
55 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
56 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
57 #\r
58 # Basic\r
59 #\r
804405e7 60 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
6f4be513 61 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
97ada49f 62 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
804405e7 63 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
97ada49f
LG
64 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
65 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
66 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
67 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
68 #\r
69 # UEFI & PI\r
70 #\r
71 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
72 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
73 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
74 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
3f07728f 75 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
53d794b2 76 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
97ada49f
LG
77 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
78 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
79 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
80 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
53d794b2 81 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
97ada49f
LG
82 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
83 #\r
84 # Generic Modules\r
85 #\r
86 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
87 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
88 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
89 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
90 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
91 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
92 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
8273af4e 93 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
97ada49f
LG
94 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
95 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
96 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
97 #\r
98 # Platform\r
99 #\r
100 PlatformBdsLib|UnixPkg/Library/UnixBdsLib/PlatformBds.inf\r
101 #\r
102 # Misc\r
103 #\r
104 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
3f911336 105 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
97ada49f 106 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
fa2198b4 107 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
249383cf 108 SecDispatchTableLib|UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf\r
2a95fdb8 109 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
804405e7 110\r
804405e7 111[LibraryClasses.common.USER_DEFINED]\r
112 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
f3a2b25d 113 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
6a5025fc 114 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
e14130b3 115 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
e14130b3 116 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
804405e7 117\r
97ada49f 118[LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]\r
804405e7 119 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
804405e7 120 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
6a5025fc 121 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
804405e7 122 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf\r
398b646f 123 PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf\r
804405e7 124 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
125\r
97ada49f
LG
126[LibraryClasses.common.PEIM]\r
127 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
128 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
129\r
804405e7 130[LibraryClasses.common.PEI_CORE]\r
804405e7 131 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
804405e7 132\r
97ada49f
LG
133[LibraryClasses.common.DXE_CORE]\r
134 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
135 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
6a5025fc 136 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
398b646f 137 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
97ada49f 138 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
804405e7 139\r
97ada49f 140[LibraryClasses.common.DXE_SMM_DRIVER]\r
804405e7 141 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
142 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
97ada49f 143 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
6a5025fc 144 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 145 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
97ada49f 146 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
804405e7 147\r
97ada49f 148[LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]\r
804405e7 149 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
150 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 151 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
6a5025fc 152 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 153 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
154 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
97ada49f 155 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
804405e7 156\r
157[LibraryClasses.common.UEFI_APPLICATION]\r
c71b6597 158 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
804405e7 159\r
b9c8e50e 160[LibraryClasses.X64]\r
161 BaseLib|UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf\r
162\r
804405e7 163################################################################################\r
164#\r
165# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
166#\r
167################################################################################\r
97ada49f
LG
168[PcdsFeatureFlag]\r
169 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
170 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
171 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
172 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE\r
804405e7 173\r
97ada49f 174[PcdsFixedAtBuild]\r
df1b7575 175 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
97ada49f 176 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
804405e7 177 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
178 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
804405e7 179 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
180 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
97ada49f
LG
181 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x002a0000\r
182 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0x10000\r
183 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"\r
804405e7 184\r
185################################################################################\r
186#\r
187# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
188#\r
189################################################################################\r
190\r
191[PcdsDynamicDefault.common.DEFAULT]\r
b9c8e50e 192 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0\r
193 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0\r
194 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
195\r
196 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"\r
197 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"\r
198 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"\r
199 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"\r
200 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"\r
201 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"\r
202 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"\r
203 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"128!128"\r
204 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"\r
2ff79f2e 205 gEfiUnixPkgTokenSpaceGuid.PcdUnixNetworkInterface|L"en0"\r
804405e7 206\r
c71b6597 207[PcdsDynamicHii.common.DEFAULT]\r
24d63167 208 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutColumn|L"SetupConsoleConfig"|gEfiGlobalVariableGuid|0x0|80\r
209 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutRow|L"SetupConsoleConfig"|gEfiGlobalVariableGuid|0x4|25\r
b672348f 210 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
2d7df642 211 \r
dcbb35eb 212###################################################################################################\r
804405e7 213#\r
dcbb35eb 214# Components Section - list of the modules and components that will be processed by compilation\r
215# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
804405e7 216#\r
dcbb35eb 217# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
218# into firmware volume images. This section is just a list of modules to compile from\r
219# source into UEFI-compliant binaries.\r
220# It is the FDF file that contains information on combining binary files into firmware\r
221# volume images, whose concept is beyond UEFI and is described in PI specification.\r
222# Binary modules do not need to be listed in this section, as they should be\r
223# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
224# Logo (Logo.bmp), and etc.\r
225# There may also be modules listed in this section that are not required in the FDF file,\r
226# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
227# generated for it, but the binary will not be put into any firmware volume.\r
228#\r
229###################################################################################################\r
69cf40e0 230[Components]\r
804405e7 231 ##\r
232 # SEC Phase modules\r
233 ##\r
234 UnixPkg/Sec/SecMain.inf\r
235\r
236 ##\r
237 # PEI Phase modules\r
238 ##\r
239 MdeModulePkg/Core/Pei/PeiMain.inf\r
240 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
241 <LibraryClasses>\r
242 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
243 }\r
02994038 244 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
804405e7 245 UnixPkg/BootModePei/BootModePei.inf\r
246 UnixPkg/UnixFlashMapPei/FlashMap.inf\r
804405e7 247 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
248 UnixPkg/UnixAutoScanPei/UnixAutoScan.inf\r
249 UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf\r
250 UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf\r
251 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
fa2198b4 252\r
804405e7 253 ##\r
254 # DXE Phase modules\r
255 ##\r
256 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
257 <LibraryClasses>\r
258 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
3364f3ce 259 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
804405e7 260 }\r
261 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
262 <LibraryClasses>\r
263 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
264 }\r
265\r
266 UnixPkg/MetronomeDxe/Metronome.inf\r
116c9e2e 267 UnixPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf\r
804405e7 268 UnixPkg/ResetRuntimeDxe/Reset.inf\r
269 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
270 UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf\r
271 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
804405e7 272 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
273 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
274 UnixPkg/UnixThunkDxe/UnixThunk.inf\r
275 UnixPkg/CpuRuntimeDxe/Cpu.inf\r
7ee40c6e 276 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
804405e7 277 UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf\r
278 UnixPkg/TimerDxe/Timer.inf\r
66934142 279 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
804405e7 280 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
281 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
282 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
283 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
284 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
285 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
286 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
287 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
5d1a5b35 288 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
804405e7 289 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
290 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
291 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
292 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
beb9b900 293 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
804405e7 294 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
295 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
296 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
297 UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf\r
fa2198b4 298\r
804405e7 299 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf\r
300 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf\r
301 UnixPkg/UnixUgaDxe/UnixUga.inf\r
2ff79f2e 302 UnixPkg/UnixGopDxe/UnixGop.inf\r
303 \r
804405e7 304 UnixPkg/UnixConsoleDxe/UnixConsole.inf\r
305 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf\r
306 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
307\r
308 #\r
309 # Network stack drivers\r
804405e7 310 #\r
692477d4 311!if $(NETWORK_SUPPORT)\r
2ff79f2e 312 UnixPkg/UnixSnpDxe/UnixSnpDxe.inf\r
692477d4 313!endif\r
804405e7 314 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
315 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
316 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
317 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
318 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
319 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
1b14ec40 320 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
804405e7 321 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
322 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
323 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
324\r
aaa2cc19 325 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
804405e7 326 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
327 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
c71b6597 328 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
804405e7 329 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
330 <LibraryClasses>\r
331 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
332 }\r
693e49ca 333\r
2dcef689 334!if $(COMPILE_BINS)\r
335 FatPkg/EnhancedFatDxe/Fat.inf\r
336!endif\r
fa2198b4 337\r