X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseCacheMaintenanceLib%2FBaseCacheMaintenanceLib.inf;fp=MdePkg%2FLibrary%2FBaseCacheMaintenanceLib%2FBaseCacheMaintenanceLib.inf;h=efe54ec6a5f93de42c30a311ae4c51ec07f85bc2;hp=4e86a6234091b311b08b5609130f5fd24ddb7454;hb=229fe3a229ffc948423abbd0d16626cc63877605;hpb=ba4415a260cecc21585707d012c4f8e403fbcacf diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf index 4e86a62340..efe54ec6a5 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf +++ b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf @@ -4,7 +4,8 @@ # 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 - 2008, Intel Corporation
+# 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 @@ -26,10 +27,10 @@ # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM # -[Sources.Ia32] +[Sources.IA32] X86Cache.c [Sources.X64] @@ -41,13 +42,16 @@ [Sources.EBC] EbcCache.c +[Sources.ARM] + ArmCache.c + [Packages] MdePkg/MdePkg.dec -[LibraryClasses.Ipf] - PalLib - [LibraryClasses.common] BaseLib DebugLib +[LibraryClasses.Ipf] + PalLib +