os/graphics/egl/egltest/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
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
PRJ_PLATFORMS
sl@0
    17
DEFAULT
sl@0
    18
sl@0
    19
sl@0
    20
PRJ_TESTMMPFILES
sl@0
    21
egltestcommon.mmp
sl@0
    22
egltestcommonprocess.mmp
sl@0
    23
sl@0
    24
egltest.mmp
sl@0
    25
egltestserver.mmp
sl@0
    26
eglteststressprocesssgimage.mmp
sl@0
    27
sl@0
    28
PRJ_TESTEXPORTS
sl@0
    29
../inc/egltestcommonstep.h 				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/egltestcommonstep.h)
sl@0
    30
../inc/egltestcommonsession.h 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/egltestcommonsession.h)
sl@0
    31
../inc/egltestcommonutils.h 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/egltestcommonutils.h)
sl@0
    32
../inc/egltestcommonsgimageinfo.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/egltestcommonsgimageinfo.h)
sl@0
    33
../inc/egltestcommonconversion.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/egltestcommonconversion.h)
sl@0
    34
../inc/egltestcommoninisettings.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/egltestcommoninisettings.h)
sl@0
    35
../inc/eglteststepfactory.h 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/eglteststepfactory.h)
sl@0
    36
../inc/egltestcommonprocess.h 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/egltestcommonprocess.h)
sl@0
    37
sl@0
    38
../rom/egltest.iby                                            /epoc32/rom/include/egltest.iby
sl@0
    39
sl@0
    40
// egltest batch files for manual test execution
sl@0
    41
../scripts/egltest_run.bat                                    /epoc32/release/winscw/udeb/egltest_run.bat
sl@0
    42
../scripts/egltest_run.bat                                    /epoc32/release/winscw/urel/egltest_run.bat
sl@0
    43
../scripts/egltest_run.bat                                    z:/egltest/egltest_run.bat
sl@0
    44
sl@0
    45
// egltest TEF scripts
sl@0
    46
../scripts/egltest_settings.ini								z:/egltest/egltest_settings.ini
sl@0
    47
../scripts/egltest_stress_sgimage.ini							z:/egltest/egltest_stress_sgimage.ini
sl@0
    48
../scripts/egltest_t_general.script                         z:/egltest/egltest_t_general.script
sl@0
    49
../scripts/egltest_t_geterroranddisplay.script              z:/egltest/egltest_t_geterroranddisplay.script
sl@0
    50
../scripts/egltest_t_syncobject.script                      z:/egltest/egltest_t_syncobject.script
sl@0
    51
../scripts/egltest_t_syncobject_flush.script                z:/egltest/egltest_t_syncobject_flush.script
sl@0
    52
../scripts/egltest_t_image.script							z:/egltest/egltest_t_image.script
sl@0
    53
../scripts/egltest_t_sibling.script							z:/egltest/egltest_t_sibling.script
sl@0
    54
../scripts/egltest_t_nativepixmaptype.script				z:/egltest/egltest_t_nativepixmaptype.script
sl@0
    55
../scripts/egltest_t_createpixmapsurface.script				z:/egltest/egltest_t_createpixmapsurface.script
sl@0
    56
../scripts/egltest_t_image_negative.script					z:/egltest/egltest_t_image_negative.script
sl@0
    57
../scripts/egltest_t_image_multithread.script				z:/egltest/egltest_t_image_multithread.script
sl@0
    58
../scripts/egltest_t_image_multiprocess.script				z:/egltest/egltest_t_image_multiprocess.script
sl@0
    59
../scripts/egltest_t_vgimagetosurfaces.script 				z:/egltest/egltest_t_vgimagetosurfaces.script
sl@0
    60
../scripts/egltest_t_benchmark_sgimage.script				z:/egltest/egltest_t_benchmark_sgimage.script
sl@0
    61
../scripts/egltest_t_oom_sgimage.script					z:/egltest/egltest_t_oom_sgimage.script
sl@0
    62
../scripts/egltest_t_stress_sgimage.script					z:/egltest/egltest_t_stress_sgimage.script
sl@0
    63
../scripts/egltest_t_benchmark_swapbuffers.script			z:/egltest/egltest_t_benchmark_swapbuffers.script
sl@0
    64
../scripts/egltest_t_surfacescaling.script			        z:/egltest/egltest_t_surfacescaling.script
sl@0
    65
sl@0
    66
//Include the endpoint test suite
sl@0
    67
#include "../endpointtestsuite/group/bld.inf"