diff -r 0aa8cc770c8a -r 4a793f564d72 connectivitymodules/SeCon/servers/syncserver/group/sconsyncserver.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/connectivitymodules/SeCon/servers/syncserver/group/sconsyncserver.mmp Wed Sep 01 12:20:56 2010 +0100 @@ -0,0 +1,61 @@ +/* +* Copyright (c) 2009 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 +#include + + +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 + +EPOCSTACKSIZE 0x2000 +EPOCHEAPSIZE 0x500 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 for middleware layer modules. +MW_LAYER_SYSTEMINCLUDE + +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