]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/Library/ArmVirtMemoryInitPeiLib/ArmVirtMemoryInitPeiLib.inf
ArmVirtPkg/ArmVirtMemoryInitPeiLib: move to ArmVirtMemInfoLib
[mirror_edk2.git] / ArmVirtPkg / Library / ArmVirtMemoryInitPeiLib / ArmVirtMemoryInitPeiLib.inf
CommitLineData
a1bcf5c3
AB
1#/** @file\r
2#\r
3# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
4# Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#**/\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = ArmVirtMemoryInitPeiLib\r
18 FILE_GUID = 021b6156-3cc8-4e99-85ee-13d8a871edf2\r
19 MODULE_TYPE = SEC\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = MemoryInitPeiLib\r
22\r
23[Sources]\r
7fbd1eb2 24 ArmVirtMemoryInitPeiLib.c\r
a1bcf5c3
AB
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 MdeModulePkg/MdeModulePkg.dec\r
29 EmbeddedPkg/EmbeddedPkg.dec\r
30 ArmPkg/ArmPkg.dec\r
31 ArmPlatformPkg/ArmPlatformPkg.dec\r
39da4861 32 ArmVirtPkg/ArmVirtPkg.dec\r
a1bcf5c3
AB
33\r
34[LibraryClasses]\r
35 DebugLib\r
36 HobLib\r
37 ArmLib\r
5db1cce1 38 ArmMmuLib\r
39da4861 39 ArmVirtMemInfoLib\r
e1d52990 40 CacheMaintenanceLib\r
a1bcf5c3
AB
41\r
42[Guids]\r
43 gEfiMemoryTypeInformationGuid\r
44\r
45[FeaturePcd]\r
46 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
47\r
48[FixedPcd]\r
49 gArmTokenSpaceGuid.PcdFdSize\r
50\r
51 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
52\r
53 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
54 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
55 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
56 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
57 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
58 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
59 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
60 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
61 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
62\r
63[Pcd]\r
64 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
65 gArmTokenSpaceGuid.PcdSystemMemorySize\r
66 gArmTokenSpaceGuid.PcdFdBaseAddress\r
67\r
68[Depex]\r
69 TRUE\r