serviceproviders/sapi_mediamanagement/mediamanagementservice/group/mediamanagementservice.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 Aug 2009 07:43:07 +0300
changeset 22 fc9cf246af83
parent 19 989d2f495d90
child 24 f4292e0e20df
permissions -rw-r--r--
Revision: 200931 Kit: 200935

/*
* Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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 Media Management SAPI
*
*/

#include "../../../group/sapiincludes.mmpi"

TARGET          mediamanagementservice.dll
TARGETTYPE      DLL
UID             0x100039CE 0x102833AC
SECUREID        0x102833AC
EPOCSTACKSIZE   0x5000

DEFFILE        	mediamanagementservice.def

VERSION		1.0

CAPABILITY      ALL -TCB
VENDORID        VID_DEFAULT

SOURCEPATH      ../src
SOURCE          mgservice.cpp
SOURCE          mgpostfilter.cpp
SOURCE					mgclfoperationobserver.cpp
SOURCE mgthumbobserver.cpp
SOURCE mgthumbnailgeneration.cpp
SOURCE mgmresolution.cpp
SOURCE mgimageresolution.cpp
SOURCE mgvideoresolution.cpp
SOURCE mgmediacontainer.cpp
SOURCE asynchrequestmanager.cpp


USERINCLUDE     ../inc



LIBRARY         euser.lib
LIBRARY         estor.lib
LIBRARY         efsrv.lib
LIBRARY         estlib.lib
LIBRARY         cntmodel.lib
LIBRARY			ContentListingFramework.lib
LIBRARY       	thumbnailmanager.lib // For TNM
LIBRARY			imageconversion.lib // For image resolution 
LIBRARY 		fbscli.lib	// CFbsBitmap		
LIBRARY			mediaclientvideo.lib  // For CVideoPlayerUtility
LIBRARY    		ws32.lib // 
LIBRARY			cone.lib    // For CoeCntrl
LIBRARY   		apgrfx.lib // for RApaLsSession 
LIBRARY			apmime.lib // TDataRecognitionResult

paged