os/graphics/graphicsdeviceinterface/directgdi/group/tdirectgdiserver.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicsdeviceinterface/directgdi/group/tdirectgdiserver.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,83 @@
     1.4 +// Copyright (c) 2007-2009 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 +// tdirectgdi_server.mmp
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 + @test
    1.24 + @internalComponent - Internal Symbian test code 
    1.25 +*/
    1.26 +
    1.27 +
    1.28 +TARGET			tdirectgdi_server.exe
    1.29 +TARGETTYPE		exe
    1.30 +UID			0x1000007A 0x102858EA
    1.31 +VENDORID		0x70000001
    1.32 +
    1.33 +capability		none
    1.34 +
    1.35 +USERINCLUDE		../test ../src
    1.36 +
    1.37 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.38 +
    1.39 +SOURCEPATH	../test
    1.40 +
    1.41 +SOURCE		tdirectgdi_test_step_base.cpp
    1.42 +SOURCE		tdirectgdi_server.cpp
    1.43 +SOURCE		tcontext_bitgdi.cpp
    1.44 +SOURCE		tcontext_directgdi.cpp
    1.45 +SOURCE		tbitbltbase.cpp
    1.46 +SOURCE		tbitblt.cpp
    1.47 +SOURCE		tdrawbitmap.cpp
    1.48 +SOURCE		tbitbltmaskedbase.cpp
    1.49 +SOURCE		tbitbltmasked.cpp
    1.50 +SOURCE		tdrawbitmapmasked.cpp
    1.51 +SOURCE		tclipping.cpp
    1.52 +SOURCE		tcopyrect.cpp
    1.53 +SOURCE		tgeneraldrawing.cpp
    1.54 +SOURCE		tclear.cpp
    1.55 +SOURCE		tdrawshapes.cpp
    1.56 +SOURCE		tbrushandpen.cpp
    1.57 +SOURCE		tdrawtext.cpp
    1.58 +SOURCE		tdirectgdidriver.cpp
    1.59 +SOURCE		tdisplaymode_mapping.cpp
    1.60 +SOURCE		tdirectgdicontext.cpp 
    1.61 +SOURCE		tpanictests.cpp
    1.62 +SOURCE		tdirectgdicontexttarget.cpp
    1.63 +SOURCE		tmultithread.cpp
    1.64 +SOURCE		tglyphimagecache.cpp
    1.65 +SOURCE		tvgimagecache.cpp
    1.66 +SOURCE		tdirectgdiresource.cpp
    1.67 +SOURCE		tdirectgdioom.cpp
    1.68 +SOURCE		tinterleaving.cpp
    1.69 +SOURCE		tdirectgdieglcontent_client.cpp
    1.70 +SOURCE		tdirectgdinoadapter.cpp
    1.71 +SOURCE		textendedbitmap.cpp
    1.72 +
    1.73 +LIBRARY			euser.lib
    1.74 +LIBRARY			gdi.lib
    1.75 +LIBRARY			fbscli.lib
    1.76 +LIBRARY			bitgdi.lib 
    1.77 +LIBRARY			testexecuteutils.lib 
    1.78 +LIBRARY			directgdi.lib
    1.79 +LIBRARY			estor.lib
    1.80 +LIBRARY 		graphicsresource.lib
    1.81 +LIBRARY			libEGL.lib
    1.82 +LIBRARY			libGLESv1_CM.lib 
    1.83 +LIBRARY			bitmaptransforms.lib
    1.84 +LIBRARY	    		tgraphicsharness.lib
    1.85 +
    1.86 +SMPSAFE