presencesettingsui/group/psuigsplugin.mmp
branchRCL_3
changeset 17 2669f8761a99
parent 16 2580314736af
child 18 fbd2e7cec7ef
equal deleted inserted replaced
16:2580314736af 17:2669f8761a99
     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:    This is project specification file for Presence UI Settings GS plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 // definitions
       
    24 CAPABILITY          CAP_ECOM_PLUGIN
       
    25 TARGET              psuigsplugin.dll
       
    26 TARGETTYPE          PLUGIN
       
    27 UID                 0x10009D8D 0x10281EF0 //PSUIGSPluginDllUid
       
    28 VENDORID            VID_DEFAULT
       
    29 
       
    30 // sources
       
    31 SOURCEPATH          ../data
       
    32 SOURCEPATH          ../src
       
    33 SOURCE              psuigspluginimplementationtable.cpp
       
    34 SOURCE              psuigsplugin.cpp
       
    35 SOURCE              psuigsplugincontainer.cpp
       
    36 SOURCE              psuigspluginmodel.cpp
       
    37 SOURCE              psuigspluginsettingview.cpp
       
    38 SOURCE              psuigspluginsettingviewcontainer.cpp
       
    39 SOURCE              psuisipxdmsettingitem.cpp
       
    40 SOURCE              psuiintegersettingitem.cpp
       
    41 
       
    42 // includes
       
    43 USERINCLUDE         ../inc
       
    44 USERINCLUDE         ../data
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 SYSTEMINCLUDE       /epoc32/include/ecom
       
    47 
       
    48 //ECOM resource definition
       
    49 START RESOURCE      ../data/10281ef0.rss
       
    50 TARGET              psuigsplugin.rsc 
       
    51 END
       
    52 
       
    53 // resources
       
    54 START RESOURCE      ../data/psuigspluginrsc.rss 
       
    55 HEADER
       
    56 TARGETPATH          RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 // dependancies
       
    61 LIBRARY             euser.lib
       
    62 LIBRARY             avkon.lib
       
    63 LIBRARY             bafl.lib 
       
    64 LIBRARY             cone.lib 
       
    65 LIBRARY             eikcoctl.lib 
       
    66 LIBRARY             eikcore.lib 
       
    67 LIBRARY             commonengine.lib
       
    68 LIBRARY             featmgr.lib
       
    69 LIBRARY             hlplch.lib
       
    70 LIBRARY             gsframework.lib
       
    71 LIBRARY             gsecomplugin.lib
       
    72 LIBRARY             aknskins.lib
       
    73 LIBRARY             sipprofilecli.lib
       
    74 LIBRARY             inetprotutil.lib
       
    75 LIBRARY             xdmsettingsapi.lib
       
    76 LIBRARY             presencesettingsapi.lib
       
    77 LIBRARY             serviceprovidersettings.lib
       
    78 
       
    79 // End of File