diff -r 000000000000 -r b8ed18f6c07b mmplugins/mmfwplugins/inc/controllers/avi.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mmplugins/mmfwplugins/inc/controllers/avi.iby Thu Oct 07 22:34:12 2010 +0100 @@ -0,0 +1,28 @@ +// Copyright (c) 2006-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: +// + +#ifndef AVI_IBY +#define AVI_IBY + +ECOM_PLUGIN(aviplaycontroller.dll,aviplaycontroller.rsc) +ECOM_PLUGIN(avirecordcontroller.dll,avirecordcontroller.rsc) + +#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT +file=ABI_DIR\BUILD_DIR\devsubtitle.dll System\Libs\devsubtitle.dll +#include +#endif //SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT + +#endif //AVI_IBY +