]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmLib/AArch64/AArch64LibPei.inf
ArmVirtPkg: replace all ArmLib resolutions with ArmBaseLib
[mirror_edk2.git] / ArmPkg / Library / ArmLib / AArch64 / AArch64LibPei.inf
CommitLineData
469e1e1e
AB
1#/** @file\r
2#\r
3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
4# Portions copyright (c) 2011 - 2014, ARM Limited. All rights reserved.\r
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
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = ArmLib|PEIM PEI_CORE\r
23 CONSTRUCTOR = AArch64LibConstructor\r
24\r
25[Sources.AARCH64]\r
26 AArch64Lib.c\r
27 AArch64Mmu.c\r
28 AArch64ArchTimer.c\r
29 ArmLibSupportV8.S\r
30 AArch64Support.S\r
31 AArch64ArchTimerSupport.S\r
32\r
33 ../Common/AArch64/ArmLibSupport.S\r
34 ../Common/ArmLib.c\r
35 AArch64PeiLibConstructor.c\r
36\r
37[Packages]\r
38 ArmPkg/ArmPkg.dec\r
39 MdePkg/MdePkg.dec\r
40\r
41[LibraryClasses]\r
42 MemoryAllocationLib\r
43 CacheMaintenanceLib\r