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.
sl@0
     1
// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
sl@0
    17
#ifndef __EGLTEST_IBY__
sl@0
    18
#define __EGLTEST_IBY__
sl@0
    19
sl@0
    20
#include <egl.iby>
sl@0
    21
#ifdef SYMBIAN_GRAPHICS_USE_EGL_REF
sl@0
    22
#include <openvg_stub.iby>
sl@0
    23
#include <opengles_stub.iby>
sl@0
    24
#else
sl@0
    25
#include <openvg.iby>
sl@0
    26
#include <opengles.iby>
sl@0
    27
#endif
sl@0
    28
#ifdef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
sl@0
    29
#include <sgresource.iby>
sl@0
    30
#endif
sl@0
    31
sl@0
    32
// required for some tests
sl@0
    33
#include <graphics_screencomparison.iby>
sl@0
    34
#include <graphics_imagecomparison.iby>
sl@0
    35
#include <graphics_tprofiler.iby>
sl@0
    36
#include <graphics_simload.iby>
sl@0
    37
sl@0
    38
//Include the endpoint test suite
sl@0
    39
#include <eglendpointtestsuite.iby>
sl@0
    40
sl@0
    41
// test server
sl@0
    42
file=ABI_DIR\DEBUG_DIR\egltest.dll                              sys\bin\egltest.dll
sl@0
    43
file=ABI_DIR\DEBUG_DIR\egltestserver.exe                        sys\bin\egltestserver.exe
sl@0
    44
sl@0
    45
file=ABI_DIR\DEBUG_DIR\egltestcommonprocess.exe                 sys\bin\egltestcommonprocess.exe
sl@0
    46
file=ABI_DIR\DEBUG_DIR\egltestcommon.dll                        sys\bin\egltestcommon.dll
sl@0
    47
file=ABI_DIR\DEBUG_DIR\eglteststressprocesssgimage.exe          sys\bin\eglteststressprocesssgimage.exe
sl@0
    48
sl@0
    49
sl@0
    50
// script files
sl@0
    51
data=DATAZ_\egltest\egltest_settings.ini			 			 \egltest\egltest_settings.ini
sl@0
    52
data=DATAZ_\egltest\egltest_stress_sgimage.ini                   \egltest\egltest_stress_sgimage.ini
sl@0
    53
data=DATAZ_\egltest\egltest_t_general.script           			\egltest\egltest_t_general.script
sl@0
    54
data=DATAZ_\egltest\egltest_t_geterroranddisplay.script         \egltest\egltest_t_geterroranddisplay.script
sl@0
    55
data=DATAZ_\egltest\egltest_t_syncobject.script                 \egltest\egltest_t_syncobject.script
sl@0
    56
data=DATAZ_\egltest\egltest_t_syncobject_flush.script            \egltest\egltest_t_syncobject_flush.script
sl@0
    57
data=DATAZ_\egltest\egltest_t_nativepixmaptype.script            \egltest\egltest_t_nativepixmaptype.script
sl@0
    58
data=DATAZ_\egltest\egltest_t_createpixmapsurface.script         \egltest\egltest_t_createpixmapsurface.script
sl@0
    59
data=DATAZ_\egltest\egltest_t_image.script                       \egltest\egltest_t_image.script
sl@0
    60
data=DATAZ_\egltest\egltest_t_sibling.script                     \egltest\egltest_t_sibling.script
sl@0
    61
data=DATAZ_\egltest\egltest_t_vgimagetosurfaces.script           \egltest\egltest_t_vgimagetosurfaces.script
sl@0
    62
data=DATAZ_\egltest\egltest_t_image_multithread.script			 \egltest\egltest_t_image_multithread.script
sl@0
    63
data=DATAZ_\egltest\egltest_t_image_multiprocess.script			 \egltest\egltest_t_image_multiprocess.script
sl@0
    64
data=DATAZ_\egltest\egltest_t_image_negative.script              \egltest\egltest_t_image_negative.script
sl@0
    65
data=DATAZ_\egltest\egltest_t_benchmark_sgimage.script           \egltest\egltest_t_benchmark_sgimage.script
sl@0
    66
data=DATAZ_\egltest\egltest_t_oom_sgimage.script                 \egltest\egltest_t_oom_sgimage.script
sl@0
    67
data=DATAZ_\egltest\egltest_t_stress_sgimage.script              \egltest\egltest_t_stress_sgimage.script
sl@0
    68
data=DATAZ_\egltest\egltest_t_benchmark_swapbuffers.script		 \egltest\egltest_t_benchmark_swapbuffers.script
sl@0
    69
data=DATAZ_\egltest\egltest_t_surfacescaling.script		         \egltest\egltest_t_surfacescaling.script
sl@0
    70
data=DATAZ_\egltest\egltest_run.bat                          	\egltest_run.bat
sl@0
    71
sl@0
    72
sl@0
    73
#endif // __EGLTEST_IBY__