]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmPkg / Library / ArmCacheMaintenanceLib / ArmCacheMaintenanceLib.inf
1 #/** @file
2 # Implement CacheMaintenanceLib for ARM architectures
3 #
4 # Copyright (c) 2008, Apple Inc. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 #**/
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = ArmCacheMaintenanceLib
14 FILE_GUID = 1A20BE1F-33AD-450C-B49A-7123FCA8B7F9
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = CacheMaintenanceLib
18
19 [Sources.common]
20 ArmCacheMaintenanceLib.c
21
22 [Packages]
23 ArmPkg/ArmPkg.dec
24 MdePkg/MdePkg.dec
25
26 [LibraryClasses]
27 ArmLib
28 BaseLib