imstutils/imconnectionprovider/group/imconnectionprovider.mmp
changeset 0 5e5d6b214f4f
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project definition file for project imconnectionprovider
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../inc/imconnectionprovideruids.hrh"
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET		imconnectionprovider.dll
       
    24 TARGETTYPE	PLUGIN
       
    25 UID	        0x10009D8D KIMConnectivityPluginUid
       
    26 VENDORID    VID_DEFAULT
       
    27 CAPABILITY  CAP_ECOM_PLUGIN
       
    28 
       
    29 VERSION      10.0
       
    30 //used to allow binary compression by making use of BYTEPAIR algorithm
       
    31 PAGED  
       
    32 // SOURCE
       
    33 SOURCEPATH	../src
       
    34 SOURCE	    cicpplugin.cpp
       
    35 SOURCE      cicpservicemanager.cpp
       
    36 SOURCE		cicpservicerequest.cpp
       
    37 
       
    38 
       
    39 START RESOURCE  ../data/20010120.rss
       
    40 #ifdef SYMBIAN_SECURE_ECOM 
       
    41 TARGET      imconnectionprovider.rsc                                                              
       
    42 TARGETPATH    ECOM_RESOURCE_DIR                                                          
       
    43 #endif
       
    44 END
       
    45 
       
    46 // INCLUDE
       
    47 USERINCLUDE	../inc
       
    48 
       
    49 
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 SYSTEMINCLUDE /epoc32/include/ecom
       
    54 SYSTEMINCLUDE   /epoc32/include/stdapis
       
    55 
       
    56 // LIBRARY
       
    57 LIBRARY     	euser.lib	
       
    58 LIBRARY     	ecom.lib
       
    59 LIBRARY     	serviceprovidersettings.lib
       
    60 LIBRARY     	flogger.lib
       
    61 
       
    62 LIBRARY         diskspacereserver.lib
       
    63 LIBRARY		    featmgr.lib 
       
    64 
       
    65 //imcache client
       
    66 LIBRARY			imcacheclient.lib
       
    67 
       
    68 // xmpp settings
       
    69 LIBRARY         jabbersettings.lib
       
    70 
       
    71 
       
    72 /***************************
       
    73 * Logging method variants:
       
    74 *   0 = No logging
       
    75 *   1 = UDEB RDebug
       
    76 *   2 = UDEB Flogger
       
    77 *   3 = UDEB RDebug & Flogger
       
    78 *
       
    79 * For file logging make sure that directory C:/logs/scp exists
       
    80 ***************************/ 
       
    81 
       
    82 
       
    83 MACRO SCP_LOGGING_2
       
    84 
       
    85 
       
    86