charconvfw/charconvplugins/group/charconv_all_plugins.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 17:01:26 +0300
branchRCL_3
changeset 54 748ec5531811
parent 0 1fb32624e06b
permissions -rw-r--r--
Revision: 201021 Kit: 201035

/*
* 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 <charconv_chinese_simplfied.iby>
#include <charconv_chinese_traditional.iby>

// 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 <charconv_japanese.iby>
//#include <charconv_japanese_s60.iby>

#include <charconv_iso8859x.iby>
#include <charconv_codepage.iby>
#include <charconv_sms7bit.iby>
#include <charconv_gsm7_turkish.iby>
#include <charconv_spanish_smsencoding.iby>
#include <charconv_portuguese_smsencoding.iby>
#include <charconv_s60.iby>

#ifndef __UCS2_PLUGIN__
#define __UCS2_PLUGIN__
ECOM_PLUGIN(UCS2.DLL, 102044FE.RSC)
data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\ucs2  resource\charconv\ucs2)
#endif

#endif