]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg: Use the new LogoDxe driver
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemu.dsc
... / ...
CommitLineData
1#\r
2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
3# Copyright (c) 2014, Linaro Limited. All rights reserved.\r
4# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15\r
16################################################################################\r
17#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 PLATFORM_NAME = ArmVirtQemu\r
23 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c\r
24 PLATFORM_VERSION = 0.1\r
25 DSC_SPECIFICATION = 0x00010005\r
26 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)\r
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf\r
31\r
32 #\r
33 # Defines for default states. These can be changed on the command line.\r
34 # -D FLAG=VALUE\r
35 #\r
36 DEFINE SECURE_BOOT_ENABLE = FALSE\r
37 DEFINE PURE_ACPI_BOOT_ENABLE = FALSE\r
38\r
39!include ArmVirtPkg/ArmVirt.dsc.inc\r
40\r
41[LibraryClasses.AARCH64]\r
42 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r
43\r
44[LibraryClasses.ARM]\r
45 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf\r
46\r
47[LibraryClasses.common]\r
48 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
49 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
50\r
51 # Virtio Support\r
52 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
53 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
54 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
55\r
56 ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf\r
57 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf\r
58\r
59 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
60 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
61\r
62 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
63 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
64 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
65 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
66 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
67 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
68 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
69 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
70 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
71 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf\r
72\r
73[LibraryClasses.common.UEFI_DRIVER]\r
74 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
75\r
76[BuildOptions]\r
77 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
78 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
79 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include\r
80\r
81\r
82################################################################################\r
83#\r
84# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
85#\r
86################################################################################\r
87\r
88[PcdsFeatureFlag.common]\r
89 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
90 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
91\r
92 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
93 # It could be set FALSE to save size.\r
94 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
95 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
96\r
97!if $(PURE_ACPI_BOOT_ENABLE) == TRUE\r
98 gArmVirtTokenSpaceGuid.PcdPureAcpiBoot|TRUE\r
99!endif\r
100\r
101[PcdsFixedAtBuild.common]\r
102 gArmPlatformTokenSpaceGuid.PcdCoreCount|1\r
103!if $(ARCH) == AARCH64\r
104 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
105!endif\r
106\r
107 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r
108 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
109 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
110 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
111\r
112 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
113 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
114\r
115 #\r
116 # ARM Pcds\r
117 #\r
118 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000\r
119\r
120 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)\r
121 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE\r
122\r
123 #\r
124 # ARM PrimeCell\r
125 #\r
126\r
127 ## PL011 - Serial Terminal\r
128 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
129\r
130 ## Default Terminal Type\r
131 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
132!if $(TTY_TERMINAL) == TRUE\r
133 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
134!else\r
135 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
136!endif\r
137\r
138 #\r
139 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
140 #\r
141 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
142\r
143 # System Memory Base -- fixed at 0x4000_0000\r
144 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000\r
145\r
146 # initial location of the device tree blob passed by QEMU -- base of DRAM\r
147 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
148\r
149 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
150 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
151 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
152\r
153 #\r
154 # The maximum physical I/O addressability of the processor, set with\r
155 # BuildCpuHob().\r
156 #\r
157 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
158\r
159[PcdsFixedAtBuild.AARCH64]\r
160 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE\r
161\r
162 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to\r
163 # support anything bigger, even if the host hardware does\r
164 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
165\r
166 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,\r
167 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the\r
168 # presence of the 32-bit entry point anyway (because many AARCH64 systems\r
169 # don't have 32-bit addressable physical RAM), and the additional allocations\r
170 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry\r
171 # point only, for entry point versions >= 3.0.\r
172 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2\r
173\r
174 # ACPI predates the AARCH64 architecture by 5 versions, so\r
175 # we only target OSes that support ACPI v5.0 or later\r
176 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20\r
177\r
178[PcdsDynamicDefault.common]\r
179 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
180\r
181 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
182 # enumeration to complete before installing ACPI tables.\r
183 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
184\r
185 # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r
186 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r
187\r
188 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
189 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
190 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
191 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
192\r
193 #\r
194 # ARM General Interrupt Controller\r
195 #\r
196 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
197 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
198 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
199\r
200 ## PL031 RealTimeClock\r
201 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
202\r
203 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
204 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
205 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
206\r
207 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
208\r
209 #\r
210 # Set video resolution for boot options and for text setup.\r
211 # PlatformDxe can set the former at runtime.\r
212 #\r
213 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
214 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
215 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
216 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
217\r
218 #\r
219 # SMBIOS entry point version\r
220 #\r
221 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
222 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
223 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
224\r
225################################################################################\r
226#\r
227# Components Section - list of all EDK II Modules needed by this Platform\r
228#\r
229################################################################################\r
230[Components.common]\r
231 #\r
232 # PEI Phase modules\r
233 #\r
234 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
235 MdeModulePkg/Core/Pei/PeiMain.inf\r
236 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
237 <LibraryClasses>\r
238 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
239 }\r
240 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
241 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
242 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
243\r
244 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
245\r
246 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
247 <LibraryClasses>\r
248 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
249 }\r
250\r
251 #\r
252 # DXE\r
253 #\r
254 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
255 <LibraryClasses>\r
256 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
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 #\r
264 # Architectural Protocols\r
265 #\r
266 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
267 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
268 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
269 <LibraryClasses>\r
270 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
271 }\r
272!if $(SECURE_BOOT_ENABLE) == TRUE\r
273 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
274 <LibraryClasses>\r
275 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
276 }\r
277 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
278!else\r
279 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
280!endif\r
281 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
282 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
283 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
284 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
285 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
286 <LibraryClasses>\r
287 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
288 }\r
289 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
290\r
291 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
292 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
293 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
294 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
295 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
296\r
297 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
298\r
299 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
300 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
301 <LibraryClasses>\r
302 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
303 }\r
304 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
305 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
306\r
307 #\r
308 # Platform Driver\r
309 #\r
310 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
311 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
312 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
313 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
314 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
315 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
316 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
317\r
318 #\r
319 # FAT filesystem + GPT/MBR partitioning\r
320 #\r
321 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
322 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
323 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
324 FatPkg/EnhancedFatDxe/Fat.inf\r
325\r
326 #\r
327 # Bds\r
328 #\r
329 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
330 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
331 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
332 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
333 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
334 MdeModulePkg/Logo/LogoDxe.inf\r
335 MdeModulePkg/Application/UiApp/UiApp.inf {\r
336 <LibraryClasses>\r
337 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
338 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
339 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
340 }\r
341\r
342 #\r
343 # SCSI Bus and Disk Driver\r
344 #\r
345 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
346 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
347\r
348 #\r
349 # SMBIOS Support\r
350 #\r
351 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
352 <LibraryClasses>\r
353 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
354 }\r
355 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
356\r
357 #\r
358 # PCI support\r
359 #\r
360 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
361 <LibraryClasses>\r
362 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
363 }\r
364 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
365 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
366 <LibraryClasses>\r
367 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
368 }\r
369 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
370 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
371\r
372 #\r
373 # Video support\r
374 #\r
375 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r
376 <LibraryClasses>\r
377 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
378 }\r
379 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
380 OvmfPkg/PlatformDxe/Platform.inf\r
381\r
382 #\r
383 # USB Support\r
384 #\r
385 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
386 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
387 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
388 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
389 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
390\r
391[Components.AARCH64]\r
392 #\r
393 # ACPI Support\r
394 #\r
395 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
396 <LibraryClasses>\r
397 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
398 }\r