engine/collectionframework/thumbnailcreator/test/group/ut_cglxtnzoomedimagetask.mmp
branchRCL_3
changeset 59 8e5f6eea9c9f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/engine/collectionframework/thumbnailcreator/test/group/ut_cglxtnzoomedimagetask.mmp	Tue Aug 31 15:14:51 2010 +0300
@@ -0,0 +1,67 @@
+/*
+* Copyright (c) 2006-2007 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:   Cropped thumbnail generation task unit tests.
+*
+*/
+
+
+
+#include "../../../../../group/glxbuildcommon.mmh"
+
+TARGET          ut_cglxtnzoomedimagetask.dll
+TARGETTYPE      dll
+UID             0x1000af5a 0x01700000
+
+CAPABILITY              ALL -TCB
+
+SOURCEPATH              ../ut_cglxtnzoomedimagetask
+SOURCE                  ut_cglxtnzoomedimagetaskdllmain.cpp
+SOURCE                  ut_cglxtnzoomedimagetask.cpp
+
+SOURCEPATH              ../stubs
+SOURCE                  glxtnfileutilitystub.cpp
+
+// Sources needed by the test
+SOURCEPATH              ../../src
+SOURCE                  glxtnfileinfo.cpp
+SOURCE                  glxtnimagedecoderfactory.cpp
+SOURCE                  glxtnimageutility.cpp
+SOURCE                  glxtnzoomedimagetask.cpp
+SOURCE                  glxtntask.cpp
+
+USERINCLUDE             ../inc
+USERINCLUDE             ../ut_cglxtnzoomedimagetask
+// System includes from the source tree
+SYSTEMINCLUDE           ../../../../../inc
+SYSTEMINCLUDE           ../../inc
+// System includes from epoc32/include
+APP_LAYER_SYSTEMINCLUDE
+
+SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
+
+LIBRARY                 adis.lib
+LIBRARY                 caf.lib
+LIBRARY                 efsrv.lib
+LIBRARY                 estor.lib
+LIBRARY                 EUnit.lib
+LIBRARY                 EUnitUtil.lib
+LIBRARY                 euser.lib
+LIBRARY                 fbscli.lib
+LIBRARY                 iclextjpegapi.lib
+LIBRARY                 imageconversion.lib
+LIBRARY                 ecom.lib
+
+LIBRARY		flogger.lib	// for logging to file
+SMPSAFE
+// End of file