fontservices/textbase/group/ttextbaseserver.mmp
changeset 45 662fa7de7023
equal deleted inserted replaced
41:ea44a32a96bc 45:662fa7de7023
       
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // 
       
    15 //
       
    16 
       
    17 TARGET		TTextBaseServer.exe
       
    18 TARGETTYPE		exe
       
    19 UID           	0x1000007A 0x10273367
       
    20 VENDORID 0x70000001
       
    21 
       
    22 //capability all -tcb
       
    23 CAPABILITY       All -Tcb 
       
    24 
       
    25 userinclude	../../../../graphics/graphicstest/graphicstestharness/inc
       
    26 userinclude ../tgdi ../inc ../sgdi
       
    27 SYSTEMINCLUDE	/epoc32/include/test
       
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 
       
    30 SOURCEPATH  ../tgdi
       
    31 SOURCE		TGdiServer.cpp
       
    32 SOURCE		TTFSTORE.CPP
       
    33 SOURCE		TTYPES.CPP
       
    34 SOURCE 		TBiDi.cpp 
       
    35 SOURCE 		TGraphicsContext.cpp 
       
    36 SOURCE 		TBiDiDefect.cpp
       
    37 SOURCE 		TLineBreak.cpp
       
    38 SOURCE 		TGlyphSel.cpp
       
    39 
       
    40 
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         gdi.lib	
       
    44 LIBRARY         palette.lib
       
    45 LIBRARY		efsrv.lib
       
    46 LIBRARY		estor.lib
       
    47 LIBRARY 	linebreak.lib
       
    48 LIBRARY	    	testexecuteutils.lib tgraphicsharness.lib
       
    49 LIBRARY	    	testexecutelogclient.lib
       
    50 
       
    51 LIBRARY 	ecom.lib
       
    52 LIBRARY		fntstr.lib 
       
    53 LIBRARY  	bitgdi.lib
       
    54 LIBRARY		fbscli.lib
       
    55 
       
    56 #if !defined(WINS)
       
    57 LIBRARY  viewsrv.lib
       
    58 #endif
       
    59 
       
    60 STATICLIBRARY textbase.lib
       
    61 
       
    62 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    63 EPOCSTACKSIZE	0x10000
       
    64 
       
    65 SMPSAFE