gssettingsuis/Gs/GSDiagnosticsPlugin/GSDiagnosticsPlugin.mmp
branchRCL_3
changeset 54 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
       
     1 /*
       
     2 * Copyright (c) 2005 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 GSDiagnosticsPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef _DEBUG
       
    19     #define _DEBUG //REMOVE
       
    20 #endif
       
    21 
       
    22 #include <data_caging_paths.hrh>    //this is needed for RESOURCE_FILES_DIR
       
    23 #include "../logger/GsLoggingConfiguration.h"
       
    24 
       
    25 #include <platform_paths.hrh>
       
    26 
       
    27 CAPABILITY          CAP_ECOM_PLUGIN
       
    28 TARGET              gsdiagnosticsplugin.dll
       
    29 TARGETTYPE          PLUGIN
       
    30 UID                 0x10009D8D 0x102750D3
       
    31 VENDORID            VID_DEFAULT
       
    32 
       
    33 SOURCEPATH          src
       
    34 SOURCE              GSDiagnosticsPlugin.cpp
       
    35 SOURCE              GSDiagnosticsPluginImplementationTable.cpp
       
    36 
       
    37 USERINCLUDE         ../Logger
       
    38 USERINCLUDE         ../data
       
    39 USERINCLUDE         data
       
    40 USERINCLUDE         inc
       
    41 
       
    42 SYSTEMINCLUDE       .
       
    43 SYSTEMINCLUDE       /epoc32/include/cshelp
       
    44 SYSTEMINCLUDE       /epoc32/include/ecom
       
    45 // Default system include paths for middleware layer modules.
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 SOURCEPATH          data
       
    49 
       
    50 //ECOM resource definition
       
    51 START RESOURCE      102750D3.rss
       
    52 TARGET              gsdiagnosticsplugin.rsc
       
    53 TARGETPATH          ECOM_RESOURCE_DIR
       
    54 END                 //  ECOM resource definition
       
    55 
       
    56 //OperatorLogo resources
       
    57 START RESOURCE      GSDiagnosticsPluginRsc.rss
       
    58 DEPENDS gsapp.rsg
       
    59 HEADER
       
    60 TARGETPATH          RESOURCE_FILES_DIR
       
    61 LANGUAGE_IDS
       
    62 END // OperatorLogo resources
       
    63 
       
    64 
       
    65 LIBRARY             aknskins.lib // AknsUtils.h
       
    66 LIBRARY             avkon.lib
       
    67 LIBRARY             bafl.lib
       
    68 LIBRARY             centralrepository.lib
       
    69 LIBRARY             commdb.lib
       
    70 LIBRARY             commonengine.lib // RConeResourceLoader
       
    71 LIBRARY             cone.lib
       
    72 LIBRARY             ecom.lib
       
    73 LIBRARY             efsrv.lib
       
    74 LIBRARY             egul.lib // CGulIcon
       
    75 LIBRARY             eikcoctl.lib
       
    76 LIBRARY             eikcore.lib
       
    77 LIBRARY             etel.lib // RPhone
       
    78 LIBRARY             etelpckt.lib // RPacketService
       
    79 LIBRARY             euser.lib
       
    80 LIBRARY             FeatMgr.lib // FeatureManager
       
    81 LIBRARY             flogger.lib // RFileLogger
       
    82 LIBRARY             gsecomplugin.lib
       
    83 LIBRARY             gsframework.lib // Base classes
       
    84 LIBRARY             gslistBox.lib // CGSListBoxItemTextArray
       
    85 LIBRARY             hlplch.lib // HlpLauncher
       
    86 LIBRARY             charconv.lib // CnvUtfConverter
       
    87 
       
    88 //Documents. Defining these is optional. Used only by IDE's file browser.
       
    89 SOURCEPATH          data
       
    90 DOCUMENT            102750D3.rss
       
    91 DOCUMENT            GSDiagnosticsPluginRsc.rss
       
    92 
       
    93 SOURCEPATH          inc
       
    94 DOCUMENT            GSDiagnosticsPlugin.loc
       
    95 
       
    96 
       
    97 // End of File