bearermanagement/mpm/group/mpmserver.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 20:50:05 +0300
changeset 60 a9c709db68db
parent 47 cb7afde124a3
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2004-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: MPM server
*
*/

#include <platform_paths.hrh>

#ifdef PLATFORM_SIMULATOR
MACRO             _PLATFORM_SIMULATOR_
TARGET            mpmserver_platsim.exe
#else
TARGET            mpmserver.exe
#endif

TARGETTYPE        exe

UID               0x1000008d 0x101f6d12

VENDORID          VID_DEFAULT
CAPABILITY        CAP_SERVER NetworkControl

epocstacksize 0x5000

SOURCEPATH        ../src
SOURCE            mpmconnmonevents.cpp
SOURCE            mpmconnmonreqs.cpp
SOURCE            mpmserversession.cpp
SOURCE            mpmserver.cpp
SOURCE            mpmstarter.cpp
SOURCE            mpmdtmwatcher.cpp
SOURCE            mpmroamingwatcher.cpp 
SOURCE            mpmconfirmdlg.cpp
SOURCE            mpmconfirmdlgstarting.cpp
SOURCE            mpmconfirmdlgroaming.cpp
SOURCE            mpmcommsdataccess.cpp
SOURCE            mpmiapselection.cpp
SOURCE            mpmcsidwatcher.cpp
SOURCE            mpmdialogbase.cpp
SOURCE            mpmdatausagewatcher.cpp
SOURCE            mpmvpntogglewatcher.cpp
SOURCE            mpmexpirytimer.cpp
SOURCE            mpmconnpermquerytimer.cpp

USERINCLUDE       ../inc

// Default system include paths for middleware layer modules.
MW_LAYER_SYSTEMINCLUDE 

// Path for internal headers of the networking ADO. 
SYSTEMINCLUDE     ../../../inc

LIBRARY           euser.lib
LIBRARY           commdb.lib
LIBRARY           commsdat.lib
LIBRARY           esock.lib
LIBRARY           connmon.lib
LIBRARY           commonengine.lib
LIBRARY           featmgr.lib
LIBRARY           centralrepository.lib
LIBRARY           etel.lib 
LIBRARY           etelmm.lib
LIBRARY           etel3rdparty.lib
LIBRARY           etelpckt.lib
LIBRARY           connectionuiutilities.lib
LIBRARY           cmmanagerdatabase.lib
LIBRARY           charconv.lib
LIBRARY           cmmanager.lib
DEBUGLIBRARY      flogger.lib