graphicscomposition/surfaceupdate/group/surfaceupdatetest.iby
changeset 0 5d03bc08d59c
child 171 414d4b727fd9
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 #ifndef __SURFACEUPDATETEST_IBY__
       
    18 #define __SURFACEUPDATETEST_IBY__
       
    19 
       
    20 #include <graphics_testharness.iby>
       
    21 
       
    22 #ifdef SYMBIAN_GRAPHICS_USE_GCE
       
    23 // batch file that runs all automatic surface update tests
       
    24 //data=DATAZ_\surfaceupdatetest\surfaceupdatetest_run.bat         \surfaceupdatetest_run.bat
       
    25 
       
    26 //script files
       
    27 data=DATAZ_\surfaceupdate\surfaceupdate.script		\surfaceupdate\surfaceupdate.script
       
    28 
       
    29 
       
    30 REM SurfaceUpdate test programs
       
    31 
       
    32 file=ABI_DIR\BUILD_DIR\tcompositionbackend.dll	System\Libs\tcompositionbackend.dll
       
    33 file=ABI_DIR\DEBUG_DIR\tsurfaceupdatetestserver.exe	TEST\tsurfaceupdatetestserver.exe
       
    34 file=ABI_DIR\DEBUG_DIR\tsurfaceupdateserver.dll	System\Libs\tsurfaceupdateserver.dll
       
    35 file=ABI_DIR\DEBUG_DIR\tsurfaceupdateclient.dll	System\Libs\tsurfaceupdateclient.dll
       
    36 #endif
       
    37 
       
    38 
       
    39 #endif
       
    40 
       
    41 
       
    42