os/graphics/windowing/windowserver/test/t_stress/group/twservstresstest.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 TARGET			twservstresstest.exe
    23 TARGETTYPE		exe
    24 TARGETPATH		/sys/bin
    25 UID				0x1000007a 0xa0005921
    26 VENDORID		0x70000001
    27 
    28 
    29 CAPABILITY 		SwEvent
    30 
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    32 
    33 // testcode
    34 USERINCLUDE		../inc
    35 USERINCLUDE     ../tstressanim/inc
    36 SOURCEPATH		../src
    37 SOURCE			test_srv.cpp
    38 SOURCE			test_step_comparison.cpp
    39 SOURCE			comparison.cpp
    40 SOURCE			stresslet.cpp
    41 SOURCE			crpwin.cpp
    42 SOURCE			compwin.cpp
    43 SOURCE			backedupwin.cpp
    44 SOURCE			coordinatewin.cpp
    45 SOURCE			edgedwin.cpp
    46 SOURCE			enormouswin.cpp
    47 SOURCE			utils.cpp
    48 SOURCE			spritewin.cpp
    49 SOURCE			animatedwin.cpp
    50 
    51 
    52 // DLLs used by this component
    53 LIBRARY			euser.lib
    54 LIBRARY			efsrv.lib
    55 LIBRARY			fbscli.lib 
    56 LIBRARY			gdi.lib
    57 LIBRARY			bitgdi.lib
    58 LIBRARY			ws32.lib
    59 LIBRARY			testexecuteutils.lib 
    60 LIBRARY			testexecutelogclient.lib 
    61 LIBRARY			hal.lib
    62 LIBRARY	    	tgraphicsharness.lib
    63 
    64 SMPSAFE