]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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 # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = BaseCacheMaintenanceLib
19 MODULE_UNI_FILE = BaseCacheMaintenanceLib.uni
20 FILE_GUID = 123dd843-57c9-4158-8418-ce68b3944ce7
21 MODULE_TYPE = BASE
22 VERSION_STRING = 1.1
23 LIBRARY_CLASS = CacheMaintenanceLib
24
25
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64
28 #
29
30 [Sources.IA32]
31 X86Cache.c
32
33 [Sources.X64]
34 X86Cache.c
35
36 [Sources.EBC]
37 EbcCache.c
38
39 [Sources.ARM]
40 ArmCache.c
41
42 [Sources.AARCH64]
43 ArmCache.c
44
45 [Sources.RISCV64]
46 RiscVCache.c
47
48 [Packages]
49 MdePkg/MdePkg.dec
50
51 [LibraryClasses]
52 BaseLib
53 DebugLib
54