sl@0: // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // template\template_variant\replacement_utils\replacement_utils.h sl@0: // This header file controls which of the generic utility functions are replaced sl@0: // by the variant. The replacement implmenetations are supplied in the files sl@0: // kernel.cia and common.cia in this directory. sl@0: // The replacement functions are selected by a series of macros as described sl@0: // below: sl@0: // Macro: Functions replaced: Location of replacement: sl@0: // USE_REPLACEMENT_MEMSET memclr common.cia sl@0: // memset sl@0: // USE_REPLACEMENT_MEMCPY wordmove common.cia sl@0: // memmove sl@0: // memcpy sl@0: // USE_REPLACEMENT_UMEMGET kumemget32 kernel.cia sl@0: // umemget32 sl@0: // kumemget sl@0: // umemget sl@0: // USE_REPLACEMENT_UMEMPUT kumemput32 kernel.cia sl@0: // umemput32 sl@0: // kumemput sl@0: // umemput sl@0: // sl@0: // sl@0: sl@0: #ifndef __REPLACEMENT_UTILS_H__ sl@0: sl@0: //#define USE_REPLACEMENT_MEMSET sl@0: //#define USE_REPLACEMENT_MEMCPY sl@0: //#define USE_REPLACEMENT_UMEMGET sl@0: //#define USE_REPLACEMENT_UMEMPUT sl@0: sl@0: #endif