phoneapp/phoneuistates/group/phoneuistates.mmp
author Fionntina Carville <fionntinac@symbian.org>
Mon, 15 Nov 2010 11:44:32 +0000
branchRCL_3
changeset 84 1dabaed15bcd
parent 62 5266b1f337bd
permissions -rw-r--r--
Bug 3539. Update localisation mappings for phone.

/*
* Copyright (c) 2010 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.
CAPABILITY CAP_APPLICATION MultiMediaDD PowerMgmt NetworkControl DRM DiskAdmin

// 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
SOURCE          cphonestartupsimlockui.cpp 
/* Languages */
LANG SC

USERINCLUDE     ../inc
USERINCLUDE     ../../phoneuicontrol/inc
USERINCLUDE     ../../phoneuiview/inc
USERINCLUDE     ../../phoneui/inc
USERINCLUDE     ../../phoneuiutils/inc
USERINCLUDE     ../../phoneui/srcdata
USERINCLUDE     ../../phonemediatorcenter/inc

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

LIBRARY         avkon.lib // AknTextUtils
LIBRARY         bafl.lib
LIBRARY         commonengine.lib //StringLoader 
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