imservices/ossprotocoladaptation/group/ossprotocoladaptation.mmp
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2007 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 OSSProtocolAdaptation
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/ossprotocoladaptationuids.h"
       
    21 
       
    22 TARGET          ossprotocoladaptation.dll
       
    23 TARGETTYPE      Plugin
       
    24 UID             KEComRecognitionDllUid2  KEComRecognitionDllUid3   
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 VERSION      10.0
       
    29 
       
    30 EPOCALLOWDLLDATA
       
    31 
       
    32 EPOCHEAPSIZE	0x100000 0x200000
       
    33 START RESOURCE  ../rss/ossprotocoladaptation.rss
       
    34 TARGET          ossprotocoladaptation.rsc
       
    35 END
       
    36 
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE			cossprotocolsearchfeatures.cpp
       
    40 SOURCE 			cossprotocolplugin.cpp
       
    41 SOURCE 			cossprotocolconnection.cpp
       
    42 SOURCE      	cossprotocolpresencefeatures.cpp
       
    43 SOURCE      	cossprotocolconnectionmanager.cpp
       
    44 SOURCE			cossprotocolloginrequest.cpp
       
    45 SOURCE			cossprotocollogoutrequest.cpp
       
    46 SOURCE			cossprotocolimfeatures.cpp
       
    47 SOURCE			waittimer.cpp
       
    48 SOURCE			cosssenddataoperation.cpp
       
    49 SOURCE			cossprotocolservererrorhandler.cpp
       
    50 SOURCE			cosscontactmanager.cpp
       
    51 
       
    52 //utils
       
    53 SOURCE			ossprotocoladaptutils.cpp
       
    54 // for logs
       
    55 SOURCE      	ossprotocolpluginlogger.cpp
       
    56 // presentity groups source
       
    57 SOURCEPATH      ../src/presentitygroups
       
    58 SOURCE      	cossprotocolpresentitygroups.cpp
       
    59 SOURCE      	csubscribepresentitygroupcontentrequest.cpp
       
    60 SOURCE      	caddpresentitygroupmemberrequest.cpp
       
    61 SOURCE      	cremovepresentitygroupmemberrequest.cpp
       
    62 SOURCE      	caddcontactnotificationhandler.cpp
       
    63 SOURCE          ccontactsynchandler.cpp
       
    64 // ---------------------------------------------------------------------------
       
    65 SOURCEPATH      ../src/presencepublishing
       
    66 // ---------------------------------------------------------------------------
       
    67 SOURCE			cossprotocolpresencepublishing.cpp
       
    68 SOURCE			cpresencenotificationhandler.cpp
       
    69 SOURCE			cpublishownpresencerequest.cpp
       
    70 
       
    71 // ---------------------------------------------------------------------------
       
    72 SOURCEPATH      ../src/presenceauthorization
       
    73 // ---------------------------------------------------------------------------
       
    74 SOURCE			cossprotocolpresenceauthorization.cpp
       
    75 SOURCE			csubscribepresencegrantrequestlistrequest.cpp
       
    76 SOURCE			cpresenceauthuserrequest.cpp
       
    77 SOURCE			cwithdrawpresencegrantfrompresentityrequest.cpp
       
    78 // Im operations source
       
    79 SOURCEPATH      ../src/im
       
    80 SOURCE      	cossprotocolimconversation.cpp
       
    81 SOURCE      	cosssendmessagerequest.cpp
       
    82 SOURCE      	creceivemessagehandler.cpp
       
    83 
       
    84 SOURCEPATH      ../src/processlauncher
       
    85 SOURCE			processlaunher.cpp
       
    86 
       
    87 // ---------------------------------------------------------------------------
       
    88 SOURCEPATH      ../src/search
       
    89 // ---------------------------------------------------------------------------
       
    90 SOURCE			cossprotocolsearch.cpp
       
    91 SOURCE			csearchrequest.cpp
       
    92 SOURCE			csearchkeystore.cpp
       
    93 SOURCE			csearchgetsearchkeys.cpp
       
    94 
       
    95 // user includes
       
    96 USERINCLUDE     ../inc/search
       
    97 USERINCLUDE     .
       
    98 USERINCLUDE     ../inc
       
    99 USERINCLUDE     ../inc/presentitygroups
       
   100 USERINCLUDE     ../inc/im
       
   101 USERINCLUDE     ../inc/processlauncher
       
   102 USERINCLUDE     ../inc/presencepublishing
       
   103 USERINCLUDE     ../inc/presenceauthorization
       
   104 USERINCLUDE     ../dataconvlib/inc
       
   105 
       
   106 USERINCLUDE       ../../xmppsettingsfetcher/inc
       
   107 
       
   108 // Default system include paths for middleware layer modules.
       
   109 APP_LAYER_SYSTEMINCLUDE
       
   110 OS_LAYER_LIBC_SYSTEMINCLUDE
       
   111 OS_LAYER_GLIB_SYSTEMINCLUDE
       
   112 OS_LAYER_SSL_SYSTEMINCLUDE
       
   113 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
   114 OS_LAYER_DBUS_SYSTEMINCLUDE
       
   115 SYSTEMINCLUDE   	/epoc32/include/ecom 
       
   116 
       
   117 
       
   118 
       
   119 
       
   120 
       
   121 LIBRARY         euser.lib   
       
   122 LIBRARY         ecom.lib
       
   123 LIBRARY         flogger.lib
       
   124 LIBRARY         bafl.lib
       
   125 LIBRARY			jabbersettings.lib
       
   126 LIBRARY			xmppsettingsfetcher.lib
       
   127 
       
   128 LIBRARY         libc.lib
       
   129 LIBRARY			estor.lib 
       
   130 LIBRARY         efsrv.lib
       
   131 LIBRARY         apparc.lib  
       
   132 LIBRARY			opencmessagequeuelibrary.lib
       
   133 LIBRARY			opencstringutilslib.lib
       
   134 LIBRARY			inetprotutil.lib 
       
   135 
       
   136 LIBRARY     	serviceprovidersettings.lib
       
   137 LIBRARY     	centralrepository.lib
       
   138 LIBRARY     	estlib.lib
       
   139 LIBRARY         presencecacheclient2.lib
       
   140 LIBRARY         presencecacheutils.lib
       
   141 
       
   142 // End of file