coreapplicationuis/powersaveutilities/group/batterypopupcontrol.mmp
changeset 56 11a052f4b02e
parent 49 76883296a0d5
child 65 8a530a83576a
equal deleted inserted replaced
49:76883296a0d5 56:11a052f4b02e
     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:  This is project specification file for handling UIP taps
       
    15 *               in BatteryPopupControl
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 // Build target
       
    23 TARGET          batterypopupcontrol.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x10009D8D 0x2000F85F
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 // Source files location
       
    30 SOURCEPATH      ../batterypopupcontrol/src
       
    31 SOURCE          batterypopupcontrol.cpp
       
    32 
       
    33 // Include paths
       
    34 USERINCLUDE     ../batterypopupcontrol/inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 // Dependencies to system components
       
    39 LIBRARY   cone.lib
       
    40 LIBRARY   euser.lib
       
    41 LIBRARY   avkon.lib
       
    42 LIBRARY   efsrv.lib               // TParsePtrC
       
    43 LIBRARY   flogger.lib
       
    44 LIBRARY   eikcoctl.lib
       
    45 LIBRARY   aknlayout2.lib
       
    46 LIBRARY   aknlayout2scalable.lib
       
    47 LIBRARY   cdlengine.lib
       
    48 LIBRARY   aknskins.lib // Skins support
       
    49 LIBRARY   gdi.lib
       
    50 LIBRARY   aknicon.lib
       
    51 LIBRARY   egul.lib
       
    52 LIBRARY   fontprovider.lib
       
    53 LIBRARY   fontutils.lib
       
    54 #ifndef AVKON_BATTERYPOPUP_LAYOUTS
       
    55 LIBRARY   aknnotify.lib
       
    56 #endif //AVKON_BATTERYPOPUP_LAYOUTS
       
    57 // ----------- Touch feedback additions start
       
    58 #ifdef RD_TACTILE_FEEDBACK
       
    59 LIBRARY         touchfeedback.lib
       
    60 #endif //RD_TACTILE_FEEDBACK
       
    61 
       
    62 // End of File
       
    63