os/textandloc/charconvfw/charconvplugins/group/gb18030.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 * GB18030 converter implementation
    16 *
    17 */
    18 
    19 
    20 TARGET			gb18030.dll
    21 TARGETTYPE		PLUGIN
    22 
    23 CAPABILITY		All -Tcb
    24 
    25 UID				0x10009D8D 0x1028703A
    26 VENDORID		0x70000001
    27 
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    29 USERINCLUDE		../src/inc
    30 USERINCLUDE		../inc
    31 
    32 SOURCEPATH		../src/plugins
    33 SOURCE			gb18030.cpp
    34 
    35 SOURCEPATH		../resource
    36 START RESOURCE	gb18030.rss
    37 TARGETPATH		/resource/charconv
    38 LANG			sc
    39 END
    40 
    41 START RESOURCE	1028703a.rss
    42 TARGET			gb18030.rsc
    43 END
    44 
    45 LIBRARY			euser.lib
    46 LIBRARY			charconv.lib
    47 LIBRARY			gb2312_shared.lib gbk_shared.lib
    48 LIBRARY			gb18030_4byte.lib gb18030_diff_gbk.lib
    49 LIBRARY			ecom.lib convutils.lib
    50 
    51 SMPSAFE