presencefwsimpleadpt/group/simpleplugin.mmp
branchRCL_3
changeset 34 2669f8761a99
parent 31 2580314736af
child 35 fbd2e7cec7ef
equal deleted inserted replaced
31:2580314736af 34:2669f8761a99
     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 SIP/Simple Protocol Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include "prfwsimpleplugin.hrh"
       
    24 
       
    25 TARGET                  simpleplugin.dll
       
    26 TARGETTYPE              plugin
       
    27 UID                     SIMPLEPLUGIN_DLL_UID_ECOM_PLUGIN  SIMPLEPLUGIN_DLL_UID_SIMPLE_PROTOCOL
       
    28 CAPABILITY              CAP_ECOM_PLUGIN
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 // ECOM RESOURCE
       
    32 START RESOURCE  simpleplugin.rss
       
    33 TARGET          simpleplugin.rsc
       
    34 END
       
    35 
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          simpleplugin.cpp
       
    39 SOURCE          simplepluginauthorization.cpp
       
    40 SOURCE          simplepluginconnection.cpp
       
    41 SOURCE          simpleplugindata.cpp
       
    42 SOURCE          simplepluginentitywatcher.cpp
       
    43 SOURCE          simpleplugingroups.cpp
       
    44 SOURCE          simplepluginpublisher.cpp
       
    45 SOURCE          simplepluginsession.cpp
       
    46 SOURCE          simplepluginvariation.cpp
       
    47 SOURCE          simplepluginwatcher.cpp
       
    48 SOURCE          simplepluginwinfo.cpp
       
    49 SOURCE          simplepluginxdmutils.cpp
       
    50 SOURCE          simpleplugindebugutils.cpp
       
    51 
       
    52 USERINCLUDE     .
       
    53 USERINCLUDE     ../inc
       
    54 
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 SYSTEMINCLUDE   /epoc32/include/ecom
       
    57 
       
    58 LIBRARY         euser.lib   // Base
       
    59 LIBRARY         ecom.lib
       
    60 LIBRARY         bafl.lib
       
    61 LIBRARY         xmlparser.lib
       
    62 LIBRARY         xmldom.lib
       
    63 LIBRARY         charconv.lib
       
    64 
       
    65 LIBRARY         simpleengine.lib
       
    66 LIBRARY         rlspresxdm.lib
       
    67 LIBRARY         xdmengine.lib
       
    68 LIBRARY         xdmsettingsapi.lib
       
    69 LIBRARY         presencesettingsapi.lib
       
    70 LIBRARY         centralrepository.lib
       
    71 
       
    72 DEBUGLIBRARY    flogger.lib // Sending trace data to log file
       
    73 DEBUGLIBRARY    efsrv.lib   // file server
       
    74 DEBUGLIBRARY    apparc.lib
       
    75 
       
    76 // End of file