]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[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 - 2018, Intel Corporation. All rights reserved.<BR>
8 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = BaseCacheMaintenanceLib
18 MODULE_UNI_FILE = BaseCacheMaintenanceLib.uni
19 FILE_GUID = 123dd843-57c9-4158-8418-ce68b3944ce7
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.1
22 LIBRARY_CLASS = CacheMaintenanceLib
23
24
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64
27 #
28
29 [Sources.IA32]
30 X86Cache.c
31
32 [Sources.X64]
33 X86Cache.c
34
35 [Sources.EBC]
36 EbcCache.c
37
38 [Sources.ARM]
39 ArmCache.c
40
41 [Sources.AARCH64]
42 ArmCache.c
43
44 [Packages]
45 MdePkg/MdePkg.dec
46
47 [LibraryClasses]
48 BaseLib
49 DebugLib
50