imstutils/xmppadapter/group/xmppadapter.mmp
branchRCL_3
changeset 23 9a48e301e94b
parent 0 5e5d6b214f4f
equal deleted inserted replaced
22:3104fc151679 23:9a48e301e94b
       
     1 /*
       
     2 * Copyright (c) 2008 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 Meco/XMPP settings adapter.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          xmppadapter.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x0A6A4E92
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 VERSION      		10.0
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          xmppadapter.cpp
       
    33 SOURCE          xmppadaptergroupproxy.cpp
       
    34 SOURCE          xmppadapterlogger.cpp
       
    35 
       
    36 SOURCEPATH      ../data
       
    37 
       
    38 START RESOURCE 0416013D.rss
       
    39 TARGET xmppadapter.rsc
       
    40 TARGETPATH			ECOM_RESOURCE_DIR
       
    41 END
       
    42 
       
    43 START RESOURCE wpgeneralxmppsettingsadapter.rss
       
    44 HEADER
       
    45 TARGETPATH RESOURCE_FILES_DIR
       
    46 LANGUAGE_IDS
       
    47 END
       
    48 
       
    49 
       
    50 USERINCLUDE     .
       
    51 USERINCLUDE     ../inc
       
    52 USERINCLUDE     ../../group
       
    53 USERINCLUDE     ../../imconnectionprovider/inc
       
    54 
       
    55 APP_LAYER_SYSTEMINCLUDE 
       
    56 
       
    57 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    58 
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         provisioningengine.lib
       
    61 LIBRARY         commonengine.lib
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         efsrv.lib 
       
    64 LIBRARY         cone.lib 
       
    65 
       
    66 LIBRARY    flogger.lib
       
    67 
       
    68 LIBRARY     			serviceprovidersettings.lib
       
    69 LIBRARY					jabbersettings.lib	
       
    70 LIBRARY         		servicehandler.lib
       
    71 LIBRARY					vimpstsettings.lib // application settings library 
       
    72 
       
    73 //end of file