os/graphics/egl/egltest/group/egltest.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200 (2014-06-10)
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 /**
    17  @file
    18  @test
    19 */
    20 
    21 
    22 TARGET                  egltest.dll
    23 TARGETTYPE              DLL
    24 UID                     0x1000008d 0xA000E61A
    25 VENDORID                0x70000001
    26 
    27 CAPABILITY              All -Tcb
    28 
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    30 
    31 USERINCLUDE             ../inc
    32 
    33 SOURCEPATH              ../src
    34 SOURCE                  eglteststep.cpp
    35 SOURCE                  egltest_geterroranddisplay.cpp
    36 SOURCE                  egltest_general.cpp
    37 SOURCE                  egltest_syncobject.cpp
    38 SOURCE                  egltest_nativepixmaptype.cpp
    39 SOURCE                  egltest_createpixmapsurface.cpp
    40 SOURCE                  egltest_image.cpp
    41 SOURCE                  egltest_sibling.cpp 
    42 SOURCE                  egltest_image_multithread.cpp
    43 SOURCE                  egltest_image_multiprocess.cpp
    44 SOURCE                  egltest_image_negative.cpp
    45 SOURCE                  egltest_vgimagetosurfaces.cpp
    46 SOURCE                  egltest_benchmark_sgimage.cpp
    47 SOURCE                  egltest_oom_sgimage.cpp
    48 SOURCE                  egltest_stress_sgimage.cpp
    49 SOURCE                  egltest_stress_common_sgimage.cpp
    50 SOURCE                  egltest_benchmark_swapbuffers.cpp
    51 SOURCE                  egltest_surfacescaling.cpp
    52 
    53 
    54 SOURCEPATH             ../scripts
    55 DOCUMENT               egltest_settings.ini
    56 DOCUMENT               egltest_stress_sgimage.ini
    57 DOCUMENT               egltest_t_general.script
    58 DOCUMENT               egltest_t_geterroranddisplay.script
    59 DOCUMENT               egltest_t_syncobject.script
    60 DOCUMENT               egltest_t_syncobject_flush.script
    61 DOCUMENT               egltest_t_image.script
    62 DOCUMENT               egltest_t_sibling.script
    63 DOCUMENT               egltest_t_nativepixmaptype.script
    64 DOCUMENT               egltest_t_createpixmapsurface.script
    65 DOCUMENT               egltest_t_image_multithread.script
    66 DOCUMENT               egltest_t_image_multiprocess.script
    67 DOCUMENT               egltest_t_vgimagetosurfaces.script
    68 DOCUMENT               egltest_t_image_negative.script
    69 DOCUMENT               egltest_t_benchmark_sgimage.script
    70 DOCUMENT               egltest_t_oom_sgimage.script
    71 DOCUMENT               egltest_t_stress_sgimage.script
    72 DOCUMENT               egltest_t_benchmark_swapbuffers.script
    73 DOCUMENT               egltest_t_surfacescaling.script
    74 
    75 
    76 LIBRARY                 rfileloggerclient.lib
    77 LIBRARY                 euser.lib
    78 LIBRARY                 ws32.lib
    79 LIBRARY                 fbscli.lib
    80 LIBRARY                 gdi.lib
    81 LIBRARY                 bitgdi.lib 
    82 LIBRARY                 hal.lib
    83 LIBRARY                 efsrv.lib
    84 LIBRARY                 libEGL.lib
    85 LIBRARY                 libOpenVG.lib
    86 LIBRARY                 libGLESv1_CM.lib
    87 #ifdef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
    88 LIBRARY                 sgresource.lib
    89 #else
    90 LIBRARY                 graphicsresource.lib
    91 #endif //SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
    92 LIBRARY                 testexecuteutils.lib
    93 LIBRARY                 testexecutelogclient.lib
    94 LIBRARY			iniparser.lib
    95 LIBRARY                 tgraphicsharness.lib
    96 LIBRARY                 graphicsscreencomparison.lib
    97 LIBRARY                 egltestcommon.lib
    98 LIBRARY                 tprofiler.lib
    99 LIBRARY                 estor.lib
   100 
   101 DEFFILE                 egltest.def
   102 
   103 SMPSAFE