photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/t_glxcmdhndlrfilteritems/group/t_cglxcmdhandlerfilteritems.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:45:44 +0200
changeset 0 4e91876724a2
permissions -rw-r--r--
Revision: 200949 Kit: 200951

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