emailuis/emailui/sendasmtm/fsmtms/server/group/fsservermtm.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 22:37:30 +0200
branchRCL_3
changeset 8 e1b6206813b4
parent 4 e7aa27f58ae1
permissions -rw-r--r--
Revision: 201003 Kit: 201007

/*
* 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 Freestyle Server MTM implementation
*
*/


#include <platform_paths.hrh>
#include <msvstd.hrh>                      // KUidMtmServerComponentVal

#include "../../../inc/fsmtmsuids.h"           // KUidFsServerMtmVal
#include "../../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
#include "../../../../../../inc/emailtraceconfig.hrh"
    
TARGET               fsservermtm.dll
TARGETTYPE           dll

UID                  KUidMtmServerComponentVal KUidFsServerMtmVal

VENDORID             VID_DEFAULT
CAPABILITY           CAP_ECOM_PLUGIN

VERSION              KEmailBinaryVersionNumber
KEmailBinaryDemandPaging

SOURCEPATH           ../src
SOURCE               cfsservermtm.cpp

USERINCLUDE          ../inc
USERINCLUDE          ../../../inc


APP_LAYER_SYSTEMINCLUDE



USERINCLUDE ../../../../../../inc

LANGUAGE_IDS


LIBRARY               	euser.lib
LIBRARY               	msgs.lib        // for CBaseServerMtm
LIBRARY			centralrepository.lib
LIBRARY                 cmaillogger.lib

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