egl/egltest/rom/egltest.iby
changeset 0 5d03bc08d59c
child 36 01a6848ebfd7
child 163 bbf46f59e123
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 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 #ifndef __EGLTEST_IBY__
       
    18 #define __EGLTEST_IBY__
       
    19 
       
    20 #include <egl.iby>
       
    21 #ifdef SYMBIAN_GRAPHICS_USE_EGL_REF
       
    22 #include <openvg_stub.iby>
       
    23 #include <opengles_stub.iby>
       
    24 #else
       
    25 #include <openvg.iby>
       
    26 #include <opengles.iby>
       
    27 #endif
       
    28 #ifdef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
       
    29 #include <sgresource.iby>
       
    30 #endif
       
    31 
       
    32 // required for some tests
       
    33 #include <graphics_screencomparison.iby>
       
    34 #include <graphics_imagecomparison.iby>
       
    35 #include <graphics_tprofiler.iby>
       
    36 
       
    37 // test server
       
    38 file=ABI_DIR\DEBUG_DIR\egltest.dll                              sys\bin\egltest.dll
       
    39 file=ABI_DIR\DEBUG_DIR\egltestserver.exe                        sys\bin\egltestserver.exe
       
    40 
       
    41 file=ABI_DIR\DEBUG_DIR\egltestcommonprocess.exe                 sys\bin\egltestcommonprocess.exe
       
    42 file=ABI_DIR\DEBUG_DIR\egltestcommon.dll                        sys\bin\egltestcommon.dll
       
    43 
       
    44 // script files
       
    45 data=DATAZ_\egltest\egltest_settings.ini			 			 \egltest\egltest_settings.ini
       
    46 data=DATAZ_\egltest\egltest_t_general.script           			\egltest\egltest_t_general.script
       
    47 data=DATAZ_\egltest\egltest_t_geterroranddisplay.script         \egltest\egltest_t_geterroranddisplay.script
       
    48 data=DATAZ_\egltest\egltest_t_syncobject.script                 \egltest\egltest_t_syncobject.script
       
    49 data=DATAZ_\egltest\egltest_t_syncobject_flush.script            \egltest\egltest_t_syncobject_flush.script
       
    50 data=DATAZ_\egltest\egltest_t_nativepixmaptype.script            \egltest\egltest_t_nativepixmaptype.script
       
    51 data=DATAZ_\egltest\egltest_t_createpixmapsurface.script         \egltest\egltest_t_createpixmapsurface.script
       
    52 data=DATAZ_\egltest\egltest_t_image.script                       \egltest\egltest_t_image.script
       
    53 data=DATAZ_\egltest\egltest_t_sibling.script                     \egltest\egltest_t_sibling.script
       
    54 data=DATAZ_\egltest\egltest_t_vgimagetosurfaces.script           \egltest\egltest_t_vgimagetosurfaces.script
       
    55 data=DATAZ_\egltest\egltest_t_image_multithread.script			 \egltest\egltest_t_image_multithread.script
       
    56 data=DATAZ_\egltest\egltest_t_image_multiprocess.script			 \egltest\egltest_t_image_multiprocess.script
       
    57 data=DATAZ_\egltest\egltest_t_image_negative.script              \egltest\egltest_t_image_negative.script
       
    58 data=DATAZ_\egltest\egltest_t_benchmark_sgimage.script           \egltest\egltest_t_benchmark_sgimage.script
       
    59 data=DATAZ_\egltest\egltest_run.bat                          	\egltest_run.bat
       
    60 
       
    61 #endif // __EGLTEST_IBY__