diff -r 000000000000 -r 2f259fa3e83a uiutils/Findutil/rom/Findutil_Variant.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiutils/Findutil/rom/Findutil_Variant.iby Tue Feb 02 01:00:49 2010 +0200 @@ -0,0 +1,45 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ + + + + + + + +#ifndef __FINDUTIL_VARIANT_IBY__ +#define __FINDUTIL_VARIANT_IBY__ + +#if defined(__JAPANESE) // Japanese find implementation + +file=ABI_DIR\BUILD_DIR\FindUtilImplJapan.dll SHARED_LIB_DIR\FindUtilImpl.dll + +#elif defined(__CHINESE) // Chinese find implementation + +file=ABI_DIR\BUILD_DIR\FindUtilImplChina.dll SHARED_LIB_DIR\FindUtilImpl.dll + +#elif defined(__THAI) // Thai find implementation + +file=ABI_DIR\BUILD_DIR\FindUtilImplThai.dll SHARED_LIB_DIR\FindUtilImpl.dll + +#else // default implementation + +file=ABI_DIR\BUILD_DIR\FindUtilImpl.dll SHARED_LIB_DIR\FindUtilImpl.dll + +#endif + +#endif