os/graphics/egl/egltest/group/egltest.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/egl/egltest/group/egltest.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,103 @@
     1.4 +// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +/**
    1.20 + @file
    1.21 + @test
    1.22 +*/
    1.23 +
    1.24 +
    1.25 +TARGET                  egltest.dll
    1.26 +TARGETTYPE              DLL
    1.27 +UID                     0x1000008d 0xA000E61A
    1.28 +VENDORID                0x70000001
    1.29 +
    1.30 +CAPABILITY              All -Tcb
    1.31 +
    1.32 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.33 +
    1.34 +USERINCLUDE             ../inc
    1.35 +
    1.36 +SOURCEPATH              ../src
    1.37 +SOURCE                  eglteststep.cpp
    1.38 +SOURCE                  egltest_geterroranddisplay.cpp
    1.39 +SOURCE                  egltest_general.cpp
    1.40 +SOURCE                  egltest_syncobject.cpp
    1.41 +SOURCE                  egltest_nativepixmaptype.cpp
    1.42 +SOURCE                  egltest_createpixmapsurface.cpp
    1.43 +SOURCE                  egltest_image.cpp
    1.44 +SOURCE                  egltest_sibling.cpp 
    1.45 +SOURCE                  egltest_image_multithread.cpp
    1.46 +SOURCE                  egltest_image_multiprocess.cpp
    1.47 +SOURCE                  egltest_image_negative.cpp
    1.48 +SOURCE                  egltest_vgimagetosurfaces.cpp
    1.49 +SOURCE                  egltest_benchmark_sgimage.cpp
    1.50 +SOURCE                  egltest_oom_sgimage.cpp
    1.51 +SOURCE                  egltest_stress_sgimage.cpp
    1.52 +SOURCE                  egltest_stress_common_sgimage.cpp
    1.53 +SOURCE                  egltest_benchmark_swapbuffers.cpp
    1.54 +SOURCE                  egltest_surfacescaling.cpp
    1.55 +
    1.56 +
    1.57 +SOURCEPATH             ../scripts
    1.58 +DOCUMENT               egltest_settings.ini
    1.59 +DOCUMENT               egltest_stress_sgimage.ini
    1.60 +DOCUMENT               egltest_t_general.script
    1.61 +DOCUMENT               egltest_t_geterroranddisplay.script
    1.62 +DOCUMENT               egltest_t_syncobject.script
    1.63 +DOCUMENT               egltest_t_syncobject_flush.script
    1.64 +DOCUMENT               egltest_t_image.script
    1.65 +DOCUMENT               egltest_t_sibling.script
    1.66 +DOCUMENT               egltest_t_nativepixmaptype.script
    1.67 +DOCUMENT               egltest_t_createpixmapsurface.script
    1.68 +DOCUMENT               egltest_t_image_multithread.script
    1.69 +DOCUMENT               egltest_t_image_multiprocess.script
    1.70 +DOCUMENT               egltest_t_vgimagetosurfaces.script
    1.71 +DOCUMENT               egltest_t_image_negative.script
    1.72 +DOCUMENT               egltest_t_benchmark_sgimage.script
    1.73 +DOCUMENT               egltest_t_oom_sgimage.script
    1.74 +DOCUMENT               egltest_t_stress_sgimage.script
    1.75 +DOCUMENT               egltest_t_benchmark_swapbuffers.script
    1.76 +DOCUMENT               egltest_t_surfacescaling.script
    1.77 +
    1.78 +
    1.79 +LIBRARY                 rfileloggerclient.lib
    1.80 +LIBRARY                 euser.lib
    1.81 +LIBRARY                 ws32.lib
    1.82 +LIBRARY                 fbscli.lib
    1.83 +LIBRARY                 gdi.lib
    1.84 +LIBRARY                 bitgdi.lib 
    1.85 +LIBRARY                 hal.lib
    1.86 +LIBRARY                 efsrv.lib
    1.87 +LIBRARY                 libEGL.lib
    1.88 +LIBRARY                 libOpenVG.lib
    1.89 +LIBRARY                 libGLESv1_CM.lib
    1.90 +#ifdef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
    1.91 +LIBRARY                 sgresource.lib
    1.92 +#else
    1.93 +LIBRARY                 graphicsresource.lib
    1.94 +#endif //SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
    1.95 +LIBRARY                 testexecuteutils.lib
    1.96 +LIBRARY                 testexecutelogclient.lib
    1.97 +LIBRARY			iniparser.lib
    1.98 +LIBRARY                 tgraphicsharness.lib
    1.99 +LIBRARY                 graphicsscreencomparison.lib
   1.100 +LIBRARY                 egltestcommon.lib
   1.101 +LIBRARY                 tprofiler.lib
   1.102 +LIBRARY                 estor.lib
   1.103 +
   1.104 +DEFFILE                 egltest.def
   1.105 +
   1.106 +SMPSAFE