]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixPkgX64.dsc
Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of ReportStatusCo...
[mirror_edk2.git] / UnixPkg / UnixPkgX64.dsc
CommitLineData
b9c8e50e 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 - 2010, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
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
13#\r
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
17##\r
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
28 DSC_ SPECIFICATION = 0x00010005\r
29 OUTPUT_DIRECTORY = Build/UnixX64\r
30 SUPPORTED_ARCHITECTURES = X64\r
31 BUILD_TARGETS = DEBUG|RELEASE\r
32 SKUID_IDENTIFIER = DEFAULT\r
33 FLASH_DEFINITION = UnixPkg/UnixPkgX64.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
48[LibraryClasses]\r
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
60 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
61 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
62 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
63 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
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
75 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
76 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
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
81 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
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
93 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
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
105 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
106 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
249383cf 107 SecDispatchTableLib|UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf\r
b9c8e50e 108\r
109[LibraryClasses.common.USER_DEFINED]\r
110 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
111 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
112 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
113 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
114 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
115\r
116[LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]\r
117 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
118 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
119 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
120 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf\r
121 PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf\r
122 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
123\r
124[LibraryClasses.common.PEIM]\r
125 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
126 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
127\r
128[LibraryClasses.common.PEI_CORE]\r
129 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
130\r
131[LibraryClasses.common.DXE_CORE]\r
132 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
133 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
134 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
135 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
136 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
137\r
138[LibraryClasses.common.DXE_SMM_DRIVER]\r
139 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
140 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
141 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
142 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
143 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
144 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
145\r
146[LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]\r
147 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
148 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
149 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
150 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
151 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
152 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
153 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
154\r
155[LibraryClasses.common.UEFI_APPLICATION]\r
156 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
157\r
158[LibraryClasses.X64]\r
bb111c23 159 # turn off CR3 write so that DXE IPL will not crash emulator\r
b9c8e50e 160 BaseLib|UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf\r
161\r
162################################################################################\r
163#\r
164# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
165#\r
166################################################################################\r
167[PcdsFeatureFlag]\r
168 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
169 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
170 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
171 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE\r
172\r
173[PcdsFixedAtBuild]\r
174 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
175 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
176 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
177 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
178 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
179 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x002a0000\r
180 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0x10000\r
181 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"\r
182\r
183################################################################################\r
184#\r
185# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
186#\r
187################################################################################\r
188\r
189[PcdsDynamicDefault.common.DEFAULT]\r
190 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0\r
191 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0\r
192 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
193 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"\r
194 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"\r
195 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"\r
196 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"\r
197 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"\r
198 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"\r
199 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"\r
200 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"128!128"\r
201 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"\r
202\r
203[PcdsDynamicHii.common.DEFAULT]\r
204 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiUnixSystemConfigGuid|0x0|80\r
205 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiUnixSystemConfigGuid|0x4|25\r
206 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
207\r
208###################################################################################################\r
209#\r
210# Components Section - list of the modules and components that will be processed by compilation\r
211# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
212#\r
213# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
214# into firmware volume images. This section is just a list of modules to compile from\r
215# source into UEFI-compliant binaries.\r
216# It is the FDF file that contains information on combining binary files into firmware\r
217# volume images, whose concept is beyond UEFI and is described in PI specification.\r
218# Binary modules do not need to be listed in this section, as they should be\r
219# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
220# Logo (Logo.bmp), and etc.\r
221# There may also be modules listed in this section that are not required in the FDF file,\r
222# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
223# generated for it, but the binary will not be put into any firmware volume.\r
224#\r
225###################################################################################################\r
226[Components.common]\r
bb111c23 227!if $(SEC_ONLY)\r
b9c8e50e 228 ##\r
229 # SEC Phase modules\r
230 ##\r
231 UnixPkg/Sec/SecMain.inf\r
bb111c23 232!else\r
b9c8e50e 233 ##\r
234 # PEI Phase modules\r
235 ##\r
236 MdeModulePkg/Core/Pei/PeiMain.inf\r
237 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
238 <LibraryClasses>\r
239 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
240 }\r
241 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
242 UnixPkg/BootModePei/BootModePei.inf\r
243 UnixPkg/UnixFlashMapPei/FlashMap.inf\r
244 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
245 UnixPkg/UnixAutoScanPei/UnixAutoScan.inf\r
246 UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf\r
247 UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf\r
248 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
249\r
250 ##\r
251 # DXE Phase modules\r
252 ##\r
253 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
254 <LibraryClasses>\r
255 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
3364f3ce 256 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
b9c8e50e 257 }\r
258 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
259 <LibraryClasses>\r
260 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
261 }\r
262\r
263 UnixPkg/MetronomeDxe/Metronome.inf\r
264 UnixPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf\r
265 UnixPkg/ResetRuntimeDxe/Reset.inf\r
266 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
267 UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf\r
268 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
269 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
270 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
271 UnixPkg/UnixThunkDxe/UnixThunk.inf\r
272 UnixPkg/CpuRuntimeDxe/Cpu.inf\r
273 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
274 UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf\r
275 UnixPkg/TimerDxe/Timer.inf\r
276 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
277 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
278 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
279 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
280 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
281 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
282 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
283 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
284 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
285 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
286 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
287 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
288 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
289 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
290 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
291 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
292 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
293 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
294 UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf\r
295\r
296 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf\r
297 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf\r
298 UnixPkg/UnixUgaDxe/UnixUga.inf\r
299 UnixPkg/UnixConsoleDxe/UnixConsole.inf\r
300 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf\r
301 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
302\r
303 #\r
304 # Network stack drivers\r
305 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.\r
306 #\r
307 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
308 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
309 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
310 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
311 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
312 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
313 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
314 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
315 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
316 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
317\r
318 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
319 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
320 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
321 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
322 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
323 <LibraryClasses>\r
324 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
325 }\r
326\r
327 FatPkg/EnhancedFatDxe/Fat.inf\r
bb111c23 328!endif \r