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