imstutils/imconnectionprovider/group/imconnectionprovider.mmp
changeset 0 5e5d6b214f4f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/imstutils/imconnectionprovider/group/imconnectionprovider.mmp	Tue Feb 02 10:12:18 2010 +0200
@@ -0,0 +1,86 @@
+/*
+* 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:  Project definition file for project imconnectionprovider
+*
+*/
+
+
+#include "../inc/imconnectionprovideruids.hrh"
+#include <data_caging_paths.hrh>
+#include <platform_paths.hrh>
+
+TARGET		imconnectionprovider.dll
+TARGETTYPE	PLUGIN
+UID	        0x10009D8D KIMConnectivityPluginUid
+VENDORID    VID_DEFAULT
+CAPABILITY  CAP_ECOM_PLUGIN
+
+VERSION      10.0
+//used to allow binary compression by making use of BYTEPAIR algorithm
+PAGED  
+// SOURCE
+SOURCEPATH	../src
+SOURCE	    cicpplugin.cpp
+SOURCE      cicpservicemanager.cpp
+SOURCE		cicpservicerequest.cpp
+
+
+START RESOURCE  ../data/20010120.rss
+#ifdef SYMBIAN_SECURE_ECOM 
+TARGET      imconnectionprovider.rsc                                                              
+TARGETPATH    ECOM_RESOURCE_DIR                                                          
+#endif
+END
+
+// INCLUDE
+USERINCLUDE	../inc
+
+
+
+APP_LAYER_SYSTEMINCLUDE
+
+SYSTEMINCLUDE /epoc32/include/ecom
+SYSTEMINCLUDE   /epoc32/include/stdapis
+
+// LIBRARY
+LIBRARY     	euser.lib	
+LIBRARY     	ecom.lib
+LIBRARY     	serviceprovidersettings.lib
+LIBRARY     	flogger.lib
+
+LIBRARY         diskspacereserver.lib
+LIBRARY		    featmgr.lib 
+
+//imcache client
+LIBRARY			imcacheclient.lib
+
+// xmpp settings
+LIBRARY         jabbersettings.lib
+
+
+/***************************
+* Logging method variants:
+*   0 = No logging
+*   1 = UDEB RDebug
+*   2 = UDEB Flogger
+*   3 = UDEB RDebug & Flogger
+*
+* For file logging make sure that directory C:/logs/scp exists
+***************************/ 
+
+
+MACRO SCP_LOGGING_2
+
+
+