emailuis/emailui/sendasmtm/fsmtms/install/group/fsinstallmtm.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:02:40 +0200
changeset 4 e7aa27f58ae1
parent 0 8466d47a6819
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* 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
#include "../../../../../../inc/emailtraceconfig.hrh"

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

#ifdef TRACE_INTO_FILE
LIBRARY        flogger.lib
#endif // TRACE_INTO_FILE