os/textandloc/fontservices/textbase/group/ttextbaseserver.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/fontservices/textbase/group/ttextbaseserver.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,65 @@
     1.4 +// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// 
    1.18 +//
    1.19 +
    1.20 +TARGET		TTextBaseServer.exe
    1.21 +TARGETTYPE		exe
    1.22 +UID           	0x1000007A 0x10273367
    1.23 +VENDORID 0x70000001
    1.24 +
    1.25 +//capability all -tcb
    1.26 +CAPABILITY       All -Tcb 
    1.27 +
    1.28 +userinclude	../../../../graphics/graphicstest/graphicstestharness/inc
    1.29 +userinclude ../tgdi ../inc ../sgdi
    1.30 +SYSTEMINCLUDE	/epoc32/include/test
    1.31 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.32 +
    1.33 +SOURCEPATH  ../tgdi
    1.34 +SOURCE		TGdiServer.cpp
    1.35 +SOURCE		TTFSTORE.CPP
    1.36 +SOURCE		TTYPES.CPP
    1.37 +SOURCE 		TBiDi.cpp 
    1.38 +SOURCE 		TGraphicsContext.cpp 
    1.39 +SOURCE 		TBiDiDefect.cpp
    1.40 +SOURCE 		TLineBreak.cpp
    1.41 +SOURCE 		TGlyphSel.cpp
    1.42 +
    1.43 +
    1.44 +
    1.45 +LIBRARY         euser.lib
    1.46 +LIBRARY         gdi.lib	
    1.47 +LIBRARY         palette.lib
    1.48 +LIBRARY		efsrv.lib
    1.49 +LIBRARY		estor.lib
    1.50 +LIBRARY 	linebreak.lib
    1.51 +LIBRARY	    	testexecuteutils.lib tgraphicsharness.lib
    1.52 +LIBRARY	    	testexecutelogclient.lib
    1.53 +
    1.54 +LIBRARY 	ecom.lib
    1.55 +LIBRARY		fntstr.lib 
    1.56 +LIBRARY  	bitgdi.lib
    1.57 +LIBRARY		fbscli.lib
    1.58 +
    1.59 +#if !defined(WINS)
    1.60 +LIBRARY  viewsrv.lib
    1.61 +#endif
    1.62 +
    1.63 +STATICLIBRARY textbase.lib
    1.64 +
    1.65 +// We're quite heavy on the stack... 4k in WinS isn't enough...
    1.66 +EPOCSTACKSIZE	0x10000
    1.67 +
    1.68 +SMPSAFE