summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf')
-rw-r--r--MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf16
1 files changed, 10 insertions, 6 deletions
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<BR>
+# Portions Copyright (c) 2008-2009 Apple Inc.<BR>
#
# 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
+