connectivitymodules/SeCon/servers/syncserver/group/sconsyncserver.mmp
author hgs
Tue, 12 Oct 2010 17:42:13 +0530
changeset 64 a62b67d1f67c
parent 58 188bc5f6a454
permissions -rw-r--r--
201041

/*
* Copyright (c) 2009-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:  sconsyncserver mmp file
*
*/


#include <platform_paths.hrh>
#include <data_caging_paths.hrh>


TARGET          sconsyncserver.exe
TARGETTYPE      exe

// Same capabilities than in DS Ui application
CAPABILITY      LocalServices ReadUserData WriteUserData ReadDeviceData WriteDeviceData NetworkServices UserEnvironment ProtServ SwEvent NetworkControl Location

UID             0x0 0x2001A964
VENDORID        VID_DEFAULT

// Use same stack and heap sizes than nsmldshostserver2.exe
EPOCSTACKSIZE   0x14000
EPOCHEAPSIZE	0x020000 0x800000 	// minimum and maximum heap sizes

SOURCEPATH      ../src
SOURCE          sconsyncserver.cpp
SOURCE          sconsyncsession.cpp
SOURCE          sconsyncrelationship.cpp
SOURCE          sconasynchandler.cpp
SOURCE          cscontimeout.cpp

// common components (dataproviderinfo)
SOURCEPATH      ../../../clients/syncclient/src
USERINCLUDE     ../../../clients/syncclient/inc
SOURCE          scondataproviderinfo.cpp

USERINCLUDE     ../inc

// Default system include paths
APP_LAYER_SYSTEMINCLUDE

// For temporary use only
SYSTEMINCLUDE   /epoc32/include/syncml

DEBUGLIBRARY    flogger.lib
LIBRARY         euser.lib
LIBRARY         efsrv.lib
LIBRARY         bafl.lib
LIBRARY         ecom.lib
LIBRARY         estor.lib // CDictionaryFileStore
LIBRARY         smldataprovider.lib
LIBRARY         nsmlchangefinder.lib
LIBRARY         smlstoreformat.lib
LIBRARY         charconv.lib