]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
9d84b066b4f21d2c6523a8c75db3d61ea65d3ece
[mirror_edk2.git] / MdePkg / Library / BaseCacheMaintenanceLib / BaseCacheMaintenanceLib.inf
1 #/** @file
2 # Component description file for Base Cache Maintenance Library
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 # Copyright (c) 2007 - 2007, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = BaseCacheMaintenanceLib
21 FILE_GUID = 123dd843-57c9-4158-8418-ce68b3944ce7
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = CacheMaintenanceLib
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
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 [Packages]
46 MdePkg/MdePkg.dec
47
48 [LibraryClasses]
49 DebugLib
50
51 [LibraryClasses.common]
52 BaseLib
53