presadap12/impsplugin/group/impsplugin.mmp
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2006 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 Presence Framework Test Protocol
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include        "impsconfig.h"
       
    22 #include        "impsplugin12uid.h"
       
    23 
       
    24 
       
    25 TARGET          imps12plugin.dll
       
    26 
       
    27 TARGETTYPE      plugin
       
    28 
       
    29 UID             KEComRecognitionDllUid2  KImps12PluginAdaptationUid3
       
    30 
       
    31 VENDORID        VID_DEFAULT
       
    32 CAPABILITY      CAP_ECOM_PLUGIN
       
    33 
       
    34 //ECOM RESOURCE
       
    35 
       
    36 START RESOURCE  imps12plugin.rss
       
    37 TARGET          imps12plugin.rsc
       
    38 END
       
    39 
       
    40 
       
    41 USERINCLUDE     .
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../../../inc
       
    44 USERINCLUDE     ../inc/presentitygroups
       
    45 USERINCLUDE     ../inc/presencewatching
       
    46 USERINCLUDE     ../inc/presenceauthorization
       
    47 USERINCLUDE     ../inc/presencepublishing
       
    48 
       
    49 // ---------------------------------------------------------------------------
       
    50 SOURCEPATH      ../src
       
    51 // ---------------------------------------------------------------------------
       
    52 
       
    53 SOURCE          cimpsplugin.cpp
       
    54 SOURCE          cimpsconnection.cpp
       
    55 SOURCE          impslogger.cpp
       
    56 SOURCE 			pimpsadapxmltools.cpp
       
    57 SOURCE			cimpspluginconnectionmanager.cpp
       
    58 SOURCE			cimpspluginaccesshandler.cpp
       
    59 SOURCE			cimpspluginpuredatahandler.cpp
       
    60 
       
    61 SOURCE			cimpspluginloginrequest.cpp
       
    62 SOURCE			cimpspluginlogoutrequest.cpp
       
    63 SOURCE			cimpsprotocolpresencefeatures.cpp
       
    64 
       
    65 
       
    66 // ---------------------------------------------------------------------------
       
    67 SOURCEPATH      ../src/presentitygroups
       
    68 // ---------------------------------------------------------------------------
       
    69 SOURCE			cimpsprotocolpresentitygroups.cpp
       
    70 SOURCE			csubscribepresentitygrouplistrequest.cpp
       
    71 SOURCE			ccreatepresentitygrouprequest.cpp
       
    72 SOURCE			cdeletepresentitygrouprequest.cpp
       
    73 SOURCE			caddpresentitygroupmemberrequest.cpp
       
    74 SOURCE			cremovepresentitygroupmemberrequest.cpp
       
    75 SOURCE			cupdatepresentitygroupmemberdisplaynamerequest.cpp
       
    76 SOURCE			cupdatepresentitygroupdisplaynamerequest.cpp
       
    77 SOURCE			csubscribepresentitygroupcontentrequest.cpp
       
    78 
       
    79 // ---------------------------------------------------------------------------
       
    80 SOURCEPATH      ../src/presencepublishing
       
    81 // ---------------------------------------------------------------------------
       
    82 SOURCE			cimpsprotocolpresencepublishing.cpp
       
    83 SOURCE			csubscribeownpresencerequest.cpp
       
    84 SOURCE			cpresencenotificationhandler.cpp
       
    85 SOURCE			cunsubscribeownpresencerequest.cpp
       
    86 SOURCE			cupdateownpresencesubscriptionpifrequest.cpp
       
    87 SOURCE			cpublishownpresencerequest.cpp
       
    88 SOURCE			csubscribepresencewatcherlistrequest.cpp
       
    89 
       
    90 // ---------------------------------------------------------------------------
       
    91 SOURCEPATH      ../src/presenceauthorization
       
    92 // ---------------------------------------------------------------------------
       
    93 SOURCE			cimpsprotocolpresenceauthorization.cpp
       
    94 SOURCE			csubscribepresencegrantrequestlistrequest.cpp
       
    95 SOURCE			cgrantpresenceforpresentityrequest.cpp
       
    96 SOURCE			cupdatepresencegrantpifforpresentityrequest.cpp
       
    97 SOURCE			cwithdrawpresencegrantfrompresentityrequest.cpp
       
    98 SOURCE			cgrantpresenceforpresentitygroupmembersrequest.cpp
       
    99 SOURCE			cupdatepresencegrantpifforpresentitygroupmembersrequest.cpp
       
   100 SOURCE			cwithdrawpresencegrantfrompresentitygroupmembersrequest.cpp
       
   101 SOURCE			cgrantpresenceforeveryonerequest.cpp
       
   102 SOURCE			cupdatepresencegrantpifforeveryonerequest.cpp
       
   103 SOURCE			cwithdrawpresencegrantfromeveryonerequest.cpp
       
   104 SOURCE			csubscribepresenceblocklistrequest.cpp
       
   105 SOURCE			cblockpresenceforpresentityrequest.cpp
       
   106 SOURCE 			ccancelpresenceblockfrompresentityrequest.cpp
       
   107 SOURCE			cpresenceauthuserrequest.cpp
       
   108 
       
   109 // ---------------------------------------------------------------------------
       
   110 SOURCEPATH      ../src/presencewatching
       
   111 // ---------------------------------------------------------------------------
       
   112 SOURCE			cimpsprotocolpresencewatching.cpp
       
   113 SOURCE			csubscribepresentitypresence.cpp
       
   114 SOURCE			cunsubscribepresentitypresence.cpp
       
   115 SOURCE			csubscribepresentitygroupmemberspresence.cpp
       
   116 SOURCE			cunsubscribepresentitygroupmemberspresence.cpp
       
   117 SOURCE			cupdatepresentitypresence.cpp
       
   118 SOURCE			cupdatepresentitygroupmemberspresence.cpp
       
   119 
       
   120 
       
   121 // Default system include paths for application layer modules.
       
   122 APP_LAYER_SYSTEMINCLUDE
       
   123 
       
   124 SYSTEMINCLUDE   /epoc32/include/ecom
       
   125 SYSTEMINCLUDE     ../../../inc
       
   126 SYSTEMINCLUDE     ../../Parser2/inc
       
   127 SYSTEMINCLUDE     ../../Parser2/SrcXmlParser
       
   128 SYSTEMINCLUDE     ../../Parser2/SrcXmlSerializer
       
   129 
       
   130 SYSTEMINCLUDE   /epoc32/include/libc
       
   131 
       
   132 LIBRARY         euser.lib   // Base
       
   133 LIBRARY         ecom.lib
       
   134 LIBRARY         bafl.lib
       
   135 LIBRARY			estor.lib 
       
   136 
       
   137 LIBRARY         FeatMgr.lib            
       
   138 LIBRARY         efsrv.lib
       
   139 LIBRARY         apparc.lib    
       
   140 //imps engine libraries
       
   141 LIBRARY     	impsclient.lib 
       
   142 LIBRARY         impsutils.lib 
       
   143 
       
   144 //TA libraries
       
   145 LIBRARY         ImpsAdapParser.lib
       
   146 
       
   147 
       
   148 //#ifdef IMPS_DEBUG_OUTPUT_TO_FILE
       
   149 
       
   150 LIBRARY         flogger.lib
       
   151 //#endif
       
   152 
       
   153   
       
   154 
       
   155 // End of file