]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.inf
ArmVirtPkg/QemuVirtMemInfoLib: remove 1:1 mapping of top of PA range
[mirror_edk2.git] / ArmVirtPkg / Library / QemuVirtMemInfoLib / QemuVirtMemInfoLib.inf
CommitLineData
30436034
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 = QemuVirtMemInfoLib\r
19 FILE_GUID = 9b30ca82-6746-4a82-a3e6-11ea79df3b46\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = ArmVirtMemInfoLib\r
23\r
24[Sources]\r
25 QemuVirtMemInfoLib.c\r
26\r
30436034
AB
27[Packages]\r
28 ArmPkg/ArmPkg.dec\r
29 ArmVirtPkg/ArmVirtPkg.dec\r
30 EmbeddedPkg/EmbeddedPkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 MdePkg/MdePkg.dec\r
33\r
34[LibraryClasses]\r
35 ArmLib\r
36 BaseMemoryLib\r
37 DebugLib\r
38 MemoryAllocationLib\r
39 PcdLib\r
40\r
41[Pcd]\r
42 gArmTokenSpaceGuid.PcdFdBaseAddress\r
43 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
44 gArmTokenSpaceGuid.PcdSystemMemorySize\r
45\r
46[FixedPcd]\r
47 gArmTokenSpaceGuid.PcdFdSize\r