charconvfw/charconvplugins/group/charconv_japanese.iby
changeset 0 1fb32624e06b
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 2000-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 #ifndef __CHARCONV_JAPANESE_S60_IBY__
       
    19 
       
    20 #ifndef __CHARCONV_JAPANESE_IBY__
       
    21 #define __CHARCONV_JAPANESE_IBY__
       
    22 
       
    23 // Include either charconv_japanese_docomo.iby or charconv_japanese_kddiau.iby to choose operator specific
       
    24 // versions of shiftjis and j5 plugins. Note only ONE of these versions may be present in ROM at any time.
       
    25 #include <charconv_japanese_docomo.iby>
       
    26 
       
    27 file=ABI_DIR\BUILD_DIR\jisbase_shared.dll              sys\bin\jisbase_shared.dll
       
    28 file=ABI_DIR\BUILD_DIR\jisx0201.dll                    sys\bin\jisx0201.dll
       
    29 file=ABI_DIR\BUILD_DIR\jisx0208.dll                    sys\bin\jisx0208.dll
       
    30 file=ABI_DIR\BUILD_DIR\jisx0212.dll                    sys\bin\jisx0212.dll
       
    31 
       
    32 ECOM_PLUGIN(iso2022jp.dll, 102044F5.rsc)
       
    33 ECOM_PLUGIN(iso2022jp1.dll, 102044F6.rsc)
       
    34 ECOM_PLUGIN(jis.dll, 102044F3.rsc)
       
    35 ECOM_PLUGIN(eucjp_packed.dll, 102044F4.rsc)
       
    36 
       
    37 data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\shiftjis      resource\charconv\shiftjis)
       
    38 data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\iso2022jp     resource\charconv\iso2022jp)
       
    39 data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\iso2022jp1    resource\charconv\iso2022jp1)
       
    40 data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\jis           resource\charconv\jis)
       
    41 data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\eucjp_packed  resource\charconv\eucjp_packed)
       
    42 data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\j5            resource\charconv\j5)
       
    43 
       
    44 #endif
       
    45 
       
    46 #endif