diff -r 8e7494275d3a -r 4f0867e42d62 connectivitymodules/SeCon/servers/syncserver/group/sconsyncserver.mmp --- a/connectivitymodules/SeCon/servers/syncserver/group/sconsyncserver.mmp Tue Aug 31 15:05:37 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ -/* -* 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 -#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 -APP_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