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