devicediagnostics/devdiaggsplugin/group/gsdevdiagplugin.mmp
changeset 0 3ce708148e4d
child 61 ae4a65edc4fe
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2007-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:  Device Diagnostics control panel plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include  <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    20 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY          CAP_ECOM_PLUGIN
       
    24 TARGET              gsdevdiagplugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x2000E544
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 
       
    30 SOURCEPATH  ../src
       
    31 SOURCE      gsdevdiagpluginimplementationtable.cpp
       
    32 SOURCE      gsdevdiagplugin.cpp
       
    33 
       
    34 
       
    35 //User include paths
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../data // For *.rh
       
    38 
       
    39 
       
    40 //System include paths
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 SYSTEMINCLUDE   /epoc32/include/cshelp
       
    43 // Default system include paths for middleware layer modules.
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SOURCEPATH      ../data
       
    47 
       
    48 START RESOURCE  2000E544.rss
       
    49 TARGET          gsdevdiagplugin.rsc
       
    50 TARGETPATH      ECOM_RESOURCE_DIR
       
    51 END
       
    52 
       
    53 START RESOURCE  gsdevdiagpluginrsc.rss
       
    54 DEPENDS	GSApp.rsg
       
    55 HEADER
       
    56 TARGETPATH      RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 
       
    61 LIBRARY   euser.lib
       
    62 LIBRARY   ecom.lib
       
    63 LIBRARY   efsrv.lib
       
    64 LIBRARY   avkon.lib
       
    65 LIBRARY   eikctl.lib 
       
    66 LIBRARY   bafl.lib
       
    67 LIBRARY   cone.lib
       
    68 LIBRARY   eikcoctl.lib
       
    69 LIBRARY   eikcore.lib
       
    70 LIBRARY   egul.lib
       
    71 LIBRARY   eikdlg.lib            // eikon dialogs
       
    72 
       
    73 LIBRARY   apparc.lib
       
    74 LIBRARY   apgrfx.lib // RApaLsSession
       
    75 LIBRARY   ws32.lib 
       
    76 
       
    77 
       
    78 LIBRARY   commonengine.lib      // For RConeResourceLoader
       
    79 LIBRARY   featmgr.lib           // Feature manager
       
    80 LIBRARY   aknskinsrv.lib        // for enhanced skinning
       
    81 LIBRARY   aknskins.lib          // for enhanced skinning
       
    82 LIBRARY   hlplch.lib            // for "Help" options menu
       
    83 LIBRARY   gsframework.lib       // For base classes
       
    84 LIBRARY   flogger.lib           // For GSLogger
       
    85 LIBRARY   gsecomplugin.lib
       
    86 
       
    87 // End of File