os/textandloc/charconvfw/charconv_fw/group/T_CharConvFWServer.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/charconvfw/charconv_fw/group/T_CharConvFWServer.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,67 @@
     1.4 +/*
     1.5 +* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +TARGET		  t_charconvfwserver.exe
    1.23 +TARGETTYPE	  exe
    1.24 +UID 0x1000007A 0xE27AD85E
    1.25 +//UID			 0 0xE27AD85D
    1.26 +
    1.27 +CAPABILITY		ProtServ
    1.28 +
    1.29 +USERINCLUDE	 ../inc
    1.30 +USERINCLUDE	 ../test/rtest/tsrc/inc
    1.31 +USERINCLUDE	 ../test/rtest/tsrc/otherutf
    1.32 +
    1.33 +APP_LAYER_SYSTEMINCLUDE 
    1.34 +OS_LAYER_LIBC_SYSTEMINCLUDE 
    1.35 +
    1.36 +
    1.37 +SOURCEPATH		../test
    1.38 +//SOURCEPATH		../test/rtest/tsrc/otherutf
    1.39 +
    1.40 +
    1.41 +SOURCE			t_charconvfwserver.cpp
    1.42 +SOURCEPATH		../test/rtest/tsrc/utf
    1.43 +SOURCE			tsimple7.cpp
    1.44 +SOURCE			tsimple8.cpp
    1.45 +SOURCE			trfc1642.cpp
    1.46 +SOURCE			tcomp7.cpp
    1.47 +SOURCE			tcomp8.cpp
    1.48 +SOURCE			trealut8.cpp
    1.49 +SOURCE			trealuni.cpp
    1.50 +SOURCE			terror.cpp
    1.51 +SOURCE			tnewlin7.cpp
    1.52 +SOURCE			tjava.cpp
    1.53 +SOURCE			tpartial.cpp
    1.54 +SOURCE			timap.cpp
    1.55 +
    1.56 +SOURCEPATH		../test/rtest/tsrc/main
    1.57 +SOURCE	        t_memory.cpp
    1.58 +
    1.59 +
    1.60 +LIBRARY		euser.lib
    1.61 +LIBRARY		charconv.lib
    1.62 +LIBRARY		efsrv.lib
    1.63 +LIBRARY		utf8.lib
    1.64 +LIBRARY		utf7.lib
    1.65 +LIBRARY	    testexecuteutils.lib 
    1.66 +LIBRARY	    testexecutelogclient.lib
    1.67 +
    1.68 +#ifdef ENABLE_ABIV2_MODE
    1.69 +DEBUGGABLE_UDEBONLY
    1.70 +#endif