os/textandloc/charconvfw/charconvplugins/group/ShiftJisDirectmap.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 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:     This module is a plug-in module for Shift-JIS with Pictograph.
    15 *                Basicaly, Vodafone Pictograph is encoded by ISO2022, 
    16 *                but Japanese FEP needs a pictograph as one character code 
    17 *                in Shift-JIS character code set.
    18 *
    19 */
    20 
    21 TARGET               ShiftJisDirectmap.dll
    22 TARGETTYPE           PLUGIN
    23 CAPABILITY           All -Tcb
    24 
    25 uid                  0x10009D8D 0x10207354
    26 VENDORID		0x70000001
    27 
    28 SOURCEPATH			../src/plugins
    29 
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    31 USERINCLUDE		../inc
    32 USERINCLUDE		../src/inc
    33 USERINCLUDE		../src/shared
    34 
    35 source               ShiftJisDirectmap.cpp
    36 
    37 LIBRARY              euser.lib
    38 LIBRARY              charconv.lib
    39 LIBRARY              ecom.lib
    40 //use CnvShiftJis::ReplacementForUnconvertibleUnicodeCharacters()
    41 //library              shiftjis_kddiau_shared.lib
    42 library              convutils.lib
    43 library              jisx0201_2.lib
    44 library              jisx0208_2.lib
    45 library              CnvShiftJisDirectmap.lib
    46 
    47 SOURCEPATH		../resource
    48 Start resource       ShiftJisDirectmap.RSS
    49 Targetpath           /resource/charconv
    50 End
    51 
    52 start resource       10207354.rss
    53 target               shiftjisdirectmap.rsc
    54 end
    55 
    56 SMPSAFE
    57