egl/egltest/group/eglteststressprocesssgimage.mmp
changeset 85 cdf2f6e5c390
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/egl/egltest/group/eglteststressprocesssgimage.mmp	Thu May 27 14:13:51 2010 +0300
@@ -0,0 +1,46 @@
+// 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