diff -r c1e808730d6c -r eedf2dcd43c6 omxil/generic/omxilfilesink/mmpfiles/omxilvideofilesink.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omxil/generic/omxilfilesink/mmpfiles/omxilvideofilesink.mmp Fri May 07 16:25:23 2010 +0100 @@ -0,0 +1,45 @@ +// Copyright (c) 2010 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: +// + +MACRO OMXIL_VIDEO_FILESINK + +#include "../inc/omxilfilesink.hrh" + +TARGET omxilvideofilesink.dll +CAPABILITY ALL -TCB // TODO restrict capabilities, as writing to file +TARGETTYPE PLUGIN +UID 0x10009D8D KUidNokiaOmxILVideoFileSinkDll +VENDORID 0x70000001 + +OS_LAYER_SYSTEMINCLUDE_SYMBIAN + +USERINCLUDE ../inc +USERINCLUDE ../../../omxilcomponentcommon/src/common + +SOURCEPATH ../src + +SOURCE omxilfilesink.cpp +SOURCE omxilvideofilesinkopb0port.cpp +SOURCE omxilfilesinkprocessingfunction.cpp +SOURCE omxilfilesinkconfigmanager.cpp + +RESOURCE omxilvideofilesink.rss + +LIBRARY euser.lib +LIBRARY efsrv.lib +LIBRARY inetprotutil.lib +LIBRARY ecom.lib +LIBRARY omxilcomponentcommon.lib +STATICLIBRARY omxilcomponentif.lib