egl/egltest/group/eglteststressprocesssgimage.mmp
branchRCL_3
changeset 163 bbf46f59e123
equal deleted inserted replaced
150:57c618273d5c 163:bbf46f59e123
       
     1 // Copyright (c) 2009 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 TARGET                  eglteststressprocesssgimage.exe
       
    22 TARGETTYPE              exe
       
    23 
       
    24 OS_LAYER_SYSTEMINCLUDE
       
    25 
       
    26 USERINCLUDE             ../inc 
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 SOURCE                  egltest_stress_process_sgimage.cpp
       
    30 SOURCE                  egltest_stress_common_sgimage.cpp
       
    31 
       
    32 LIBRARY                 rfileloggerclient.lib
       
    33 LIBRARY                 euser.lib
       
    34 LIBRARY                 testexecuteutils.lib
       
    35 LIBRARY                 testexecutelogclient.lib
       
    36 LIBRARY                 efsrv.lib
       
    37 LIBRARY                 libEGL.lib
       
    38 LIBRARY                 libOpenVG.lib
       
    39 LIBRARY                 libOpenVGU.lib
       
    40 #ifdef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
       
    41 LIBRARY                 sgresource.lib
       
    42 #else
       
    43 LIBRARY                 graphicsresource.lib
       
    44 #endif //SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
       
    45 
       
    46 SMPSAFE