coreapplicationuis/powersaveutilities/group/batterypopupcontrol.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:24:48 +0100
branchRCL_3
changeset 63 c2c61fdca848
parent 0 2e3d3ce01487
child 21 c4cbaa4fb734
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  This is project specification file for handling UIP taps
*               in BatteryPopupControl
*
*/


#include <platform_paths.hrh>

// Build target
TARGET          batterypopupcontrol.dll
TARGETTYPE      dll
UID             0x10009D8D 0x2000F85F
VENDORID        VID_DEFAULT
CAPABILITY      CAP_GENERAL_DLL

// Source files location
SOURCEPATH      ../batterypopupcontrol/src
SOURCE          batterypopupcontrol.cpp

// Include paths
USERINCLUDE     ../batterypopupcontrol/inc

MW_LAYER_SYSTEMINCLUDE

// Dependencies to system components
LIBRARY   cone.lib
LIBRARY   euser.lib
LIBRARY   avkon.lib
LIBRARY   efsrv.lib               // TParsePtrC
LIBRARY   flogger.lib
LIBRARY   eikcoctl.lib
LIBRARY   AknLayout2.lib
LIBRARY   AknLayout2Scalable.lib
LIBRARY   CdlEngine.lib
LIBRARY   AknSkins.lib // Skins support
LIBRARY   gdi.lib
LIBRARY   AknIcon.lib
LIBRARY   egul.lib
LIBRARY   FontProvider.lib
LIBRARY   FontUtils.lib
#ifndef AVKON_BATTERYPOPUP_LAYOUTS
LIBRARY   aknnotify.lib
#endif //AVKON_BATTERYPOPUP_LAYOUTS
// ----------- Touch feedback additions start
#ifdef RD_TACTILE_FEEDBACK
LIBRARY         touchfeedback.lib
#endif //RD_TACTILE_FEEDBACK

// End of File