os/graphics/graphicsdeviceinterface/directgdi/group/tdirectgdiserver.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-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 // tdirectgdi_server.mmp
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20  @test
    21  @internalComponent - Internal Symbian test code 
    22 */
    23 
    24 
    25 TARGET			tdirectgdi_server.exe
    26 TARGETTYPE		exe
    27 UID			0x1000007A 0x102858EA
    28 VENDORID		0x70000001
    29 
    30 capability		none
    31 
    32 USERINCLUDE		../test ../src
    33 
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 
    36 SOURCEPATH	../test
    37 
    38 SOURCE		tdirectgdi_test_step_base.cpp
    39 SOURCE		tdirectgdi_server.cpp
    40 SOURCE		tcontext_bitgdi.cpp
    41 SOURCE		tcontext_directgdi.cpp
    42 SOURCE		tbitbltbase.cpp
    43 SOURCE		tbitblt.cpp
    44 SOURCE		tdrawbitmap.cpp
    45 SOURCE		tbitbltmaskedbase.cpp
    46 SOURCE		tbitbltmasked.cpp
    47 SOURCE		tdrawbitmapmasked.cpp
    48 SOURCE		tclipping.cpp
    49 SOURCE		tcopyrect.cpp
    50 SOURCE		tgeneraldrawing.cpp
    51 SOURCE		tclear.cpp
    52 SOURCE		tdrawshapes.cpp
    53 SOURCE		tbrushandpen.cpp
    54 SOURCE		tdrawtext.cpp
    55 SOURCE		tdirectgdidriver.cpp
    56 SOURCE		tdisplaymode_mapping.cpp
    57 SOURCE		tdirectgdicontext.cpp 
    58 SOURCE		tpanictests.cpp
    59 SOURCE		tdirectgdicontexttarget.cpp
    60 SOURCE		tmultithread.cpp
    61 SOURCE		tglyphimagecache.cpp
    62 SOURCE		tvgimagecache.cpp
    63 SOURCE		tdirectgdiresource.cpp
    64 SOURCE		tdirectgdioom.cpp
    65 SOURCE		tinterleaving.cpp
    66 SOURCE		tdirectgdieglcontent_client.cpp
    67 SOURCE		tdirectgdinoadapter.cpp
    68 SOURCE		textendedbitmap.cpp
    69 
    70 LIBRARY			euser.lib
    71 LIBRARY			gdi.lib
    72 LIBRARY			fbscli.lib
    73 LIBRARY			bitgdi.lib 
    74 LIBRARY			testexecuteutils.lib 
    75 LIBRARY			directgdi.lib
    76 LIBRARY			estor.lib
    77 LIBRARY 		graphicsresource.lib
    78 LIBRARY			libEGL.lib
    79 LIBRARY			libGLESv1_CM.lib 
    80 LIBRARY			bitmaptransforms.lib
    81 LIBRARY	    		tgraphicsharness.lib
    82 
    83 SMPSAFE