diff -r 000000000000 -r 9b3e960ffc8a camcordermmfplugin/filecomposer/Group/camc3GPDataSink.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/camcordermmfplugin/filecomposer/Group/camc3GPDataSink.mmp Thu Dec 17 08:51:24 2009 +0200 @@ -0,0 +1,47 @@ +/* +* 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 + +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 + +// 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 \ No newline at end of file