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