]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
MdePkg: Added ARM Aarch64 architecture support
[mirror_edk2.git] / MdePkg / Library / BaseCacheMaintenanceLib / BaseCacheMaintenanceLib.inf
1 ## @file
2 # Instance of Cache Maintenance Library using Base Library services.
3 #
4 # Cache Maintenance Library that uses Base Library services to maintain caches.
5 # This library assumes there are no chipset dependencies required to maintain caches.
6 #
7 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
8 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
9 #
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php.
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = BaseCacheMaintenanceLib
23 FILE_GUID = 123dd843-57c9-4158-8418-ce68b3944ce7
24 MODULE_TYPE = BASE
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = CacheMaintenanceLib
27
28
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64
31 #
32
33 [Sources.IA32]
34 X86Cache.c
35
36 [Sources.X64]
37 X86Cache.c
38
39 [Sources.IPF]
40 IpfCache.c
41
42 [Sources.EBC]
43 EbcCache.c
44
45 [Sources.ARM]
46 ArmCache.c
47
48 [Sources.AARCH64]
49 ArmCache.c
50
51 [Packages]
52 MdePkg/MdePkg.dec
53
54 [LibraryClasses]
55 BaseLib
56 DebugLib
57
58 [LibraryClasses.Ipf]
59 PalLib
60