phoneapp/phoneuicontrol/group/phoneuicontrol.mmp
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:33:21 +0100
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 46 bc5a64e5bc3c
permissions -rw-r--r--
Catchup to latest Symbian^4

/*
* Copyright (c) 2005-2007 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:  UIControl subcomponent of PhoneUI
*
*/


#include <platform_paths.hrh>

// Capability assignment.
// <-- QT PHONE START --> 
CAPABILITY CAP_GENERAL_DLL
//CAPABILITY CAP_APPLICATION MultiMediaDD NetworkControl PowerMgmt DRM DiskAdmin
// <-- QT PHONE END --> 

// Assign Vendor ID.
VENDORID VID_DEFAULT

TARGET          phoneuicontrol.dll
TARGETTYPE      dll
UID             0x1000008d  0x101F4D0C

//EXPORTUNFROZEN

SOURCEPATH      ../src
SOURCE          cphonebtaadisconnecthandler.cpp
SOURCE          cphonedtmfwaitchartimer.cpp
SOURCE          cphoneenginehandler.cpp

SOURCE          cphonereconnectquery.cpp
SOURCE          cphoneremotecontrolhandler.cpp
SOURCE          cphonestate.cpp
SOURCE          cphonestatecallsetup.cpp
SOURCE          cphonestatehandle.cpp
SOURCE          cphonestateidle.cpp
SOURCE          cphonestateincall.cpp
SOURCE          cphonestateincoming.cpp
SOURCE          cphonestatemachine.cpp
SOURCE          cphonestatestartup.cpp
SOURCE          cphonesystemeventhandler.cpp
SOURCE          cphoneuicontroller.cpp
SOURCE          cphoneaccessorybthandler.cpp
SOURCE          tphonecallheaderparam.cpp
SOURCE          cphonecallheadermanager.cpp 
SOURCE          cphonenumberentrymanager.cpp
SOURCE          cphonecbamanager.cpp 

/* Languages */
LANG SC


USERINCLUDE     ../inc
// <-- QT PHONE START --> 
USERINCLUDE     ../../phoneuiqtviewadapter/inc
//USERINCLUDE     ../../phoneuiview/inc
// <-- QT PHONE END --> 
USERINCLUDE     ../../phoneuiutils/inc
USERINCLUDE     ../../phoneui2/srcdata
USERINCLUDE     ../../phoneuistates/inc
USERINCLUDE     ../../phonemediatorcenter/inc
USERINCLUDE     ../../phoneuiutils/inc

APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
SYSTEMINCLUDE   ../../../inc    // Telephony internal headers

LIBRARY         euser.lib
LIBRARY         cone.lib 
LIBRARY         phoneuiutils.lib
LIBRARY         efsrv.lib 
LIBRARY         engineinfo.lib
LIBRARY         ws32.lib 
LIBRARY         fbscli.lib
// <-- QT PHONE START --> 
LIBRARY         phonestringloader.lib
//LIBRARY         commonengine.lib //StringLoader 
// <-- QT PHONE END --> 
LIBRARY         featmgr.lib // FeatureManager
LIBRARY         connmon.lib // RConnectionMonitor
LIBRARY         avkon.lib // AknTextUtils
LIBRARY         hal.lib

// RemCon
LIBRARY         remconcoreapi.lib
LIBRARY         remconinterfacebase.lib
LIBRARY         phonecmdhandler.lib
// Soft reject
LIBRARY         eikcore.lib // CCharFormatLayer, CParaFormatLayer

// Profiles
LIBRARY         profileeng.lib

LIBRARY         sssettings.lib
LIBRARY         bafl.lib                // Descriptor arrays

LIBRARY         apgrfx.lib
LIBRARY         serviceprovidersettings.lib

LIBRARY         starterclient.lib

LIBRARY         phonemediatorcenter.lib