128N/A## @file
128N/A# Instance of Cache Maintenance Library using Base Library services.
128N/A#
128N/A# Cache Maintenance Library that uses Base Library services to maintain caches.
128N/A# This library assumes there are no chipset dependencies required to maintain caches.
128N/A#
128N/A# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
128N/A# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
128N/A#
128N/A# This program and the accompanying materials
128N/A# are licensed and made available under the terms and conditions of the BSD License
128N/A# which accompanies this distribution. The full text of the license may be found at
128N/A# http://opensource.org/licenses/bsd-license.php.
128N/A# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
128N/A# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
128N/A#
128N/A#
128N/A##
873N/A
128N/A[Defines]
128N/A INF_VERSION = 0x00010005
128N/A BASE_NAME = BaseCacheMaintenanceLib
128N/A FILE_GUID = 123dd843-57c9-4158-8418-ce68b3944ce7
128N/A MODULE_TYPE = BASE
3232N/A VERSION_STRING = 1.0
128N/A LIBRARY_CLASS = CacheMaintenanceLib
1182N/A
128N/A
128N/A#
128N/A# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM
128N/A#
1183N/A
1182N/A[Sources.IA32]
1460N/A X86Cache.c
1182N/A
128N/A[Sources.X64]
128N/A X86Cache.c
3853N/A
4134N/A[Sources.IPF]
128N/A IpfCache.c
128N/A
128N/A[Sources.EBC]
128N/A EbcCache.c
128N/A
128N/A[Sources.ARM]
128N/A ArmCache.c
128N/A
128N/A[Packages]
1183N/A MdePkg/MdePkg.dec
128N/A
128N/A[LibraryClasses]
128N/A BaseLib
128N/A DebugLib
128N/A
128N/A[LibraryClasses.Ipf]
128N/A PalLib
128N/A
128N/A