camcordermmfplugin/filecomposer/Group/camc3GPDataSink.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:30:58 +0300
changeset 38 e93740a77a06
parent 15 50d5061ee01e
child 42 605672cc2a86
child 45 e3d67ce66f28
permissions -rw-r--r--
Revision: 201035 Kit: 201037

/*
* Copyright (c) 2002-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:  3GP file composer MMP file
*
*/


#include <platform_paths.hrh>

NOEXPORTLIBRARY

TARGET          camc3gpsink.dll
TARGETTYPE      DLL
UID             0x1000008d 0x101F8505	//KSharedLibraryUid

VENDORID        VID_DEFAULT
CAPABILITY 		CAP_GENERAL_DLL

SOURCEPATH      ../Src
SOURCE          CamC3GPDataSinkImp.cpp

USERINCLUDE     ../Inc
USERINCLUDE     ../../mediarecorder/Inc
USERINCLUDE	../../../inc   // ADo level inc dir
USERINCLUDE	../traces

// Default system include paths for application layer modules.
MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE	/epoc32/include/libc

LIBRARY         euser.lib
LIBRARY         efsrv.lib
LIBRARY         estlib.lib
LIBRARY         3gpmp4lib.lib
LIBRARY	        centralrepository.lib
LIBRARY         mmfcontrollerframework.lib
LIBRARY	        ecom.lib