os/textandloc/charconvfw/charconvplugins/group/jis.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 * jis.dll JIS charset converter wrapper
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 TARGET			jis.dll
    25 TARGETTYPE		PLUGIN
    26 
    27 CAPABILITY		All -Tcb
    28 
    29 UID				0x10009D8D 0x102044F3
    30 VENDORID		0x70000001
    31 
    32 USERINCLUDE ../inc
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    34 
    35 USERINCLUDE		../src/plugins
    36 USERINCLUDE		../src/inc
    37 
    38 SOURCEPATH		../src/plugins
    39 SOURCE			jis.cpp
    40 
    41 SOURCEPATH		../resource
    42 START RESOURCE	jis.rss
    43 TARGETPATH		/resource/charconv
    44 LANG			sc
    45 END
    46 
    47 START RESOURCE	102044f3.rss
    48 TARGET			jis.rsc
    49 END
    50 
    51 LIBRARY			euser.lib
    52 LIBRARY			charconv.lib
    53 LIBRARY			convutils.lib
    54 LIBRARY			jisbase_shared.lib 
    55 LIBRARY			jisx0201.lib
    56 LIBRARY			jisx0208.lib
    57 LIBRARY			jisx0212.lib
    58 LIBRARY			ecom.lib
    59 LIBRARY			featmgr.lib
    60 
    61 SMPSAFE