X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseCacheMaintenanceLib%2FBaseCacheMaintenanceLib.inf;h=298ba39fb4157d4ed0ce93c30b34757098090462;hb=c92c179040e2b5ec056822ef1716f56e54f64dac;hp=9d84b066b4f21d2c6523a8c75db3d61ea65d3ece;hpb=5088ce25ff605ee9a3a13fd5f51bf7bff68495f6;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf index 9d84b066b4..298ba39fb4 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf +++ b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf @@ -1,40 +1,41 @@ -#/** @file -# Component description file for Base Cache Maintenance Library +## @file +# Instance of Cache Maintenance Library using Base Library services. # -# Cache Maintenance Library that uses Base Library services to maintain caches. +# Cache Maintenance Library that uses Base Library services to maintain caches. # This library assumes there are no chipset dependencies required to maintain caches. -# Copyright (c) 2007 - 2007, Intel Corporation # -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.
+# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
+# +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php +# http://opensource.org/licenses/bsd-license.php. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = BaseCacheMaintenanceLib + MODULE_UNI_FILE = BaseCacheMaintenanceLib.uni FILE_GUID = 123dd843-57c9-4158-8418-ce68b3944ce7 MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = CacheMaintenanceLib - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64 # -[Sources.Ia32] - x86Cache.c +[Sources.IA32] + X86Cache.c [Sources.X64] - x86Cache.c + X86Cache.c [Sources.IPF] IpfCache.c @@ -42,12 +43,19 @@ [Sources.EBC] EbcCache.c +[Sources.ARM] + ArmCache.c + +[Sources.AARCH64] + ArmCache.c + [Packages] MdePkg/MdePkg.dec [LibraryClasses] + BaseLib DebugLib -[LibraryClasses.common] - BaseLib +[LibraryClasses.Ipf] + PalLib