]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf
ArmVirtPkg: create QemuVirtMemInfoLib version for ArmVirtQemu
[mirror_edk2.git] / ArmVirtPkg / Library / QemuVirtMemInfoLib / QemuVirtMemInfoPeiLib.inf
CommitLineData
04865126
AB
1#/* @file\r
2#\r
3# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
4# Copyright (c) 2014-2017, Linaro Limited. All rights reserved.\r
5#\r
6# This program and the accompanying materials are licensed and made available\r
7# under the terms and conditions of the BSD License which accompanies this\r
8# 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[Defines]\r
17 INF_VERSION = 0x0001001A\r
18 BASE_NAME = QemuVirtMemInfoPeiLib\r
19 FILE_GUID = 0c4d10cf-d949-49b4-bd13-47a4ae22efce\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = ArmVirtMemInfoLib|PEIM\r
23 CONSTRUCTOR = QemuVirtMemInfoPeiLibConstructor\r
24\r
25[Sources]\r
26 QemuVirtMemInfoLib.c\r
27 QemuVirtMemInfoPeiLibConstructor.c\r
28\r
29[Sources.ARM]\r
30 Arm/PhysAddrTop.S\r
31\r
32[Sources.AARCH64]\r
33 AArch64/PhysAddrTop.S\r
34\r
35[Packages]\r
36 ArmPkg/ArmPkg.dec\r
37 ArmVirtPkg/ArmVirtPkg.dec\r
38 EmbeddedPkg/EmbeddedPkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 ArmLib\r
44 BaseMemoryLib\r
45 DebugLib\r
46 FdtLib\r
47 PcdLib\r
48 MemoryAllocationLib\r
49\r
50[Pcd]\r
51 gArmTokenSpaceGuid.PcdFdBaseAddress\r
52 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
53 gArmTokenSpaceGuid.PcdSystemMemorySize\r
54\r
55[FixedPcd]\r
56 gArmTokenSpaceGuid.PcdFdSize\r
57 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress\r
58 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r