coreapplicationuis/powersaveutilities/group/batindicatorpaneplugin.mmp
changeset 56 11a052f4b02e
parent 49 76883296a0d5
child 65 8a530a83576a
equal deleted inserted replaced
49:76883296a0d5 56:11a052f4b02e
     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:  This is project specification file for handling
       
    15 *               UIP taps in BatIndicatorPanePlugin
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 CAPABILITY CAP_ECOM_PLUGIN
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 // Build target
       
    26 TARGET          batindicatorpaneplugin.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D 0x2000E51E
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 
       
    32 // Source files location
       
    33 SOURCEPATH      ../batindicatorpaneplugin/src
       
    34 SOURCE          batindicatorpanepluginimpl.cpp
       
    35 SOURCE          dllmain.cpp
       
    36 
       
    37 
       
    38 // Resources
       
    39 START RESOURCE  ../../data/2000E51E.rss
       
    40 TARGET          batindicatorpaneplugin.rsc
       
    41 TARGETPATH      ECOM_RESOURCE_DIR
       
    42 END
       
    43 
       
    44 START RESOURCE  ../../data/batindpaneplugin.rss
       
    45 TARGETPATH   ECOM_RESOURCE_DIR
       
    46 HEADER
       
    47 LANGUAGE_IDS
       
    48 END
       
    49 
       
    50 
       
    51 // Include paths
       
    52 USERINCLUDE     ../batindicatorpaneplugin/inc
       
    53 USERINCLUDE     ../../inc
       
    54 
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 SYSTEMINCLUDE /epoc32/include/ecom
       
    57 
       
    58 // Dependencies to system components
       
    59 LIBRARY     eikcore.lib
       
    60 LIBRARY     cone.lib
       
    61 LIBRARY     euser.lib
       
    62 LIBRARY     ecom.lib
       
    63 LIBRARY     avkon.lib
       
    64 LIBRARY     commonengine.lib        // stringloader
       
    65 LIBRARY     efsrv.lib               // TParsePtrC
       
    66 LIBRARY     flogger.lib
       
    67 LIBRARY     psmclient.lib
       
    68 LIBRARY     bsutil.lib
       
    69 LIBRARY     batterypopupcontrol.lib
       
    70 LIBRARY     centralrepository.lib
       
    71 // End of File
       
    72