os/graphics/graphicsdeviceinterface/gdi/group/TGdiServer.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-2009 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 // Using relative paths for sourcepath and user includes
    15 // 
    16 //
    17 
    18 TARGET		tgdiserver.exe
    19 TARGETTYPE		exe
    20 UID           	0x1000007A 0x10273367
    21 VENDORID 0x70000001
    22 
    23 //capability all -tcb
    24 CAPABILITY       All -Tcb 
    25 
    26 userinclude	../../../../graphics/graphicstest/graphicstestharness/inc
    27 userinclude	../tgdi ../inc ../sgdi
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    29 
    30 SOURCEPATH  .
    31 SOURCEPATH  ../tgdi
    32 SOURCE		TGdiServer.cpp
    33 SOURCE		TRGB.CPP
    34 SOURCE		TLINEDDA.CPP
    35 SOURCE		TPALETTE.CPP
    36 SOURCE		TPICTURE.CPP
    37 SOURCE		TTFSTORE.CPP
    38 SOURCE		TTYPES.CPP
    39 SOURCE 		TBiDi.cpp 
    40 SOURCE 		TGraphicsContext.cpp 
    41 SOURCE 		TBiDiDefect.cpp
    42 SOURCE 		TLineBreak.cpp
    43 SOURCE 		TGlyphSel.cpp
    44 
    45 sourcepath ../sgdi
    46 SOURCE 		BIDI.CPP 
    47 SOURCE 		BidiCompact.cpp 
    48 SOURCE 		BidiText.cpp 
    49 SOURCE 		BidiCopy.cpp 
    50 SOURCE 		BidiVisual.cpp
    51 
    52 
    53 LIBRARY         euser.lib
    54 LIBRARY         gdi.lib	
    55 LIBRARY         palette.lib
    56 LIBRARY		efsrv.lib
    57 LIBRARY		estor.lib
    58 LIBRARY 	linebreak.lib
    59 LIBRARY	    	testexecuteutils.lib tgraphicsharness.lib
    60 LIBRARY	    	testexecutelogclient.lib
    61 
    62 LIBRARY 	ecom.lib
    63 LIBRARY		fntstr.lib 
    64 LIBRARY  	bitgdi.lib
    65 LIBRARY		fbscli.lib
    66 
    67 // We're quite heavy on the stack... 4k in WinS isn't enough...
    68 EPOCSTACKSIZE	0x10000
    69 
    70 SMPSAFE