syncmlfw/ds/hostserver/dshostservers/bld/nsmldshostserver2.mmp
changeset 0 b497e44ab2fc
child 22 19fb38abab1d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/syncmlfw/ds/hostserver/dshostservers/bld/nsmldshostserver2.mmp	Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,47 @@
+/*
+* Copyright (c) 2005 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:  mmp file for DS Host Server Null 
+*
+*/
+
+
+#include "defaultcaps.hrh"
+#include <platform_paths.hrh>
+
+// This server has read and write capabilities for device and user data
+CAPABILITY		ReadUserData WriteUserData ReadDeviceData WriteDeviceData NetworkServices
+EPOCHEAPSIZE	0x500 0x400000	// minimum and maximum heap sizes
+VENDORID		VID_DEFAULT
+UID				0 0x101F99FE
+TARGET			nsmldshostserver2.exe
+TARGETTYPE		exe
+
+
+MW_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE   /epoc32/include/libc
+
+USERINCLUDE	    ../inc
+USERINCLUDE	    ../../../../common/inc
+USERINCLUDE	    ../../../../common/debug/inc
+USERINCLUDE	    ../../dshostclient/inc
+USERINCLUDE	    ../../dshostserverbase/inc
+
+SOURCEPATH	    ../src
+SOURCE		    nsmldshostserver2.cpp
+
+LIBRARY		    euser.lib eikcore.lib apparc.lib apgrfx.lib
+LIBRARY		    nsmldebug.lib efsrv.lib edbms.lib estor.lib
+LIBRARY		    nsmldshostserver.lib
+
+