egl/egltest/group/eglteststressprocesssgimage.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 21:50:40 +0300
changeset 168 2bd88482bfe5
parent 85 cdf2f6e5c390
permissions -rw-r--r--
Revision: 201035 Kit: 201035

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