charconvfw/charconvplugins/group/CnvShiftJisDirectmap.mmp
changeset 0 1fb32624e06b
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 2022 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 
       
    22 target			CnvShiftJisDirectmap.dll
       
    23 CAPABILITY All	-Tcb
       
    24 targettype		dll
       
    25 
       
    26 deffile         CnvShiftJisDirectmap.def
       
    27 
       
    28 uid				0x1000008d 0x101F86A7
       
    29 VENDORID		0x70000001
       
    30 
       
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 USERINCLUDE		../src/shared
       
    33 
       
    34 SOURCEPATH		../src/shared
       
    35 source          CnvShiftJisDirectmap.cpp
       
    36 
       
    37 SOURCEPATH		/epoc32/build/generatedcpp/charconv
       
    38 SOURCE			g_ShiftJisDirectmap.cpp
       
    39 
       
    40 library         euser.lib
       
    41 
       
    42 SMPSAFE