os/graphics/graphicsdeviceinterface/bitgdi/group/TBitgdiServer.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2006-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  @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 SOURCE		tmultiplescreens.cpp
    57 
    58 
    59 LIBRARY			euser.lib
    60 LIBRARY			hal.lib
    61 LIBRARY			gdi.lib
    62 LIBRARY			fbscli.lib
    63 LIBRARY			fntstr.lib
    64 LIBRARY			scdv.lib
    65 LIBRARY			bitgdi.lib
    66 LIBRARY			tgdi.lib
    67 LIBRARY	    	efsrv.lib
    68 LIBRARY	    	bafl.lib
    69 LIBRARY	    	estor.lib 
    70 LIBRARY			ws32.lib
    71 LIBRARY			w32stdgraphic.lib
    72 LIBRARY	    	testexecuteutils.lib 
    73 LIBRARY	    	tgraphicsharness.lib
    74 LIBRARY	    	textendedbitmapgc.lib
    75 LIBRARY	    	testexecutelogclient.lib
    76 LIBRARY			hash.lib
    77 
    78 #if defined(WINS)
    79 LIBRARY			fontinjector.lib
    80 #endif
    81 
    82 // We're quite heavy on the stack... 4k in WinS isn't enough...
    83 EPOCSTACKSIZE	0x6000
    84 
    85 SMPSAFE