simpleengine/presenceprovisioning/group/presenceprovisioning.mmp
changeset 0 c8caa15ef882
equal deleted inserted replaced
-1:000000000000 0:c8caa15ef882
       
     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:    MMP for Presence Provisioning adapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET          presenceprovisioning.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D 0x10282417
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 VENDORID        VID_DEFAULT                 
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 
       
    33 SOURCE          presenceprovitem.cpp
       
    34 SOURCE          presenceprovadapter.cpp
       
    35 SOURCE          presenceprovgroupproxy.cpp
       
    36 
       
    37 SOURCEPATH      ../data
       
    38 START RESOURCE  10282417.rss
       
    39     TARGET      presenceprovisioning.rsc                                                                
       
    40 END
       
    41 
       
    42 
       
    43 START RESOURCE presenceprovisioningtexts.rss
       
    44 HEADER
       
    45 TARGET presenceprovisioningtexts.rsc
       
    46 TARGETPATH       RESOURCE_FILES_DIR
       
    47 LANGUAGE_IDS
       
    48 END
       
    49 
       
    50 
       
    51 USERINCLUDE     ../inc
       
    52 
       
    53 // default system include paths for middleware layer modules
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 SYSTEMINCLUDE   /epoc32/include/ecom
       
    56 
       
    57 LIBRARY         ecom.lib
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         presencesettingsapi.lib
       
    60 LIBRARY         provisioningengine.lib
       
    61 LIBRARY         commonengine.lib
       
    62 LIBRARY         bafl.lib
       
    63 
       
    64 DEBUGLIBRARY    flogger.lib
       
    65 
       
    66 
       
    67 SOURCEPATH      ../loc
       
    68 DOCUMENT        presenceprovadapter.loc
       
    69 
       
    70 // End of File