charconvfw/charconv_fw/group/T_CharConvFWServer.mmp
changeset 53 11e2bb0d14ba
equal deleted inserted replaced
46:6124ff6478cc 53:11e2bb0d14ba
       
     1 /*
       
     2 * Copyright (c) 1997-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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET		  t_charconvfwserver.exe
       
    20 TARGETTYPE	  exe
       
    21 UID 0x1000007A 0xE27AD85E
       
    22 //UID			 0 0xE27AD85D
       
    23 
       
    24 CAPABILITY		ProtServ
       
    25 
       
    26 USERINCLUDE	 ../inc
       
    27 USERINCLUDE	 ../test/rtest/tsrc/inc
       
    28 USERINCLUDE	 ../test/rtest/tsrc/otherutf
       
    29 
       
    30 APP_LAYER_SYSTEMINCLUDE 
       
    31 OS_LAYER_LIBC_SYSTEMINCLUDE 
       
    32 
       
    33 
       
    34 SOURCEPATH		../test
       
    35 //SOURCEPATH		../test/rtest/tsrc/otherutf
       
    36 
       
    37 
       
    38 SOURCE			t_charconvfwserver.cpp
       
    39 SOURCEPATH		../test/rtest/tsrc/utf
       
    40 SOURCE			tsimple7.cpp
       
    41 SOURCE			tsimple8.cpp
       
    42 SOURCE			trfc1642.cpp
       
    43 SOURCE			tcomp7.cpp
       
    44 SOURCE			tcomp8.cpp
       
    45 SOURCE			trealut8.cpp
       
    46 SOURCE			trealuni.cpp
       
    47 SOURCE			terror.cpp
       
    48 SOURCE			tnewlin7.cpp
       
    49 SOURCE			tjava.cpp
       
    50 SOURCE			tpartial.cpp
       
    51 SOURCE			timap.cpp
       
    52 
       
    53 SOURCEPATH		../test/rtest/tsrc/main
       
    54 SOURCE	        t_memory.cpp
       
    55 
       
    56 
       
    57 LIBRARY		euser.lib
       
    58 LIBRARY		charconv.lib
       
    59 LIBRARY		efsrv.lib
       
    60 LIBRARY		utf8.lib
       
    61 LIBRARY		utf7.lib
       
    62 LIBRARY	    testexecuteutils.lib 
       
    63 LIBRARY	    testexecutelogclient.lib
       
    64 
       
    65 #ifdef ENABLE_ABIV2_MODE
       
    66 DEBUGGABLE_UDEBONLY
       
    67 #endif