simpledatamodeladapter/group/presenceplugin.mmp
changeset 0 c8caa15ef882
child 11 b4758b4b2d20
child 12 e6a66db4e9d0
equal deleted inserted replaced
-1:000000000000 0:c8caa15ef882
       
     1 /*
       
     2 * Copyright (c) 2006-2010 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 SIP/Simple Protocol Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include "presenceplugin_resource.hrh"
       
    22 
       
    23 TARGET          presenceplugin.dll
       
    24 TARGETTYPE      plugin
       
    25 
       
    26 UID             PRESENCEPLUGIN_DLL_UID_ECOM_PLUGIN PRESENCEPLUGIN_DLL_UID_PRESENCE_PROTOCOL
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 
       
    30 // RESOURCE
       
    31 START RESOURCE  10275464.rss
       
    32 TARGET          presenceplugin
       
    33 TARGETPATH      resource/plugins
       
    34 END
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          presenceplugin.cpp
       
    38 SOURCE          presencepluginconnection.cpp
       
    39 SOURCE          presencepluginsession.cpp
       
    40 SOURCE          presencepluginwinfo.cpp
       
    41 SOURCE          presencepluginwatcher.cpp
       
    42 SOURCE          presencepluginauthorization.cpp
       
    43 SOURCE          presencepluginpublisher.cpp
       
    44 SOURCE          presencepluginentitywatcher.cpp
       
    45 SOURCE          presenceplugindata.cpp
       
    46 SOURCE	        presencepluginxdmutils.cpp
       
    47 SOURCE          presencepluginxdmpresrules.cpp
       
    48 SOURCE          presenceplugingroup.cpp
       
    49 SOURCE          presencepluginwatcherinfo.cpp
       
    50 SOURCE          presencepluginvirtualgroup.cpp
       
    51 SOURCE          presenceconnectioninfo.cpp
       
    52 SOURCE          presencepluginutility.cpp
       
    53 SOURCE          presenceplugincontacts.cpp
       
    54 SOURCE          presenceplugincontactstatehandler.cpp
       
    55 SOURCE          presenceplugincontactstate.cpp
       
    56 SOURCE          presenceplugincontactstateopen.cpp
       
    57 SOURCE          presenceplugincontactstateresolve.cpp
       
    58 SOURCE          presenceplugincontactstatesearch.cpp
       
    59 SOURCE          presenceplugincontactstateend.cpp
       
    60 SOURCE          presensepluginlocalstore.cpp
       
    61 
       
    62 USERINCLUDE     .
       
    63 USERINCLUDE     ../inc
       
    64 USERINCLUDE     ../simpleimplugin/inc
       
    65 
       
    66 // Default system include paths for middleware layer modules.
       
    67 APP_LAYER_SYSTEMINCLUDE
       
    68 SYSTEMINCLUDE   /epoc32/include/ecom
       
    69 
       
    70 LIBRARY         euser.lib   // Base
       
    71 LIBRARY         ecom.lib
       
    72 LIBRARY         simpleengine.lib
       
    73 LIBRARY         estor.lib
       
    74 LIBRARY         bafl.lib
       
    75 LIBRARY         charconv.lib
       
    76 
       
    77 LIBRARY         xdmengine.lib
       
    78 LIBRARY         xdmsettingsapi.lib
       
    79 LIBRARY         presencesettingsapi.lib
       
    80 
       
    81 LIBRARY         efsrv.lib
       
    82 LIBRARY         edbms.lib 
       
    83 LIBRARY         avkon.lib
       
    84 
       
    85 //presence cache
       
    86 LIBRARY         presencecacheclient2.lib
       
    87 LIBRARY         presencecacheutils.lib
       
    88 
       
    89 // access to service table
       
    90 LIBRARY         serviceprovidersettings.lib
       
    91 
       
    92 // access to uiservicetabsettings
       
    93 LIBRARY         vimpstsettings.lib
       
    94 
       
    95 // access to Virtual Phonebook contact database
       
    96 LIBRARY         vpbkeng.lib
       
    97 
       
    98 // End of file