diff -r 000000000000 -r 58be5850fb6c omxilcomp/omxilgeneric/filesource/mmpfiles/omxilaudiofilesource.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omxilcomp/omxilgeneric/filesource/mmpfiles/omxilaudiofilesource.mmp Thu Sep 02 20:13:57 2010 +0300 @@ -0,0 +1,48 @@ +// 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: +// + +// This macro is required to enable domain specific code +MACRO OMXIL_AUDIO_FILESOURCE + + +#include "../inc/omxilfilesource.hrh" + +TARGET omxilaudiofilesource.dll +CAPABILITY ALL -TCB +TARGETTYPE PLUGIN +UID 0x10009D8D KUidNokiaOmxILAudioFileSourceDll +VENDORID 0x70000001 + +OS_LAYER_SYSTEMINCLUDE_SYMBIAN +OS_LAYER_ESTLIB_SYSTEMINCLUDE + +USERINCLUDE ../inc + +SOURCEPATH ../src + +SOURCE omxilfilesource.cpp +SOURCE omxilfilesourceprocessingfunction.cpp +SOURCE omxilfilesourceconfigmanager.cpp +SOURCE omxilaudiofilesourceapb0port.cpp + +RESOURCE omxilaudiofilesource.rss + +LIBRARY euser.lib +LIBRARY efsrv.lib +LIBRARY inetprotutil.lib +LIBRARY ecom.lib +LIBRARY estlib.lib +LIBRARY omxilcomponentcommon.lib +STATICLIBRARY omxilcomponentif.lib