X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseCacheMaintenanceLib%2FBaseCacheMaintenanceLib.inf;h=d659161f33bc54f42c7a3c732cf19344dde3ce77;hb=41bfaffd13094d9042110091e6c37adf20c4032c;hp=4e86a6234091b311b08b5609130f5fd24ddb7454;hpb=34b0820ec68fc1defe097543b57a25d8ead0eb8f;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf index 4e86a62340..d659161f33 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf +++ b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf @@ -1,35 +1,37 @@ -#/** @file +## @file # Instance of Cache Maintenance Library using Base Library services. # # 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 - 2008, Intel Corporation +# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.
+# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 + VERSION_STRING = 1.1 LIBRARY_CLASS = CacheMaintenanceLib # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64 # -[Sources.Ia32] +[Sources.IA32] X86Cache.c [Sources.X64] @@ -41,13 +43,19 @@ [Sources.EBC] EbcCache.c +[Sources.ARM] + ArmCache.c + +[Sources.AARCH64] + ArmCache.c + [Packages] MdePkg/MdePkg.dec -[LibraryClasses.Ipf] - PalLib - -[LibraryClasses.common] +[LibraryClasses] BaseLib DebugLib +[LibraryClasses.Ipf] + PalLib +