os/textandloc/textrendering/textformatting/test/group/tformserver.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/textrendering/textformatting/test/group/tformserver.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,86 @@
     1.4 +/*
     1.5 +* Copyright (c) 2010 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 +
    1.23 +TARGET		  tformserver.exe
    1.24 +TARGETTYPE	  exe
    1.25 +capability 	  All -TCB
    1.26 +
    1.27 +MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.28 +USERINCLUDE ../../tagma
    1.29 +USERINCLUDE ../../inc
    1.30 +USERINCLUDE ../src ../traces
    1.31 +USERINCLUDE ../../undo
    1.32 +
    1.33 +SOURCEPATH		../src
    1.34 +SOURCE		tformserver.cpp
    1.35 +SOURCE		tcustomcharmapping.cpp
    1.36 +SOURCE 		TGraphicsContext.cpp
    1.37 +SOURCE 		TTagmaImp.cpp
    1.38 +SOURCE 		TTmSource.cpp
    1.39 +SOURCE		TBidiCursorPos.cpp
    1.40 +SOURCE		TTmCode.cpp
    1.41 +SOURCE		TUnique.cpp
    1.42 +SOURCE 		TUndo.cpp
    1.43 +SOURCE 		TInterpreter.cpp
    1.44 +SOURCE 		TestLayout.cpp
    1.45 +SOURCE 		TestPicture.cpp
    1.46 +SOURCE 		TFormat.cpp
    1.47 +SOURCE 		TInlineText.cpp
    1.48 +SOURCE 		TGraphemeIterator.cpp
    1.49 +SOURCE		TFormBenchmark.cpp
    1.50 +SOURCE  	TLINEPAG.CPP
    1.51 +SOURCE 		tformhindi.cpp
    1.52 +
    1.53 +SOURCEPATH  ../../tagma
    1.54 +SOURCE 		TMCODE.CPP TMLAYOUT.CPP TMINTERP.CPP TMGLYPH.CPP TMFORWRD.CPP
    1.55 +SOURCE 		TMSOURCE.CPP TMTEXT.CPP tmeditor.cpp TMFORMAT.CPP
    1.56 +SOURCE 		TmHighlightSource.cpp TmChunkInterp.cpp
    1.57 +SOURCE 		TmTextDrawExt.cpp tmreformat.cpp
    1.58 +SOURCE 		TmBufferBase.cpp TBidirectionalEndofLineContext.cpp
    1.59 +SOURCE 		TmChunk.cpp TmLine.cpp TmFormatContext.cpp
    1.60 +
    1.61 +SOURCEPATH  ../../undo
    1.62 +SOURCE 		UniqueInstanceImpl.cpp UniqueInstance.cpp
    1.63 +SOURCE 		UndoSystem.cpp UndoSystemImpl.cpp
    1.64 +SOURCE 		EditorCommands.cpp EditorUndo.cpp
    1.65 +SOURCE 		EditorPlainTextCommands.cpp EditorPlainTextUndo.cpp
    1.66 +
    1.67 +SOURCEPATH ../../tbox
    1.68 +SOURCE 		FormLinePag.cpp
    1.69 +
    1.70 +LIBRARY		euser.lib
    1.71 +LIBRARY	    testexecuteutils.lib 
    1.72 +LIBRARY	    testexecutelogclient.lib
    1.73 +LIBRARY 	gdi.lib form.lib etext.lib ws32.lib fbscli.lib efsrv.lib
    1.74 +
    1.75 +LIBRARY  	cone.lib fntstr.lib
    1.76 +LIBRARY 	estor.lib tagma.lib
    1.77 +LIBRARY 	linebreak.lib
    1.78 +LIBRARY		form_and_etext_editor.lib
    1.79 +LIBRARY		bitgdi.lib
    1.80 +
    1.81 +#ifdef ENABLE_ABIV2_MODE
    1.82 +DEBUGGABLE_UDEBONLY
    1.83 +#endif
    1.84 +
    1.85 +epocstacksize	0x10000
    1.86 +
    1.87 +VENDORID 0x70000001
    1.88 +
    1.89 +SMPSAFE
    1.90 \ No newline at end of file