]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
MdePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdePkg / Library / BaseCacheMaintenanceLib / BaseCacheMaintenanceLib.inf
CommitLineData
6bfbb5f0 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
9095d37b 7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
2f7c0ad1 8# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
e1f414b6 9#\r
2f7c0ad1 10# This program and the accompanying materials\r
e1f414b6 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
2fc59a00 13# http://opensource.org/licenses/bsd-license.php.\r
e1f414b6 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
6bfbb5f0 18##\r
e1f414b6 19\r
e1f414b6 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BaseCacheMaintenanceLib\r
c92c1790 23 MODULE_UNI_FILE = BaseCacheMaintenanceLib.uni\r
e1f414b6 24 FILE_GUID = 123dd843-57c9-4158-8418-ce68b3944ce7\r
25 MODULE_TYPE = BASE\r
d2660fe3 26 VERSION_STRING = 1.1\r
9095d37b 27 LIBRARY_CLASS = CacheMaintenanceLib\r
e1f414b6 28\r
29\r
e1f414b6 30#\r
3cb0a311 31# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
e1f414b6 32#\r
33\r
229fe3a2 34[Sources.IA32]\r
71bd74cb 35 X86Cache.c\r
e1f414b6 36\r
37[Sources.X64]\r
71bd74cb 38 X86Cache.c\r
e1f414b6 39\r
e1f414b6 40[Sources.EBC]\r
41 EbcCache.c\r
42\r
ebd04fc2 43[Sources.ARM]\r
44 ArmCache.c\r
45\r
b4319afb
HL
46[Sources.AARCH64]\r
47 ArmCache.c\r
48\r
e1f414b6 49[Packages]\r
50 MdePkg/MdePkg.dec\r
51\r
6bfbb5f0 52[LibraryClasses]\r
e1f414b6 53 BaseLib\r
38bbd3d9 54 DebugLib\r
e1f414b6 55\r