charconvfw/charconvplugins/group/EucJpDirectmap.mmp
changeset 46 6124ff6478cc
parent 40 91ef7621b7fc
child 55 336bee5c2d35
equal deleted inserted replaced
45:662fa7de7023 46:6124ff6478cc
    15 *                Basicaly, Vodafone Pictograph is encoded by ISO2022, 
    15 *                Basicaly, Vodafone Pictograph is encoded by ISO2022, 
    16 *                but Japanese FEP needs a pictograph as one character code 
    16 *                but Japanese FEP needs a pictograph as one character code 
    17 *                in Shift-JIS character code set.
    17 *                in Shift-JIS character code set.
    18 *
    18 *
    19 */
    19 */
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 #ifdef EKA2
       
    26 ///////////////////////////////////////////////////////////////
       
    27 
    20 
    28 TARGET               EucJpDirectmap.dll
    21 TARGET               EucJpDirectmap.dll
    29 TARGETTYPE           PLUGIN
    22 TARGETTYPE           PLUGIN
    30 CAPABILITY           All -Tcb
    23 CAPABILITY           All -Tcb
    31 
    24 
    59 start resource       10207353.rss
    52 start resource       10207353.rss
    60 target               eucjpdirectmap.rsc
    53 target               eucjpdirectmap.rsc
    61 end
    54 end
    62 
    55 
    63 SMPSAFE
    56 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