diff -r 3104fc151679 -r 9a48e301e94b uiservicetab/vimpstengine/group/vimpstengine.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiservicetab/vimpstengine/group/vimpstengine.mmp Wed Sep 01 12:33:36 2010 +0100 @@ -0,0 +1,114 @@ +/* +* Copyright (c) 2008 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: vimpstengine.dll project definition file. +* +*/ + +// To get the APP_LAYER_SYSTEMINCLUDE-definition +#include +#include +#include "../../inc/vimpstbuilddefinitions.h" + +CAPABILITY CAP_GENERAL_DLL + +TARGET vimpstengine.dll +TARGETTYPE dll +UID 0x100039CE 0x20012421 + +VENDORID VID_DEFAULT + +VERSION 10.0 + +//used to allow binary compression by making use of BYTEPAIR algorithm +PAGED + +SOURCEPATH ../src + +// factory class to hold all manager ie.ximp,voip,vpbk etc. +SOURCE cvimpstenginefactory.cpp +SOURCE cvimpstenginesessioncntxtobserver.cpp +SOURCE cvimpstenginerequest.cpp +SOURCE cvimpstenginerequestmapper.cpp +SOURCE cvimpstengineservicetablefetcher.cpp +SOURCE cvimpstenginecchhandler.cpp +SOURCE cvimpstengine.cpp +SOURCE cvimpstengineimsubservice.cpp +SOURCE cvimpstenginevoipsubservice.cpp +SOURCE cvimpstenginesearchmgrextention.cpp +SOURCE cvimpstenginecontactmgmtextention.cpp +SOURCE cvimpstenginepresencesubservice.cpp +SOURCE vimpstenginecasts.cpp +SOURCE cvimpstblockedlistmanager.cpp +SOURCE cvimpstenginecvlistener.cpp + +USERINCLUDE ../group +USERINCLUDE ../inc +USERINCLUDE ../src + +USERINCLUDE ../../vimpststorage/inc +USERINCLUDE ../../vimpststorage/src +USERINCLUDE ../../inc + + +USERINCLUDE ../../vimpstutils/inc +USERINCLUDE ../../../group +USERINCLUDE ../../../inc + + + +APP_LAYER_SYSTEMINCLUDE + +LIBRARY euser.lib +LIBRARY efsrv.lib +LIBRARY apengine.lib //AP engine +LIBRARY estor.lib + +LIBRARY platformenv.lib //pathinfo +LIBRARY sysutil.lib // For disk space checking +LIBRARY ecom.lib + +// dependency to ximp framework +LIBRARY ximpdatamodel.lib + +// dependency to contactstore +LIBRARY vimpststorage.lib + +LIBRARY diskspacereserver.lib +LIBRARY featmgr.lib + +//presence cache libraries +LIBRARY presencecacheclient2.lib +LIBRARY presencecacheutils.lib +LIBRARY vimpstutils.lib +LIBRARY vimpstsettings.lib + +LIBRARY cch.lib +LIBRARY servicehandler.lib +LIBRARY serviceprovidersettings.lib +LIBRARY ws32.lib +LIBRARY apgrfx.lib +LIBRARY apparc.lib +LIBRARY bafl.lib + +//imcacheclient +LIBRARY imcacheclient.lib +//For contact details +LIBRARY vpbkeng.lib + +//#ifdef CHAT_ENABLE_DEBUG_PRINT +LIBRARY flogger.lib +//#endif + +// end of file +