graphicsdeviceinterface/bitgdi/group/TBitgdiServer.mmp
changeset 0 5d03bc08d59c
child 103 2717213c588a
child 163 bbf46f59e123
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 2006-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 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @test
       
    19  @internalComponent - Internal Symbian test code 
       
    20 */
       
    21 
       
    22 
       
    23 TARGET			tbitgdiserver.exe
       
    24 TARGETTYPE		exe
       
    25 UID           	0x1000007A 0x10273362
       
    26 VENDORID 		0x70000001
       
    27 
       
    28 capability 		all -tcb
       
    29 
       
    30 userinclude		../../../graphicstest/graphicstestharness/inc
       
    31 userinclude		../tbit ../inc
       
    32 userinclude		../../../fbs/fontandbitmapserver/inc
       
    33 
       
    34 //nb techview
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 SOURCEPATH  ../tbit
       
    38 
       
    39 SOURCE		TBitgdiServer.cpp
       
    40 SOURCE		TAUTO.CPP
       
    41 SOURCE		TBASE.CPP
       
    42 SOURCE		TCLIP.CPP
       
    43 SOURCE		TPARAM.CPP
       
    44 SOURCE		TSWITCH.CPP
       
    45 SOURCE		TAccelerator.cpp
       
    46 SOURCE		TDefect.cpp
       
    47 SOURCE		TDefect2.cpp
       
    48 SOURCE		tbitblt.cpp
       
    49 SOURCE		TBitgdiScaling.cpp
       
    50 SOURCE		TBitgdiNegScaling.cpp
       
    51 SOURCE		TAlphaBlend.cpp
       
    52 SOURCE		TFontSelect.CPP
       
    53 SOURCE		TFONT.CPP
       
    54 SOURCE		toutlineandshadowfonts.cpp
       
    55 SOURCE		textendedbitmap.cpp
       
    56 
       
    57 
       
    58 LIBRARY			euser.lib
       
    59 LIBRARY			hal.lib
       
    60 LIBRARY			gdi.lib
       
    61 LIBRARY			fbscli.lib
       
    62 LIBRARY			fntstr.lib
       
    63 LIBRARY			scdv.lib
       
    64 LIBRARY			bitgdi.lib
       
    65 LIBRARY			tgdi.lib
       
    66 LIBRARY	    	efsrv.lib
       
    67 LIBRARY	    	bafl.lib
       
    68 LIBRARY	    	estor.lib 
       
    69 LIBRARY			ws32.lib
       
    70 LIBRARY			w32stdgraphic.lib
       
    71 LIBRARY	    	testexecuteutils.lib 
       
    72 LIBRARY	    	tgraphicsharness.lib
       
    73 LIBRARY	    	textendedbitmapgc.lib
       
    74 LIBRARY	    	testexecutelogclient.lib
       
    75 LIBRARY			hash.lib
       
    76 
       
    77 #if defined(WINS)
       
    78 LIBRARY			fontinjector.lib
       
    79 #endif
       
    80 
       
    81 #if !defined(WINS)
       
    82 LIBRARY  viewsrv.lib
       
    83 #endif
       
    84 
       
    85 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    86 EPOCSTACKSIZE	0x6000
       
    87 
       
    88 SMPSAFE