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