charconvfw/charconvplugins/group/ShiftJisDirectmap.mmp
changeset 46 6124ff6478cc
parent 40 91ef7621b7fc
child 55 336bee5c2d35
equal deleted inserted replaced
45:662fa7de7023 46:6124ff6478cc
    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 
    20 
    21 
       
    22 
       
    23 #ifdef EKA2
       
    24 ///////////////////////////////////////////////////////////////
       
    25 // 3.0 Code
       
    26 TARGET               ShiftJisDirectmap.dll
    21 TARGET               ShiftJisDirectmap.dll
    27 TARGETTYPE           PLUGIN
    22 TARGETTYPE           PLUGIN
    28 CAPABILITY           All -Tcb
    23 CAPABILITY           All -Tcb
    29 
    24 
    30 uid                  0x10009D8D 0x10207354
    25 uid                  0x10009D8D 0x10207354
    58 target               shiftjisdirectmap.rsc
    53 target               shiftjisdirectmap.rsc
    59 end
    54 end
    60 
    55 
    61 SMPSAFE
    56 SMPSAFE
    62 
    57 
    63 ///////////////////////////////////////////////////////////////
       
    64 #else // Not EKA2
       
    65 ///////////////////////////////////////////////////////////////
       
    66 // 2.8 Code
       
    67 target          ShiftJisDirectmap.CPL
       
    68 targetpath      /system/charconv
       
    69 targettype      dll
       
    70 uid             0x1000601a 0x101F8691
       
    71 
       
    72 SOURCEPATH			../src/plugins
       
    73 USERINCLUDE ../inc
       
    74 source          ShiftJisDirectmap.CPP
       
    75 
       
    76 library         euser.lib
       
    77 //use CnvShiftJis::ReplacementForUnconvertibleUnicodeCharacters()
       
    78 //library         shiftjis_kddiau_shared.lib
       
    79 library         convutils.lib
       
    80 library         jisx0201_2.lib
       
    81 library         jisx0208_2.lib
       
    82 library         CnvShiftJisDirectmap.lib
       
    83 
       
    84 SOURCEPATH		../resource
       
    85 start resource  ShiftJisDirectmap.RSS
       
    86 lang            sc
       
    87 end
       
    88 
       
    89 #if defined(ARMCC)
       
    90 deffile         /epoc32/include/def/EABI/CONVPLUG.DEF 
       
    91 #elif defined(WINSCW)
       
    92 deffile         /epoc32/release/winscw/CONVPLUG.DEF 
       
    93 #elif defined(WINS)
       
    94 deffile         /epoc32/release/wins/CONVPLUG.DEF 
       
    95 #else
       
    96 deffile         /epoc32/release/marm/CONVPLUG.DEF 
       
    97 #endif
       
    98 
       
    99 CAPABILITY      CAP_GENERAL_DLL
       
   100 ///////////////////////////////////////////////////////////////
       
   101 #endif