]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
Add ARM specific functions to the BaseCacheMaintenanceLib that generates an ASSERT...
[mirror_edk2.git] / MdePkg / Library / BaseCacheMaintenanceLib / BaseCacheMaintenanceLib.inf
CommitLineData
e1f414b6 1#/** @file\r
34b0820e 2# Instance of Cache Maintenance Library using Base Library services.\r
e1f414b6 3#\r
34b0820e 4# Cache Maintenance Library that uses Base Library services to maintain caches.\r
e1f414b6 5# This library assumes there are no chipset dependencies required to maintain caches.\r
85ea851e 6#\r
229fe3a2 7# Copyright (c) 2007 - 2008, Intel Corporation<BR>\r
8# Portions Copyright (c) 2008-2009 Apple Inc.<BR>
e1f414b6 9#\r
10# All rights reserved. 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
e1f414b6 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BaseCacheMaintenanceLib\r
23 FILE_GUID = 123dd843-57c9-4158-8418-ce68b3944ce7\r
24 MODULE_TYPE = BASE\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = CacheMaintenanceLib \r
e1f414b6 27\r
28\r
e1f414b6 29#\r
229fe3a2 30# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM\r
e1f414b6 31#\r
32\r
229fe3a2 33[Sources.IA32]\r
71bd74cb 34 X86Cache.c\r
e1f414b6 35\r
36[Sources.X64]\r
71bd74cb 37 X86Cache.c\r
e1f414b6 38\r
39[Sources.IPF]\r
40 IpfCache.c\r
41\r
42[Sources.EBC]\r
43 EbcCache.c\r
44\r
229fe3a2 45[Sources.ARM]
46 ArmCache.c
47
e1f414b6 48[Packages]\r
49 MdePkg/MdePkg.dec\r
50\r
5088ce25 51[LibraryClasses.common]\r
e1f414b6 52 BaseLib\r
38bbd3d9 53 DebugLib\r
e1f414b6 54\r
229fe3a2 55[LibraryClasses.Ipf]\r
56 PalLib\r
57\r