syncmlfw/dm/syncagent/bld/nsmldmagent.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/syncmlfw/dm/syncagent/bld/nsmldmagent.mmp	Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,83 @@
+/*
+* Copyright (c) 2002 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: Implementation of syncmlfw/dm component
+* 	This is part of syncmlfw.
+*
+*/
+
+
+#include "defaultcaps.hrh"
+#include  <platform_paths.hrh>
+
+TARGET          nsmldmagent.dll
+TARGETTYPE      dll
+UID             0x101F6DE5 0x101F6DE5
+CAPABILITY 	CAP_GENERAL_DLL
+VENDORID 	VID_DEFAULT
+
+
+#if defined(ARMCC)
+DEFFILE		./DEF/eabi
+#elif defined(WINSCW)
+DEFFILE		./DEF/bwinscw
+#elif defined(WINS)
+DEFFILE		./def/bwins
+#else
+DEFFILE		./def/bmarm
+#endif
+
+SOURCEPATH      ../src
+
+SOURCE          nsmldmagent.cpp 
+SOURCE          nsmldmcmds.cpp
+SOURCE          nsmldmerror.cpp
+
+MW_LAYER_SYSTEMINCLUDE
+USERINCLUDE     ../inc ../../inc
+USERINCLUDE      ../../../../inc  // internal header include 
+USERINCLUDE     ../../settings/inc
+USERINCLUDE     ../../treemodule/inc
+USERINCLUDE     ../../treemodule/inc/exported
+USERINCLUDE     ../../../common/syncagent/inc
+USERINCLUDE     ../../../common/wbxml/inc
+USERINCLUDE     ../../../common/wbxml/inc/syncml
+USERINCLUDE     ../../../common/wbxml/inc/devinf
+USERINCLUDE     ../../../common/historylog/inc
+SYSTEMINCLUDE   /epoc32/include/ecom
+
+LIBRARY         euser.lib
+LIBRARY         estor.lib
+LIBRARY         nsmlagentcommon.lib
+LIBRARY         charconv.lib    
+LIBRARY         nsmlhistorylog.lib 
+LIBRARY         nsmldebug.lib 
+LIBRARY         nsmlwbxml.lib 
+LIBRARY         nsmldmsettings.lib 
+LIBRARY         nsmldmmodule.lib 
+// FOTA
+LIBRARY			featmgr.lib
+LIBRARY			centralrepository.lib
+// FOTA end
+
+//LIBRARY       nsmldmtestmodule.lib
+
+LIBRARY 		policyengine.lib
+
+
+
+#ifdef ARMCC
+LIBRARY ecom.lib
+#endif
+
+SMPSAFE