messagingfw/msgcommonutils/group/msgcommonutils.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 20:36:02 +0200
changeset 0 8e480a14352b
child 22 d2c4c66342f3
permissions -rw-r--r--
Revision: 201001 Kit: 201003

/*
* Copyright (c) 2005, 2008 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 file for MsgCommonUtils
*
*/



#include <data_caging_paths.hrh>
#include <bldvariant.hrh>
#include <platform_paths.hrh>

TARGET          msgcommonutils.dll
TARGETTYPE      dll
UID             0x1000008D 0x102072E6
VENDORID        VID_DEFAULT
CAPABILITY      CAP_GENERAL_DLL
VERSION 	10.0
PAGED

START RESOURCE          msgcommonutils.rss
TARGETPATH              RESOURCE_FILES_DIR
HEADER
LANGUAGE_IDS
END


SOURCEPATH      ../src
SOURCE          contactmatcher.cpp
SOURCE          msgtextutils.cpp
SOURCE          MsgSvgUtils.cpp
SOURCE          MsgVoIPExtension.cpp
source          fileprotectionresolver.cpp
#ifdef __JAVA_MIDP20
source          javaprotectionresolver.cpp
#else
source          javaprotectionresolverstub.cpp
#endif

USERINCLUDE     ../inc
USERINCLUDE     ../../../msgfw_plat/msg_common_utils_api/inc

SYSTEMINCLUDE   ../../../inc
APP_LAYER_SYSTEMINCLUDE

LIBRARY         euser.lib
LIBRARY         apgrfx.lib
LIBRARY         efsrv.lib
LIBRARY         apmime.lib
LIBRARY         bafl.lib
LIBRARY         cone.lib
LIBRARY         featmgr.lib
LIBRARY         estor.lib
LIBRARY         charconv.lib
LIBRARY         msgs.lib
LIBRARY         centralrepository.lib       // VOIP
LIBRARY         cenrepnotifhandler.lib      // VOIP


#ifdef RD_SVGT_IN_MESSAGING
LIBRARY         svgengine.lib
#endif


LIBRARY         gdi.lib
LIBRARY         serviceprovidersettings.lib
LIBRARY         commonengine.lib
LIBRARY         caf.lib

LIBRARY         vpbkeng.lib
LIBRARY         pbk2presentation.lib


#if defined( ARMCC )
deffile         ./eabi.def
#else
deffile         ./wins.def
#endif

/* End of File */