gssettingsuis/Gs/GSPowerSavingQueryPlugin/GSPowerSavingQueryPlugin.mmp
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     1 /*
       
     2 * Copyright (c) 2009 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.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include  <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    20 #include  <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY          CAP_ECOM_PLUGIN
       
    23 TARGET              gspowersavingqueryplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x2002120C
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 
       
    29 SOURCEPATH  Src
       
    30 SOURCE      GSPowerSavingQueryPlugin.cpp
       
    31 SOURCE      GSPowerSavingQueryPluginModel.cpp
       
    32 SOURCE      GSPowerSavingQueryPluginContainer.cpp
       
    33 SOURCE      GSPowerSavingQueryPluginImplementationTable.cpp
       
    34 
       
    35 //User include paths
       
    36 USERINCLUDE     Inc
       
    37 USERINCLUDE     Data // For *.rh
       
    38 USERINCLUDE     loc
       
    39 USERINCLUDE     ../Logger
       
    40 USERINCLUDE     ../Data // For GSCommonResources.rss
       
    41 
       
    42 //System include paths
       
    43 SYSTEMINCLUDE   /epoc32/include/ecom
       
    44 // Default system include paths for middleware layer modules.
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 SOURCEPATH      Data
       
    48 
       
    49 START RESOURCE  2002120C.rss
       
    50 TARGET          gspowersavingqueryplugin.rsc
       
    51 END
       
    52 
       
    53 START RESOURCE  GSPowerSavingQueryPluginRsc.rss
       
    54 DEPENDS gsapp.rsg
       
    55 HEADER
       
    56 TARGETPATH      RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 LIBRARY   euser.lib
       
    61 LIBRARY   ecom.lib
       
    62 LIBRARY   efsrv.lib
       
    63 LIBRARY   avkon.lib
       
    64 LIBRARY   bafl.lib
       
    65 LIBRARY   cone.lib
       
    66 LIBRARY   eikcoctl.lib
       
    67 LIBRARY   eikcore.lib
       
    68 LIBRARY   egul.lib
       
    69 LIBRARY   eikdlg.lib            // eikon dialogs
       
    70 LIBRARY   commdb.lib
       
    71 
       
    72 LIBRARY   commonengine.lib      // For RConeResourceLoader
       
    73 LIBRARY   featmgr.lib           // Feature manager
       
    74 LIBRARY   aknskinsrv.lib        // for enhanced skinning
       
    75 LIBRARY   aknskins.lib          // for enhanced skinning
       
    76 LIBRARY   hlplch.lib            // for "Help" options menu
       
    77 LIBRARY   gsframework.lib       // For base classes
       
    78 LIBRARY   gslistbox.lib         // For CGSListBoxItemTextArray
       
    79 LIBRARY   flogger.lib           // For GSLogger
       
    80 LIBRARY   gsecomplugin.lib
       
    81 LIBRARY   centralrepository.lib // For CenRep
       
    82 
       
    83 // End of File
       
    84