diff -r 000000000000 -r 1fb32624e06b charconvfw/charconvplugins/group/charconv_all_plugins.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/charconvfw/charconvplugins/group/charconv_all_plugins.iby Tue Feb 02 02:02:46 2010 +0200 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2002-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 __CHARCONV_ALL_PLUGINS_IBY__ +#define __CHARCONV_ALL_PLUGINS_IBY__ + +#include +#include + +// Include either charconv_japanese.iby or charconv_japanese_s60.iby to choose operator specific +// versions of Japanese plugins. Note only ONE of these versions may be present in ROM at any time. +#include +//#include + +#include +#include +#include +#include +#include +#include +#include + +#ifndef __UCS2_PLUGIN__ +#define __UCS2_PLUGIN__ +ECOM_PLUGIN(UCS2.DLL, 102044FE.RSC) +data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\ucs2 resource\charconv\ucs2) +#endif + +#endif