sl@0: // Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifdef SYMBIAN_VARIABLE_BITRATE_CODEC // use system wide flag to trigger model controller build sl@0: #define SYMBIAN_MMF_MODEL_CONTROLLERS sl@0: #endif sl@0: sl@0: #ifdef SYMBIAN_MMF_MODEL_CONTROLLERS sl@0: // Exports ogg header + lib file for ogg utility library sl@0: #include "../src/Plugin/Controller/Audio/OggVorbis/oggutils/group/bld_include.inf" sl@0: #endif sl@0: sl@0: PRJ_PLATFORMS sl@0: // specify the platforms your component needs to be built for here sl@0: // may add platform for OMAP, Helen etc sl@0: DEFAULT sl@0: sl@0: sl@0: PRJ_EXPORTS sl@0: //romkit sl@0: mmf_plugin.iby /epoc32/rom/include/ sl@0: #ifdef SYMBIAN_MMF_MODEL_CONTROLLERS sl@0: ../inc/controllers/oggvorbis.iby /epoc32/rom/include/oggvorbis.iby sl@0: ../inc/controllers/avi.iby /epoc32/rom/include/avi.iby sl@0: #endif sl@0: sl@0: #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT sl@0: //subtitle sl@0: ../src/Plugin/Controller/Video/AviPlayController/srtdecoder/subtitledecoder.iby /epoc32/rom/include/subtitledecoder.iby sl@0: ../inc/controllers/subtitle.iby /epoc32/rom/include/subtitle.iby sl@0: sl@0: // subtitle client CRP header sl@0: ../src/Plugin/subtitle/subtitlegraphic/mmfsubtitlegraphic.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/plugin/mmfsubtitlegraphic.h) sl@0: #endif sl@0: sl@0: sl@0: PRJ_MMPFILES sl@0: sl@0: //plugin sl@0: sl@0: ../MMPFiles/Plugin/MmfWAVFormat.mmp sl@0: ../MMPFiles/Plugin/MmfRAWFormat.mmp sl@0: ../MMPFiles/Plugin/MmfAUFormat.mmp sl@0: sl@0: #ifdef SYMBIAN_MMF_MODEL_CONTROLLERS sl@0: ../MMPFiles/Plugin/OggPlayController.mmp sl@0: ../MMPFiles/Plugin/OggRecordController.mmp sl@0: ../MMPFiles/Plugin/MmfaviplayController.mmp sl@0: ../MMPFiles/Plugin/MmfaviRecordController.mmp sl@0: #endif sl@0: sl@0: #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT sl@0: ../MMPFiles/Plugin/srtdecoder.mmp sl@0: ../MMPFiles/Plugin/mmfdevsubtitle.mmp sl@0: ../MMPFiles/Plugin/mmfsubtitlegraphic.mmp sl@0: ../MMPFiles/Plugin/mmfsubtitlegraphicdrawer.mmp sl@0: #endif sl@0: sl@0: