photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/t_glxcmdhndlrfilteritems/group/t_cglxcmdhandlerfilteritems.mmp
changeset 0 4e91876724a2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/t_glxcmdhndlrfilteritems/group/t_cglxcmdhandlerfilteritems.mmp	Thu Dec 17 08:45:44 2009 +0200
@@ -0,0 +1,93 @@
+/*
+* Copyright (c) 2008-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:    Show commmand handler unit test
+*
+*/
+
+
+
+
+#include "../../../../../group/glxbuildcommon.mmh"
+
+TARGET          t_cglxcommandhandlerfilterimagesorvideos.dll
+TARGETTYPE      dll
+UID             0x1000af5a 0x01700000
+
+CAPABILITY      ALL -TCB
+
+SOURCEPATH              src
+SOURCE                  t_glxcmdhandlerfilteritems.cpp
+SOURCE                  t_glxcmdhndlrfilter_dllmain.cpp
+SOURCE                  t_huiutilitystub.cpp
+
+// Sources required by the test suite
+
+// Sources of the test code
+SOURCEPATH              ../../src
+SOURCE                  glxcommandhandlerfilterimagesorvideos.cpp
+
+USERINCLUDE             src
+USERINCLUDE             ../../inc
+
+
+APP_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE   ../../../../../common/inc
+SYSTEMINCLUDE   ../../../../../inc
+SYSTEMINCLUDE   ../../../../inc
+SYSTEMINCLUDE   ../../../../layouts/inc
+SYSTEMINCLUDE   ../../../../medialists/inc
+SYSTEMINCLUDE   ../../../../medialists/test/inc
+SYSTEMINCLUDE   ../../../../plugins/videoviewplugin/inc
+SYSTEMINCLUDE   ../../../../uiutilities/inc
+SYSTEMINCLUDE   ../../../../views/viewbase/inc
+SYSTEMINCLUDE   ../../../../visuallistmanager/inc
+SYSTEMINCLUDE   ../../../commandhandlerbase/inc
+SYSTEMINCLUDE   ../../../inc
+
+LIBRARY         EUnit.lib
+LIBRARY         EUnitUtil.lib
+
+LIBRARY         aknskins.lib 
+LIBRARY         aknskinsrv.lib
+LIBRARY         aknswallpaperutils.lib
+LIBRARY         avkon.lib
+LIBRARY         bafl.lib
+LIBRARY         bitgdi.lib
+//LIBRARY         charconv.lib // for CnvUtfConverter::ConvertFromUnicodeToUtf8L
+LIBRARY         commondialogs.lib
+LIBRARY         commonengine.lib
+LIBRARY         cone.lib
+LIBRARY         efsrv.lib
+LIBRARY         egul.lib
+LIBRARY         eikcoctl.lib
+LIBRARY         eikcore.lib 
+LIBRARY         estor.lib 	// for RBufWriteStream
+LIBRARY         euser.lib
+LIBRARY         fbscli.lib
+LIBRARY         glxcommandhandlerbase.lib
+LIBRARY         glxcommon.lib
+LIBRARY         glxlayouts.lib
+LIBRARY         glxmedialists.lib
+LIBRARY         glxuiutilities.lib
+LIBRARY         glxvisuallistmanager.lib
+LIBRARY         hitchcock.lib // HUI framework
+LIBRARY         mpxcollectionutility.lib
+LIBRARY         mpxcommon.lib
+LIBRARY         mpxviewutility.lib // for MPXViewUtility
+LIBRARY         servicehandler.lib
+LIBRARY         sendui.lib				// for CSendUi
+LIBRARY         browserlauncher.lib
+LIBRARY         apparc.lib
+
+// End of file