serviceproviders/sapi_mediamanagement/group/mediamanagementprovider.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 24 Sep 2009 12:43:20 +0300
changeset 24 f4292e0e20df
parent 23 5c0037c72160
child 37 5d0ec8b709be
permissions -rw-r--r--
Revision: 200937 Kit: 200939

/*
* 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          mediamanagementprovider.dll
TARGETTYPE      PLUGIN
UID             0x10009D8D 0x102833AD

EPOCSTACKSIZE   0x5000

DEFFILE         mediamanagementprovider.def

VERSION		1.1

CAPABILITY      CAP_ECOM_PLUGIN
VENDORID        VID_DEFAULT

SOURCEPATH      ../src
SOURCE          mgmediaitemfactory.cpp
SOURCE          mgmediaitem.cpp
SOURCE          mgmusicfile.cpp
SOURCE          mglinkfile.cpp
SOURCE          mgvideofile.cpp
SOURCE          mgmediafile.cpp
SOURCE          mgitemslist.cpp
SOURCE			mginterface.cpp
SOURCE			mgserviceobserver.cpp
SOURCE          mgservicehandler.cpp
SOURCE			mgservicethumbnailobserver.cpp

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



SOURCEPATH      ../data
START RESOURCE  102833AD.rss
TARGET          mediamanagementprovider.rsc
END

START RESOURCE mediamanagementprovidername.rss
		TARGETPATH      APP_RESOURCE_DIR
		HEADER
		LANGUAGE_IDS
END
LIBRARY         euser.lib
LIBRARY         estor.lib
LIBRARY         efsrv.lib
//LIBRARY       bafl.lib
LIBRARY         fbscli.lib
LIBRARY         estlib.lib
LIBRARY         liwServiceHandler.lib
//LIBRARY       eikcore.lib
LIBRARY       charconv.lib
//LIBRARY       cntmodel.lib
LIBRARY 				platformenv.lib
LIBRARY	        ecom.lib
LIBRARY	        mediamanagementservice.lib

paged