egl/egltest/group/eglteststressprocesssgimage.mmp
author hgs
Fri, 17 Sep 2010 17:25:01 +0300
changeset 179 b50de33648a3
parent 85 cdf2f6e5c390
permissions -rw-r--r--
201037_1

// 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:
//

/**
 @file
 @test
*/

TARGET                  eglteststressprocesssgimage.exe
TARGETTYPE              exe

OS_LAYER_SYSTEMINCLUDE

USERINCLUDE             ../inc 

SOURCEPATH              ../src
SOURCE                  egltest_stress_process_sgimage.cpp
SOURCE                  egltest_stress_common_sgimage.cpp

LIBRARY                 rfileloggerclient.lib
LIBRARY                 euser.lib
LIBRARY                 testexecuteutils.lib
LIBRARY                 testexecutelogclient.lib
LIBRARY                 efsrv.lib
LIBRARY                 libEGL.lib
LIBRARY                 libOpenVG.lib
LIBRARY                 libOpenVGU.lib
#ifdef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
LIBRARY                 sgresource.lib
#else
LIBRARY                 graphicsresource.lib
#endif //SYMBIAN_GRAPHICS_EGL_SGIMAGELITE

SMPSAFE