]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf
ArmVirtPkg/QemuVirtMemInfoLib: trim the MMIO region mapping
[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
04865126
AB
29[Packages]\r
30 ArmPkg/ArmPkg.dec\r
31 ArmVirtPkg/ArmVirtPkg.dec\r
32 EmbeddedPkg/EmbeddedPkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 MdePkg/MdePkg.dec\r
35\r
36[LibraryClasses]\r
37 ArmLib\r
38 BaseMemoryLib\r
39 DebugLib\r
40 FdtLib\r
41 PcdLib\r
42 MemoryAllocationLib\r
43\r
44[Pcd]\r
45 gArmTokenSpaceGuid.PcdFdBaseAddress\r
51bb05c7 46 gArmTokenSpaceGuid.PcdFvBaseAddress\r
04865126
AB
47 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
48 gArmTokenSpaceGuid.PcdSystemMemorySize\r
49\r
50[FixedPcd]\r
51 gArmTokenSpaceGuid.PcdFdSize\r
51bb05c7 52 gArmTokenSpaceGuid.PcdFvSize\r
04865126 53 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress\r