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