]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
ArmPkg/ArmLib: avoid cache maintenance in PEIMs when executing in place
[mirror_edk2.git] / ArmPkg / Library / ArmLib / AArch64 / AArch64Lib.inf
CommitLineData
25402f5d
HL
1#/** @file\r
2#\r
3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
5ee57c2d 4# Portions copyright (c) 2011 - 2014, ARM Limited. All rights reserved.\r
25402f5d
HL
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\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\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = AArch64Lib\r
19 FILE_GUID = ef20ddf5-b334-47b3-94cf-52ff44c29138\r
61b02ba1 20 MODULE_TYPE = BASE\r
25402f5d
HL
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = ArmLib\r
61b02ba1 23 CONSTRUCTOR = AArch64LibConstructor\r
25402f5d
HL
24\r
25[Sources.AARCH64]\r
26 AArch64Lib.c\r
27 AArch64Mmu.c\r
28 AArch64ArchTimer.c\r
ef7b3786
BJ
29 ArmLibSupportV8.S\r
30 AArch64Support.S\r
31 AArch64ArchTimerSupport.S\r
25402f5d 32\r
ef7b3786 33 ../Common/AArch64/ArmLibSupport.S\r
5ee57c2d 34 ../Common/ArmLib.c\r
469e1e1e 35 AArch64BaseLibConstructor.c\r
5ee57c2d 36\r
25402f5d
HL
37[Packages]\r
38 ArmPkg/ArmPkg.dec\r
39 MdePkg/MdePkg.dec\r
40\r
41[LibraryClasses]\r
42 MemoryAllocationLib\r
61b02ba1 43 CacheMaintenanceLib\r
25402f5d
HL
44\r
45[Protocols]\r
46 gEfiCpuArchProtocolGuid\r