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 = ArmMmuBaseLib 18 FILE_GUID = da8f0232-fb14-42f0-922c-63104d2c70bd 19 MODULE_TYPE = BASE 20 VERSION_STRING = 1.0 21 LIBRARY_CLASS = ArmMmuLib 22 CONSTRUCTOR = ArmMmuBaseLibConstructor 23 24[Sources.AARCH64] 25 AArch64/ArmMmuLibCore.c 26 AArch64/ArmMmuLibReplaceEntry.S 27 28[Sources.ARM] 29 Arm/ArmMmuLibCore.c 30 Arm/ArmMmuLibV7Support.S |GCC 31 Arm/ArmMmuLibV7Support.asm |RVCT 32 33[Packages] 34 ArmPkg/ArmPkg.dec 35 EmbeddedPkg/EmbeddedPkg.dec 36 MdePkg/MdePkg.dec 37 38[LibraryClasses] 39 ArmLib 40 CacheMaintenanceLib 41 MemoryAllocationLib 42 43[Pcd.AARCH64] 44 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize 45 46[Pcd.ARM] 47 gArmTokenSpaceGuid.PcdNormalMemoryNonshareableOverride 48