X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseCacheMaintenanceLib%2FBaseCacheMaintenanceLib.inf;h=298ba39fb4157d4ed0ce93c30b34757098090462;hb=c92c179040e2b5ec056822ef1716f56e54f64dac;hp=6320ea201a82d5668a981a090f9e6decf69c6151;hpb=ebd04fc2e526ddc76f17e05cb50798fbf448e52e;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf index 6320ea201a..298ba39fb4 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf +++ b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf @@ -1,25 +1,26 @@ -#/** @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
-# Portions Copyright (c) 2008-2009 Apple Inc.
+# Copyright (c) 2007 - 2014, 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 @@ -27,7 +28,7 @@ # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM +# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64 # [Sources.IA32] @@ -45,10 +46,13 @@ [Sources.ARM] ArmCache.c +[Sources.AARCH64] + ArmCache.c + [Packages] MdePkg/MdePkg.dec -[LibraryClasses.common] +[LibraryClasses] BaseLib DebugLib