emailuis/emailui/sendasmtm/fsmtms/install/group/fsinstallmtm.mmp
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/emailuis/emailui/sendasmtm/fsmtms/install/group/fsinstallmtm.mmp	Thu Dec 17 08:39:21 2009 +0200
@@ -0,0 +1,57 @@
+/*
+* Copyright (c) 2007 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:  Project definition file for installing MTMs
+*
+*/
+
+
+#include <platform_paths.hrh>
+
+#include "../../../inc/fsmtmsuids.h"
+#include "../../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
+
+TARGET               fsinstallmtm.exe
+TARGETTYPE           exe
+TARGETPATH           /sys/bin
+UID                  KUidEPOCApp KUidFsMtmInstall
+CAPABILITY           CAP_APPLICATION PowerMgmt
+EPOCSTACKSIZE        0x5000
+
+VERSION              KEmailBinaryVersionNumber
+KEmailBinaryDemandPaging
+
+SOURCE               ../src/fsinstallmtm.cpp
+
+USERINCLUDE          ../../inc
+USERINCLUDE          ../../../../inc
+
+APP_LAYER_SYSTEMINCLUDE
+USERINCLUDE ../../../../../../inc
+
+#if 0 // With this fsinstallmtm will appear in Install folder for testing purpose
+START RESOURCE       ../data/fsinstallmtm_reg.rss
+#ifdef WINSCW
+TARGETPATH           /private/10003a3f/apps
+#else
+TARGETPATH           /private/10003a3f/import/apps
+#endif
+END
+#endif
+
+LIBRARY              euser.lib 
+LIBRARY              msgs.lib             // CMsvSession   
+LIBRARY              efsrv.lib            // RFs
+LIBRARY              featmgr.lib          // RFeatureControl
+LIBRARY			  	 centralrepository.lib
+LIBRARY cmaillogger.lib