os/graphics/egl/egltest/rom/egltest.iby
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2009-2010 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 #include <graphics_simload.iby>
    37 
    38 //Include the endpoint test suite
    39 #include <eglendpointtestsuite.iby>
    40 
    41 // test server
    42 file=ABI_DIR\DEBUG_DIR\egltest.dll                              sys\bin\egltest.dll
    43 file=ABI_DIR\DEBUG_DIR\egltestserver.exe                        sys\bin\egltestserver.exe
    44 
    45 file=ABI_DIR\DEBUG_DIR\egltestcommonprocess.exe                 sys\bin\egltestcommonprocess.exe
    46 file=ABI_DIR\DEBUG_DIR\egltestcommon.dll                        sys\bin\egltestcommon.dll
    47 file=ABI_DIR\DEBUG_DIR\eglteststressprocesssgimage.exe          sys\bin\eglteststressprocesssgimage.exe
    48 
    49 
    50 // script files
    51 data=DATAZ_\egltest\egltest_settings.ini			 			 \egltest\egltest_settings.ini
    52 data=DATAZ_\egltest\egltest_stress_sgimage.ini                   \egltest\egltest_stress_sgimage.ini
    53 data=DATAZ_\egltest\egltest_t_general.script           			\egltest\egltest_t_general.script
    54 data=DATAZ_\egltest\egltest_t_geterroranddisplay.script         \egltest\egltest_t_geterroranddisplay.script
    55 data=DATAZ_\egltest\egltest_t_syncobject.script                 \egltest\egltest_t_syncobject.script
    56 data=DATAZ_\egltest\egltest_t_syncobject_flush.script            \egltest\egltest_t_syncobject_flush.script
    57 data=DATAZ_\egltest\egltest_t_nativepixmaptype.script            \egltest\egltest_t_nativepixmaptype.script
    58 data=DATAZ_\egltest\egltest_t_createpixmapsurface.script         \egltest\egltest_t_createpixmapsurface.script
    59 data=DATAZ_\egltest\egltest_t_image.script                       \egltest\egltest_t_image.script
    60 data=DATAZ_\egltest\egltest_t_sibling.script                     \egltest\egltest_t_sibling.script
    61 data=DATAZ_\egltest\egltest_t_vgimagetosurfaces.script           \egltest\egltest_t_vgimagetosurfaces.script
    62 data=DATAZ_\egltest\egltest_t_image_multithread.script			 \egltest\egltest_t_image_multithread.script
    63 data=DATAZ_\egltest\egltest_t_image_multiprocess.script			 \egltest\egltest_t_image_multiprocess.script
    64 data=DATAZ_\egltest\egltest_t_image_negative.script              \egltest\egltest_t_image_negative.script
    65 data=DATAZ_\egltest\egltest_t_benchmark_sgimage.script           \egltest\egltest_t_benchmark_sgimage.script
    66 data=DATAZ_\egltest\egltest_t_oom_sgimage.script                 \egltest\egltest_t_oom_sgimage.script
    67 data=DATAZ_\egltest\egltest_t_stress_sgimage.script              \egltest\egltest_t_stress_sgimage.script
    68 data=DATAZ_\egltest\egltest_t_benchmark_swapbuffers.script		 \egltest\egltest_t_benchmark_swapbuffers.script
    69 data=DATAZ_\egltest\egltest_t_surfacescaling.script		         \egltest\egltest_t_surfacescaling.script
    70 data=DATAZ_\egltest\egltest_run.bat                          	\egltest_run.bat
    71 
    72 
    73 #endif // __EGLTEST_IBY__