messagingappbase/smsmtm/clientmtm/group/smcm.mmp
changeset 23 238255e8b033
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/messagingappbase/smsmtm/clientmtm/group/smcm.mmp	Fri Apr 16 14:56:15 2010 +0300
@@ -0,0 +1,77 @@
+// Copyright (c) 1999-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:
+//
+// Description:
+// smcm.dll SMS Client MTM
+//
+
+
+
+/**
+ @file
+*/
+
+TARGET        smcm.dll
+CAPABILITY All -TCB
+TARGETPATH    /system/libs
+TARGETTYPE    dll
+
+#if defined(WINS)
+UID    0x10006666 0x1000483B
+VENDORID 0x70000001
+#else
+UID    0x10003C5F 0x1000483B
+VENDORID 0x70000001
+#endif
+
+VERSION 	10.0
+PAGED
+
+SOURCEPATH	../src
+SOURCE       	SMCMMAIN.CPP  SMSCLNT.CPP SMUTSET.CPP SMUTHDR.CPP smut.cpp smutsimparam.cpp
+SOURCE			csmsemailfields.cpp
+SOURCE		csmssendmessageoperation.cpp
+SOURCE		csmsaccount.cpp
+USERINCLUDE 	../inc
+USERINCLUDE		../../../../../../mw/messagingmw/messagingfw/msgsrvnstore/server/inc
+APP_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE /epoc32/include/ecom
+
+LIBRARY       euser.lib estor.lib bafl.lib etext.lib 
+LIBRARY	      gsmu.lib msgs.lib  biodb.lib efsrv.lib
+LIBRARY       cntmodel.lib
+LIBRARY		commsdat.lib
+LIBRARY		etelmm.lib
+
+LIBRARY		schsend.lib centralrepository.lib
+
+START WINS
+	BASEADDRESS 0x4AB40000
+	COPY_FOR_STATIC_LINKAGE
+END
+
+
+
+// This is the final version of the def-file - removed methods have been
+// replaced by panicking stub-functions.
+
+#ifdef WINSCW
+DEFFILE		V2_SMCM.DEF
+#else
+DEFFILE		v2_smcm.def
+#endif
+
+SMPSAFE
+
+