pnpmobileservices/pnpms/ServiceHelpPlugin/Group/ServiceHelpPlugin.mmp
changeset 0 3ce708148e4d
child 61 ae4a65edc4fe
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     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 ServiceHelpPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>    //this is needed for RESOURCE_FILES_DIR
       
    19 
       
    20 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 
       
    25 CAPABILITY          CAP_ECOM_PLUGIN
       
    26 TARGET              servicehelpplugin.dll
       
    27 TARGETTYPE          PLUGIN
       
    28 UID                 0x10009D8D 0x20019597
       
    29 VENDORID            VID_DEFAULT
       
    30 
       
    31 SOURCEPATH          ../src
       
    32 
       
    33 
       
    34 SOURCE              ServiceHelpPlugin.cpp
       
    35 SOURCE              ServiceHelpPluginImplementationTable.cpp 
       
    36 
       
    37 USERINCLUDE         ../data ../../group
       
    38 USERINCLUDE         ../inc
       
    39 
       
    40 
       
    41 
       
    42 SYSTEMINCLUDE       .
       
    43 SYSTEMINCLUDE       /epoc32/include/cshelp
       
    44 SYSTEMINCLUDE       /epoc32/include/ecom
       
    45 // Default system include paths for middleware layer modules.
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 
       
    49 SOURCEPATH          ../data
       
    50 
       
    51 //ECOM resource definition
       
    52 START RESOURCE      20019597.rss
       
    53 TARGET              servicehelpplugin.rsc
       
    54 TARGETPATH          ECOM_RESOURCE_DIR
       
    55 END                 //  ECOM resource definition
       
    56 
       
    57 LIBRARY             aknskins.lib // AknsUtils.h
       
    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             egul.lib // CGulIcon
       
    65 LIBRARY             gsecomplugin.lib
       
    66 LIBRARY             gsframework.lib // Base classes
       
    67 LIBRARY		    akncapserverclient.lib  
       
    68 LIBRARY             aknicon.lib 
       
    69 LIBRARY             pnp.lib
       
    70 LIBRARY             eikcoctl.lib
       
    71 LIBRARY             eikcore.lib
       
    72 LIBRARY             euser.lib
       
    73 LIBRARY             ws32.lib
       
    74 LIBRARY             apparc.lib
       
    75 LIBRARY         featmgr.lib
       
    76 DEBUGLIBRARY    flogger.lib     // for logging
       
    77 
       
    78 
       
    79 
       
    80 SMPSAFE
       
    81 // End of File
       
    82