]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf
14ebf8de673dd61b9acee528bcd45d8ecbc29c49
[mirror_edk2.git] / ArmPkg / Library / ArmMmuLib / ArmMmuPeiLib.inf
1 #/** @file
2 #
3 # Copyright (c) 2016 Linaro Ltd. All rights reserved.
4 #
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 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 #
13 #**/
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = ArmMmuPeiLib
18 FILE_GUID = b50d8d53-1ad1-44ea-9e69-8c89d4a6d08b
19 MODULE_TYPE = PEIM
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = ArmMmuLib|PEIM
22 CONSTRUCTOR = ArmMmuPeiLibConstructor
23
24 [Sources.AARCH64]
25 AArch64/ArmMmuLibCore.c
26 AArch64/ArmMmuPeiLibConstructor.c
27 AArch64/ArmMmuLibReplaceEntry.S
28
29 [Packages]
30 ArmPkg/ArmPkg.dec
31 MdePkg/MdePkg.dec
32
33 [LibraryClasses]
34 ArmLib
35 CacheMaintenanceLib
36 MemoryAllocationLib