egl/egltest/rom/egltest.iby
author Faisal Memon <faisal.memon@nokia.com>
Fri, 25 Jun 2010 17:49:58 +0100
branchEGL_MERGE
changeset 105 158b2308cc08
parent 0 5d03bc08d59c
child 36 01a6848ebfd7
child 163 bbf46f59e123
permissions -rw-r--r--
Fix def files so that the implementation agnostic interface definition has no non-standards defined entry points, and change the eglrefimpl specific implementation to place its private entry points high up in the ordinal order space in the implementation region, not the standards based entrypoints region.

// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//


#ifndef __EGLTEST_IBY__
#define __EGLTEST_IBY__

#include <egl.iby>
#ifdef SYMBIAN_GRAPHICS_USE_EGL_REF
#include <openvg_stub.iby>
#include <opengles_stub.iby>
#else
#include <openvg.iby>
#include <opengles.iby>
#endif
#ifdef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
#include <sgresource.iby>
#endif

// required for some tests
#include <graphics_screencomparison.iby>
#include <graphics_imagecomparison.iby>
#include <graphics_tprofiler.iby>

// test server
file=ABI_DIR\DEBUG_DIR\egltest.dll                              sys\bin\egltest.dll
file=ABI_DIR\DEBUG_DIR\egltestserver.exe                        sys\bin\egltestserver.exe

file=ABI_DIR\DEBUG_DIR\egltestcommonprocess.exe                 sys\bin\egltestcommonprocess.exe
file=ABI_DIR\DEBUG_DIR\egltestcommon.dll                        sys\bin\egltestcommon.dll

// script files
data=DATAZ_\egltest\egltest_settings.ini			 			 \egltest\egltest_settings.ini
data=DATAZ_\egltest\egltest_t_general.script           			\egltest\egltest_t_general.script
data=DATAZ_\egltest\egltest_t_geterroranddisplay.script         \egltest\egltest_t_geterroranddisplay.script
data=DATAZ_\egltest\egltest_t_syncobject.script                 \egltest\egltest_t_syncobject.script
data=DATAZ_\egltest\egltest_t_syncobject_flush.script            \egltest\egltest_t_syncobject_flush.script
data=DATAZ_\egltest\egltest_t_nativepixmaptype.script            \egltest\egltest_t_nativepixmaptype.script
data=DATAZ_\egltest\egltest_t_createpixmapsurface.script         \egltest\egltest_t_createpixmapsurface.script
data=DATAZ_\egltest\egltest_t_image.script                       \egltest\egltest_t_image.script
data=DATAZ_\egltest\egltest_t_sibling.script                     \egltest\egltest_t_sibling.script
data=DATAZ_\egltest\egltest_t_vgimagetosurfaces.script           \egltest\egltest_t_vgimagetosurfaces.script
data=DATAZ_\egltest\egltest_t_image_multithread.script			 \egltest\egltest_t_image_multithread.script
data=DATAZ_\egltest\egltest_t_image_multiprocess.script			 \egltest\egltest_t_image_multiprocess.script
data=DATAZ_\egltest\egltest_t_image_negative.script              \egltest\egltest_t_image_negative.script
data=DATAZ_\egltest\egltest_t_benchmark_sgimage.script           \egltest\egltest_t_benchmark_sgimage.script
data=DATAZ_\egltest\egltest_run.bat                          	\egltest_run.bat

#endif // __EGLTEST_IBY__