simpledatamodeladapter/group/presenceplugin.mmp
branchGCC_SURGE
changeset 28 d9861ae9169c
parent 23 77cb48a03620
parent 26 04ca1926b01c
equal deleted inserted replaced
23:77cb48a03620 28:d9861ae9169c
     1 /*
       
     2 * Copyright (c) 2006-2009 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 
       
    54 USERINCLUDE     .
       
    55 USERINCLUDE     ../inc
       
    56 USERINCLUDE     ../simpleimplugin/inc
       
    57 
       
    58 // Default system include paths for middleware layer modules.
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 SYSTEMINCLUDE   /epoc32/include/ecom
       
    61 
       
    62 LIBRARY         euser.lib   // Base
       
    63 LIBRARY         ecom.lib
       
    64 LIBRARY         simpleengine.lib
       
    65 LIBRARY         estor.lib
       
    66 LIBRARY         bafl.lib
       
    67 LIBRARY         charconv.lib
       
    68 
       
    69 LIBRARY         xdmengine.lib
       
    70 LIBRARY         xdmsettingsapi.lib
       
    71 LIBRARY         presencesettingsapi.lib
       
    72 
       
    73 //presence cache
       
    74 LIBRARY         presencecacheclient2.lib
       
    75 LIBRARY         presencecacheutils.lib
       
    76 
       
    77 // access to service table
       
    78 LIBRARY         serviceprovidersettings.lib
       
    79 
       
    80 // access to uiservicetabsettings
       
    81 LIBRARY         vimpstsettings.lib
       
    82 // End of file