remotestoragefw/gsplugin/group/rsfwgsplugin.mmp
changeset 0 3ad9d5175a89
equal deleted inserted replaced
-1:000000000000 0:3ad9d5175a89
       
     1 /*
       
     2 * Copyright (c) 2005-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 project GS plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>    //this is needed for RESOURCE_FILES_DIR
       
    20 
       
    21 CAPABILITY          CAP_ECOM_PLUGIN
       
    22 TARGET              rsfwgsplugin.dll
       
    23 TARGETTYPE          PLUGIN
       
    24 UID                 0x10009D8D 0x101F9777
       
    25 VENDORID            VID_DEFAULT
       
    26 
       
    27 SOURCEPATH          ../src
       
    28 SOURCE              rsfwgsplugin.cpp
       
    29 SOURCE              rsfwgsplugindrivelistcontainer.cpp
       
    30 SOURCE              rsfwgsremotedrivesettingscontainer.cpp
       
    31 SOURCE              rsfwgspluginsettinglist.cpp
       
    32 SOURCE              rsfwgssettingsdata.cpp
       
    33 SOURCE              rsfwgspluginimplementationtable.cpp
       
    34 SOURCE              rsfwgspropertywatch.cpp
       
    35 SOURCE              rsfwgsremotedrivesend.cpp          
       
    36 SOURCEPATH              ../../MDebug/src
       
    37 SOURCE                  mdebug.cpp
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE   ../../../inc
       
    41 SYSTEMINCLUDE   ../../inc
       
    42 SYSTEMINCLUDE       /epoc32/include/ecom
       
    43 USERINCLUDE     ../inc
       
    44 
       
    45 SOURCEPATH          ../data
       
    46 
       
    47 //ECOM resource definition
       
    48 START RESOURCE      101f9777.rss 
       
    49 TARGET              rsfwgsplugin.rsc 
       
    50 END // ECOM resource definition
       
    51 
       
    52 //Resource file
       
    53 START RESOURCE      rsfwgspluginrsc.rss 
       
    54 HEADER
       
    55 TARGETPATH          RESOURCE_FILES_DIR
       
    56 LANGUAGE_IDS
       
    57 END // resource
       
    58 
       
    59 LIBRARY             euser.lib
       
    60 //LIBRARY             ecom.lib
       
    61 LIBRARY             gsecomplugin.lib
       
    62 LIBRARY             efsrv.lib
       
    63 LIBRARY             avkon.lib
       
    64 LIBRARY             bafl.lib 
       
    65 LIBRARY             cone.lib 
       
    66 LIBRARY             eikcoctl.lib // For CEikMenuPane
       
    67 LIBRARY             eikcore.lib // For MEikMenuObserver
       
    68 LIBRARY             eikctl.lib	// Column Listbox 
       
    69 LIBRARY             commonengine.lib	//For RConeResourceLoader
       
    70 //LIBRARY             egul.lib 	// CGulIcon
       
    71 LIBRARY             apsettingshandlerui.lib  // access point UI
       
    72 LIBRARY             apengine.lib  //AP engine 
       
    73 LIBRARY             commdb.lib // AP handling
       
    74 //LIBRARY             fbscli.lib // For CFbsBitmap
       
    75 LIBRARY             aknicon.lib // For AknIconUtils
       
    76 LIBRARY             agentdialog.lib // To show access points only in emulator
       
    77 LIBRARY             rsfwmountman.lib  // For remote mount handling
       
    78 LIBRARY             rsfwmountstore.lib // for CMountEntry
       
    79 LIBRARY             rsfwmountutils.lib
       
    80 LIBRARY             hlplch.lib // HlpLauncher
       
    81 LIBRARY             connectionuiutilities.lib
       
    82 LIBRARY             sendui.lib
       
    83 LIBRARY             etext.lib 
       
    84 LIBRARY             charconv.lib // for CnvUtfConverter
       
    85 LIBRARY             aknskins.lib // AknsUtils.h
       
    86 LIBRARY             featmgr.lib
       
    87 LIBRARY             ecom.lib
       
    88 LIBRARY             sysutil.lib // DiskSpaceBelowCriticalLevel
       
    89 LIBRARY             flogger.lib
       
    90 LIBRARY             inetprotutil.lib
       
    91 
       
    92 
       
    93 // This is optional - used only by Codewarrior for convenience.
       
    94 //DOCUMENT            101F9777.rss
       
    95 
       
    96 // End of File