homesync/contentmanager/homesyncgsplugin/group/msgsplugin.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     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 specification file for MediaServant plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>    //this is needed for RESOURCE_FILES_DIR
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET              msgsplugin.dll
       
    22 TARGETTYPE          PLUGIN
       
    23 UID                 0x10009D8D 0x10282910
       
    24 
       
    25 CAPABILITY          CAP_ECOM_PLUGIN
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 SOURCEPATH          ../src
       
    29 SOURCE              msgspluginimplementationtable.cpp
       
    30 SOURCE              mssettingsview.cpp
       
    31 SOURCE              mssettingitemlist.cpp
       
    32 SOURCE              mssettingitemmemory.cpp
       
    33 SOURCE              mssettingitemdevices.cpp
       
    34 SOURCE              msmultiselectionpopup.cpp
       
    35 SOURCE              mssettingitems.cpp
       
    36 
       
    37 USERINCLUDE         ../data
       
    38 USERINCLUDE         ../inc
       
    39 USERINCLUDE         ../loc
       
    40 USERINCLUDE         ../../mediaservant/help/inc
       
    41 
       
    42 // System Includes
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 USERINCLUDE   ../../../../inc
       
    45 
       
    46 SOURCEPATH          ../data
       
    47 
       
    48 START RESOURCE      msgsplugin.rss
       
    49 TARGET              msgsplugin.rsc
       
    50 TARGETPATH          ECOM_RESOURCE_DIR
       
    51 END
       
    52 
       
    53 START RESOURCE      msgspluginsrc.rss
       
    54 HEADER
       
    55 TARGETPATH          RESOURCE_FILES_DIR
       
    56 LANGUAGE_IDS
       
    57 END
       
    58 
       
    59 LIBRARY             AKNSKINS.lib                // AknsUtils.h
       
    60 LIBRARY             avkon.lib
       
    61 LIBRARY             bafl.lib
       
    62 LIBRARY             CommonEngine.lib            // RConeResourceLoader
       
    63 LIBRARY             cone.lib 
       
    64 LIBRARY             egul.lib                    // CGulIcon
       
    65 LIBRARY             AknIcon.lib
       
    66 LIBRARY             eikcoctl.lib 
       
    67 LIBRARY             eikcore.lib 
       
    68 LIBRARY             euser.lib
       
    69 LIBRARY             flogger.lib                 // RFileLogger
       
    70 LIBRARY             GSEcomPlugin.lib
       
    71 LIBRARY             GSFramework.lib
       
    72 LIBRARY             hlplch.lib                  // HlpLauncher
       
    73 LIBRARY             msengine.lib
       
    74 LIBRARY             cmsettingsengine.lib
       
    75 LIBRARY             cmcommon.lib
       
    76 LIBRARY             eikdlg.lib                  // multiselection dialog
       
    77 LIBRARY             charconv.lib      
       
    78 LIBRARY             upnpavcontrollerclient.lib
       
    79 LIBRARY             commdb.lib
       
    80 LIBRARY             ecom.lib
       
    81 LIBRARY             centralrepository.lib       // profile query
       
    82 LIBRARY             PlatformEnv.lib             // pathinfo
       
    83 
       
    84 // End of File