os/textandloc/charconvfw/charconvplugins/group/shiftjis_docomo.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 * Alternative version of ShiftJIS plug-in converter wrapper - links with
    16 * shiftjis_docomo_shared to implement conversion of NTT Docomo specific
    17 * Shift-JIS codes, i.e. "Emoji" characters. 
    18 * Note : This plugin has common interface and implementation UIDs with the 
    19 * shiftjis_kddiau plugin. See Shift-JIS_HowTo.doc for more information
    20 * on the impact of this.
    21 * shiftjis_docomo.cpl Alternative version of ShiftJIS converter wrapper 
    22 *
    23 */
    24 
    25 
    26 /**
    27  @file
    28 */
    29 
    30 TARGET			shiftjis_ntt_docomo.dll
    31 TARGETTYPE		PLUGIN
    32 
    33 CAPABILITY		All -Tcb
    34 
    35 UID				0x10009D8D 0x102044E8
    36 VENDORID		0x70000001
    37 
    38 USERINCLUDE ../inc
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    40 
    41 USERINCLUDE		../src/inc
    42 
    43 SOURCEPATH		../src/plugins
    44 SOURCE			shiftjis.cpp
    45 
    46 SOURCEPATH		../resource
    47 START RESOURCE	shiftjis.rss
    48 TARGETPATH		/resource/charconv
    49 LANG			sc
    50 END
    51 
    52 START RESOURCE	102044e8.rss
    53 TARGET			shiftjis_ntt_docomo.rsc
    54 END
    55 
    56 LIBRARY			euser.lib
    57 LIBRARY			shiftjis_docomo_shared.lib
    58 LIBRARY			ecom.lib
    59 
    60 SMPSAFE