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

/*
* Copyright (c) 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:  
*   This mmp file defines the PhoneUIStates polymorphic interface
*   DLL module, which contains all the GSM specific implementations 
*   of variant classes.
*
*/


#include <platform_paths.hrh>

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

// Assign Vendor ID.
VENDORID VID_DEFAULT


TARGET          phoneuistates.dll
TARGETTYPE      dll

UID             0x101F7CAC  0x101F7C9F

//EXPORTUNFROZEN
SOURCEPATH      ../src

SOURCE          cphonealerting.cpp
SOURCE          cphonecallsetup.cpp
SOURCE          cphonecallsetupandwaiting.cpp
SOURCE          cphoneconference.cpp
SOURCE          cphoneconferenceandcallsetup.cpp
SOURCE          cphoneconferenceandsingle.cpp
SOURCE          cphoneconferenceandsingleandwaiting.cpp
SOURCE          cphoneconferenceandwaiting.cpp
SOURCE          cphoneconferenceandwaitingandcallsetup.cpp
SOURCE          cphoneemergency.cpp
SOURCE          cphonegeneralgsmmessageshandler.cpp
SOURCE          cphonegsmincall.cpp
SOURCE          cphoneidle.cpp
SOURCE          cphoneincoming.cpp
SOURCE          cphoneresourceresolvergsm.cpp
SOURCE          cphoneerrormessageshandler.cpp
SOURCE          cphonesingleandalerting.cpp
SOURCE          cphonesingleandcallsetup.cpp
SOURCE          cphonesingleandcallsetupandwaiting.cpp
SOURCE          cphonesingleandwaiting.cpp
SOURCE          cphonesinglecall.cpp
SOURCE          cphonestartup.cpp
SOURCE          cphonestatemachinegsm.cpp
SOURCE          cphonetwosingles.cpp
SOURCE          cphonetwosinglesandwaiting.cpp
SOURCE          cphoneuistatemachinefactorygsm.cpp

/* Languages */
LANG SC

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

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

LIBRARY         avkon.lib // AknTextUtils
LIBRARY         bafl.lib
// <-- QT PHONE START --> 
LIBRARY         phonestringloader.lib
//LIBRARY       commonengine.lib //StringLoader 
// <-- QT PHONE END -->
LIBRARY         cone.lib
LIBRARY         engineinfo.lib
LIBRARY         euser.lib
LIBRARY         featmgr.lib         // FeatureManager
LIBRARY         phoneengine.lib
LIBRARY         phonemediatorcenter.lib
LIBRARY         phoneuicontrol.lib
LIBRARY         phoneuiutils.lib
LIBRARY         sssettings.lib
LIBRARY         ws32.lib

// RemCon
LIBRARY         remconcoreapi.lib

// Eikon Environment
LIBRARY         eikcore.lib

#ifdef __SYNCML_DM
// Apa server
LIBRARY         apgrfx.lib
#endif