os/textandloc/charconvfw/charconvplugins/group/charconv_chinese_simplfied.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_chinese_simplfied.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,37 @@
     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 +
    1.22 +#ifndef __CHARCONV_CHINESE_SIMPLIFIED_IBY__
    1.23 +#define __CHARCONV_CHINESE_SIMPLIFIED_IBY__
    1.24 +
    1.25 +file=ABI_DIR\BUILD_DIR\gb2312_shared.dll         sys\bin\gb2312_shared.dll
    1.26 +file=ABI_DIR\BUILD_DIR\gbk_shared.dll            sys\bin\gbk_shared.dll
    1.27 +file=ABI_DIR\BUILD_DIR\gb18030_diff_gbk.dll      sys\bin\gb18030_diff_gbk.dll
    1.28 +file=ABI_DIR\BUILD_DIR\gb18030_4byte.dll         sys\bin\gb18030_4byte.dll
    1.29 +
    1.30 +ECOM_PLUGIN(gb2312.dll, 102044E9.rsc)
    1.31 +ECOM_PLUGIN(hz.dll, 102044F2.rsc)
    1.32 +ECOM_PLUGIN(gbk.dll, 102044EB.rsc)
    1.33 +ECOM_PLUGIN(gb18030.dll, 1028703A.rsc)
    1.34 +
    1.35 +data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\gb2312  resource\charconv\gb2312)
    1.36 +data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\hz      resource\charconv\hz)
    1.37 +data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\gbk     resource\charconv\gbk)
    1.38 +data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\gb18030 resource\charconv\gb18030)
    1.39 +
    1.40 +#endif