diff -r 4697dfb2d7ad -r 238255e8b033 messagingappbase/msgmedia/group/MsgMedia.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingappbase/msgmedia/group/MsgMedia.mmp Fri Apr 16 14:56:15 2010 +0300 @@ -0,0 +1,90 @@ +/* +* Copyright (c) 2005 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 MsgMedia +* +*/ + + + +#include +#include + +//...LOGGING... +//MACRO __MSGMEDIA_DEBUG // Logging +//MACRO USE_RDEBUG // RDebug vs. file logging +//LIBRARY Flogger.lib // RFileLogger, debug logging +//...LOGGING... + +TARGET MsgMedia.dll +TARGETTYPE dll +UID 0x1000008D 0x102072E8 +VENDORID VID_DEFAULT +CAPABILITY CAP_GENERAL_DLL +VERSION 10.0 +PAGED + +START RESOURCE MsgMimeToMediaMapping.rss +TARGETPATH RESOURCE_FILES_DIR +HEADER +END + +SOURCEPATH ../src + +SOURCE MsgMediaDll.cpp +SOURCE MsgMediaResolver.cpp +SOURCE MsgMediaTypeGroup.cpp + +SOURCE MsgMediaInfo.cpp +SOURCE MsgAudioInfo.cpp +SOURCE MsgImageInfo.cpp +SOURCE MsgTextInfo.cpp +SOURCE MsgVideoInfo.cpp + +SOURCE MmsConformance.cpp + +LANG SC + +USERINCLUDE ../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 charconv.lib +LIBRARY centralrepository.lib +LIBRARY ImageConversion.lib +LIBRARY MediaClientAudio.lib +LIBRARY MediaClientVideo.lib +LIBRARY ws32.lib +LIBRARY FeatMgr.lib +LIBRARY DRMHelper.lib +LIBRARY msgcommonutils.lib +STATICLIBRARY hxmetadatautil.lib + +#if defined( ARMCC ) +deffile ./eabi.def +#elif defined( WINS ) +deffile ./wins.DEF +#else +deffile ./marm.def +#endif + +/* End of File */