charconvfw/Charconv/ongoing/Group/CnvShiftJisDirectmap.MMP
changeset 0 1fb32624e06b
child 16 56cd22a7a1cb
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 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 #include <platform_paths.hrh>
       
    29 
       
    30 target          CnvShiftJisDirectmap.dll
       
    31 CAPABILITY All -Tcb
       
    32 targettype      dll
       
    33 uid             0x1000008d 0x101F86A7
       
    34 VENDORID 0x70000001
       
    35 sourcepath      ../Source/foreign/shared
       
    36 source          CnvShiftJisDirectmap.cpp
       
    37 sourcepath      ../Source/generatedcpp
       
    38 source          g_shiftjisdirectmap.cpp
       
    39 
       
    40 // This is a SYSTEMINCLUDE macro containing the middleware
       
    41 // layer specific include directories
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 OS_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 systeminclude   ../Include
       
    46 SYSTEMINCLUDE   ../../../../inc
       
    47 SYSTEMINCLUDE   ../../../inc
       
    48 
       
    49 library         EUSER.LIB
       
    50 deffile         CnvShiftJisDirectmap.DEF
       
    51