os/textandloc/charconvfw/charconvplugins/group/charconv_all_plugins.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 *
    16 */
    17 
    18 
    19 #ifndef __CHARCONV_ALL_PLUGINS_IBY__
    20 #define __CHARCONV_ALL_PLUGINS_IBY__
    21 
    22 #include <charconv_chinese_simplfied.iby>
    23 #include <charconv_chinese_traditional.iby>
    24 
    25 // Include either charconv_japanese.iby or charconv_japanese_s60.iby to choose operator specific
    26 // versions of Japanese plugins. Note only ONE of these versions may be present in ROM at any time.
    27 #include <charconv_japanese.iby>
    28 //#include <charconv_japanese_s60.iby>
    29 
    30 #include <charconv_iso8859x.iby>
    31 #include <charconv_codepage.iby>
    32 #include <charconv_sms7bit.iby>
    33 #include <charconv_gsm7_turkish.iby>
    34 #include <charconv_spanish_smsencoding.iby>
    35 #include <charconv_portuguese_smsencoding.iby>
    36 #include <charconv_s60.iby>
    37 
    38 #ifndef __UCS2_PLUGIN__
    39 #define __UCS2_PLUGIN__
    40 ECOM_PLUGIN(UCS2.DLL, 102044FE.RSC)
    41 data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\ucs2  resource\charconv\ucs2)
    42 #endif
    43 
    44 #endif