os/textandloc/charconvfw/charconvplugins/group/charconv_japanese.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/charconvfw/charconvplugins/group/charconv_japanese.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,46 @@
     1.4 +/*
     1.5 +* Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +#ifndef __CHARCONV_JAPANESE_S60_IBY__
    1.22 +
    1.23 +#ifndef __CHARCONV_JAPANESE_IBY__
    1.24 +#define __CHARCONV_JAPANESE_IBY__
    1.25 +
    1.26 +// Include either charconv_japanese_docomo.iby or charconv_japanese_kddiau.iby to choose operator specific
    1.27 +// versions of shiftjis and j5 plugins. Note only ONE of these versions may be present in ROM at any time.
    1.28 +#include <charconv_japanese_docomo.iby>
    1.29 +
    1.30 +file=ABI_DIR\BUILD_DIR\jisbase_shared.dll              sys\bin\jisbase_shared.dll
    1.31 +file=ABI_DIR\BUILD_DIR\jisx0201.dll                    sys\bin\jisx0201.dll
    1.32 +file=ABI_DIR\BUILD_DIR\jisx0208.dll                    sys\bin\jisx0208.dll
    1.33 +file=ABI_DIR\BUILD_DIR\jisx0212.dll                    sys\bin\jisx0212.dll
    1.34 +
    1.35 +ECOM_PLUGIN(iso2022jp.dll, 102044F5.rsc)
    1.36 +ECOM_PLUGIN(iso2022jp1.dll, 102044F6.rsc)
    1.37 +ECOM_PLUGIN(jis.dll, 102044F3.rsc)
    1.38 +ECOM_PLUGIN(eucjp_packed.dll, 102044F4.rsc)
    1.39 +
    1.40 +data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\shiftjis      resource\charconv\shiftjis)
    1.41 +data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\iso2022jp     resource\charconv\iso2022jp)
    1.42 +data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\iso2022jp1    resource\charconv\iso2022jp1)
    1.43 +data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\jis           resource\charconv\jis)
    1.44 +data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\eucjp_packed  resource\charconv\eucjp_packed)
    1.45 +data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\j5            resource\charconv\j5)
    1.46 +
    1.47 +#endif
    1.48 +
    1.49 +#endif