connectionmonitoring/connectionmonitorplugin/group/connectionmonitorplugin.mmp
changeset 23 7ec726f93df1
parent 20 9c97ad6591ae
child 25 d840bfde7d40
child 27 489cf6208544
equal deleted inserted replaced
20:9c97ad6591ae 23:7ec726f93df1
     1 /*
       
     2 * Copyright (c) 2007 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:  Localization strings for Plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>    //this is needed for RESOURCE_FILES_DIR
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 CAPABILITY          CAP_ECOM_PLUGIN
       
    22 TARGET              connectionmonitorplugin.dll
       
    23 TARGETTYPE          PLUGIN
       
    24 UID                 0x10009D8D 0x10281BC1
       
    25 VENDORID            VID_DEFAULT
       
    26 
       
    27 SOURCEPATH          ../src
       
    28 SOURCE              connectionmonitorplugin.cpp
       
    29 SOURCE              connectionmonitorpluginimplementationtable.cpp
       
    30 
       
    31 USERINCLUDE         ../data
       
    32 USERINCLUDE         ../inc
       
    33 
       
    34 SYSTEMINCLUDE       .
       
    35 SYSTEMINCLUDE       /epoc32/include/cshelp
       
    36 SYSTEMINCLUDE       /epoc32/include/ecom
       
    37 // Default system include paths for middleware layer modules.
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SOURCEPATH          ../data
       
    41 
       
    42 //ECOM resource definition
       
    43 START RESOURCE      10281BC1.rss
       
    44 TARGET              connectionmonitorplugin.rsc
       
    45 TARGETPATH          ECOM_RESOURCE_DIR
       
    46 END                 //  ECOM resource definition
       
    47 
       
    48 // Plugin's own resources.
       
    49 START RESOURCE      connectionmonitorpluginrsc.rss
       
    50 HEADER
       
    51 TARGETPATH          RESOURCE_FILES_DIR
       
    52 LANGUAGE_IDS
       
    53 END // own resource file
       
    54 
       
    55 
       
    56 LIBRARY             apgrfx.lib // RApaLsSession
       
    57 LIBRARY             apparc.lib
       
    58 LIBRARY             avkon.lib
       
    59 LIBRARY             bafl.lib
       
    60 LIBRARY             commonengine.lib // RConeResourceLoader
       
    61 LIBRARY             cone.lib
       
    62 LIBRARY             ecom.lib
       
    63 LIBRARY             efsrv.lib
       
    64 LIBRARY             eikcoctl.lib
       
    65 LIBRARY             eikcore.lib
       
    66 LIBRARY             euser.lib
       
    67 LIBRARY             GSEcomPlugin.lib
       
    68 LIBRARY             GSFramework.lib // Base classes
       
    69 LIBRARY             ws32.lib
       
    70 LIBRARY             egul.lib // CGulIcon
       
    71 LIBRARY             aknskins.lib // AknsUtils.h
       
    72 
       
    73 LIBRARY             commonui.lib
       
    74 LIBRARY             aknnotify.lib 
       
    75 LIBRARY             eiksrv.lib
       
    76 
       
    77 
       
    78 // End of File