]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
4e86a6234091b311b08b5609130f5fd24ddb7454
[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 - 2008, Intel Corporation
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = BaseCacheMaintenanceLib
22 FILE_GUID = 123dd843-57c9-4158-8418-ce68b3944ce7
23 MODULE_TYPE = BASE
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = CacheMaintenanceLib
26
27
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources.Ia32]
33 X86Cache.c
34
35 [Sources.X64]
36 X86Cache.c
37
38 [Sources.IPF]
39 IpfCache.c
40
41 [Sources.EBC]
42 EbcCache.c
43
44 [Packages]
45 MdePkg/MdePkg.dec
46
47 [LibraryClasses.Ipf]
48 PalLib
49
50 [LibraryClasses.common]
51 BaseLib
52 DebugLib
53