charconvfw/charconvplugins/group/EucJpDirectmap.mmp
changeset 0 1fb32624e06b
child 28 26914f8d1faf
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     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 
       
    22 
       
    23 
       
    24 
       
    25 #ifdef EKA2
       
    26 ///////////////////////////////////////////////////////////////
       
    27 
       
    28 TARGET               EucJpDirectmap.dll
       
    29 TARGETTYPE           PLUGIN
       
    30 CAPABILITY           All -Tcb
       
    31 
       
    32 uid                  0x10009D8D 0x10207353
       
    33 VENDORID		0x70000001
       
    34 
       
    35 SOURCEPATH			../src/plugins
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 USERINCLUDE		../inc
       
    39 USERINCLUDE		../src/inc
       
    40 USERINCLUDE		../src/shared
       
    41 
       
    42 source               EucJpDirectmap.CPP
       
    43 
       
    44 LIBRARY              euser.lib
       
    45 LIBRARY              charconv.lib
       
    46 LIBRARY              ecom.lib
       
    47 library              convutils.lib 
       
    48 library              jisx0201_2.lib
       
    49 library              jisx0208_2.lib
       
    50 library              jisx0212.lib
       
    51 library              CnvShiftJisDirectmap.lib
       
    52 
       
    53 SOURCEPATH		../resource
       
    54 
       
    55 Start resource       EucJpDirectmap.RSS
       
    56 Targetpath           /resource/charconv
       
    57 End
       
    58 
       
    59 start resource       10207353.rss
       
    60 target               EucJpDirectmap.RSC
       
    61 end
       
    62 
       
    63 SMPSAFE
       
    64 
       
    65 ///////////////////////////////////////////////////////////////
       
    66 #else // Not EKA2
       
    67 ///////////////////////////////////////////////////////////////
       
    68 // 2.8 Code
       
    69 target          EucJpDirectmap.CPL
       
    70 targetpath      /system/charconv
       
    71 targettype      dll
       
    72 uid             0x1000601a 0x101F86A6
       
    73 VENDORID		0x70000001
       
    74 
       
    75 SOURCEPATH			../src/plugins
       
    76 
       
    77 USERINCLUDE		../inc
       
    78 USERINCLUDE		../src/inc
       
    79 USERINCLUDE		../src/shared
       
    80 source          EucJpDirectmap.CPP
       
    81 
       
    82 library         euser.lib
       
    83 library         convutils.lib 
       
    84 library         jisx0201_2.lib
       
    85 library         jisx0208_2.lib
       
    86 library         jisx0212.lib
       
    87 library         CnvShiftJisDirectmap.lib
       
    88 
       
    89 SOURCEPATH		../resource
       
    90 start resource  EucJpDirectmap.RSS
       
    91 lang            sc
       
    92 end
       
    93 
       
    94 #if defined(ARMCC)
       
    95 deffile         /epoc32/include/def/EABI/CONVPLUG.DEF 
       
    96 #elif defined(WINSCW)
       
    97 deffile         /epoc32/release/winscw/CONVPLUG.DEF 
       
    98 #elif defined(WINS)
       
    99 deffile         /epoc32/release/wins/CONVPLUG.DEF 
       
   100 #else
       
   101 deffile         /epoc32/release/marm/CONVPLUG.DEF 
       
   102 #endif
       
   103 
       
   104 CAPABILITY      CAP_GENERAL_DLL
       
   105 ///////////////////////////////////////////////////////////////
       
   106 #endif