charconvfw/charconvplugins/test/rtest/group/t_charconvpluginserver.mmp
changeset 53 11e2bb0d14ba
equal deleted inserted replaced
46:6124ff6478cc 53:11e2bb0d14ba
       
     1 /*
       
     2 * Copyright (c) 2010 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET		  t_charconvpluginserver.exe
       
    19 TARGETTYPE	  exe
       
    20 UID 0x1000007A 0xE27AD85E
       
    21 //for browser
       
    22 SECUREID 0x10008D39
       
    23 VENDORID		0x70000001
       
    24 
       
    25 CAPABILITY		ProtServ
       
    26 
       
    27 USERINCLUDE		../../
       
    28 USERINCLUDE		../tsrc/plugins
       
    29 USERINCLUDE		../../../inc
       
    30 
       
    31 APP_LAYER_SYSTEMINCLUDE 
       
    32 OS_LAYER_LIBC_SYSTEMINCLUDE 
       
    33 
       
    34 SOURCEPATH		..\tsrc\main
       
    35 SOURCE			t_charconvpluginserver.cpp
       
    36 SOURCE			t_big5.cpp
       
    37 SOURCE			t_cp949.cpp
       
    38 SOURCE			t_autodetect.cpp
       
    39 
       
    40 SOURCE			t_win1250.cpp
       
    41 SOURCE			t_win1251.cpp
       
    42 SOURCE			t_win1253.cpp
       
    43 SOURCE			t_win1254.cpp
       
    44 SOURCE			t_win1255.cpp
       
    45 SOURCE			t_win1256.cpp
       
    46 SOURCE			t_win1257.cpp
       
    47 SOURCE			t_win1258.cpp
       
    48 SOURCE			t_win874.cpp
       
    49 SOURCE			t_ucs2.cpp
       
    50 SOURCE			t_turkishsingle.cpp
       
    51 SOURCE			t_turkishlockingsingle.cpp
       
    52 SOURCE			t_turkishlocking.cpp
       
    53 SOURCE			t_tis_620.cpp
       
    54 SOURCE			t_spanishgsmsingle.cpp
       
    55 SOURCE			t_snm.cpp
       
    56 SOURCE			t_replacement.cpp
       
    57 SOURCE			t_portugueselockingsingle.cpp
       
    58 SOURCE			t_portugueselocking.cpp
       
    59 SOURCE			t_portuguesesingle.cpp
       
    60 SOURCE			t_iso8859x.cpp g_tiso8859x.cpp
       
    61 SOURCE			t_iscii.cpp
       
    62 SOURCE			t_gb2312.cpp
       
    63 SOURCE			t_gbk.cpp
       
    64 SOURCE			t_hz.cpp
       
    65 SOURCE			t_extendedsms.cpp
       
    66 SOURCE			t_koi8r.cpp
       
    67 SOURCE			t_koi8u.cpp
       
    68 SOURCE			t_gb18030.cpp
       
    69 SOURCE			t_multi_plugins.cpp
       
    70 SOURCE			t_generalforeign.cpp
       
    71 SOURCE			t_jis.cpp
       
    72 SOURCE			t_builtin.cpp
       
    73 SOURCE			t_j5_kddiau.cpp
       
    74 SOURCE			t_j5_docomo.cpp
       
    75 SOURCE			t_eucjpdirectmap.cpp
       
    76 SOURCE			t_shiftjisdirectmap.cpp
       
    77 SOURCE			t_eucjp_packed.cpp
       
    78 SOURCE			t_eucjp_packed_2.cpp
       
    79 SOURCE			t_iso2022jp.cpp
       
    80 SOURCE			t_iso2022jp_2.cpp
       
    81 SOURCE			t_iso2022jp1_2.cpp
       
    82 SOURCE			t_shiftjis_kddiau.cpp
       
    83 SOURCE			t_shiftjis_docomo.cpp
       
    84 
       
    85 LIBRARY		euser.lib
       
    86 LIBRARY		efsrv.lib
       
    87 LIBRARY		charconv.lib
       
    88 LIBRARY	    testexecuteutils.lib 
       
    89 LIBRARY	    testexecutelogclient.lib
       
    90 LIBRARY		ecom.lib 
       
    91 LIBRARY		shiftjis_kddiau_shared.lib
       
    92 LIBRARY		shiftjis_docomo_shared.lib
       
    93 
       
    94 #ifdef ENABLE_ABIV2_MODE
       
    95 DEBUGGABLE_UDEBONLY
       
    96 #endif
       
    97 
       
    98 epocstacksize	50000
       
    99 
       
   100 SMPSAFE