os/mm/mmlibs/mmfw/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmlibs/mmfw/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,240 @@
     1.4 +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Multimedia framework
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 +@file
    1.23 +*/
    1.24 +
    1.25 +#ifdef SYMBIAN_VARIABLE_BITRATE_CODEC // use system wide flag to trigger model controller build
    1.26 +#define SYMBIAN_MMF_MODEL_CONTROLLERS
    1.27 +#endif
    1.28 +
    1.29 +
    1.30 +PRJ_PLATFORMS
    1.31 +// specify the platforms your component needs to be built for here
    1.32 +// may add platform for OMAP, Helen etc
    1.33 +DEFAULT
    1.34 +
    1.35 +PRJ_EXPORTS
    1.36 +// Client utility Class API headers
    1.37 +../inc/MdaAudioSamplePlayer.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mdaaudiosampleplayer.h)
    1.38 +../inc/MdaAudioSampleEditor.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mdaaudiosampleeditor.h)
    1.39 +../inc/MdaAudioTonePlayer.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mdaaudiotoneplayer.h)
    1.40 +../inc/MdaAudioOutputStream.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mdaaudiooutputstream.h)
    1.41 +../inc/MdaAudioInputStream.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mdaaudioinputstream.h)
    1.42 +../inc/VideoPlayer.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(videoplayer.h)
    1.43 +../inc/VideoRecorder.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(videorecorder.h)
    1.44 +../inc/MmfClntUtility.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmfclntutility.h)
    1.45 +
    1.46 +// Shared client/server headers
    1.47 +../inc/mmf/common/MmfBase.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfbase.h)
    1.48 +../inc/mmf/common/MmfAudio.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfaudio.h)
    1.49 +../inc/mmf/common/MmfVideo.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfvideo.h)
    1.50 +../inc/mmf/common/mmfvideoenums.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfvideoenums.h)
    1.51 +../inc/mmf/common/MmfUtilities.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfutilities.h)
    1.52 +../inc/mmf/common/MmfUtilities.inl	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfutilities.inl)
    1.53 +../inc/mmf/common/mmfhelper.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfhelper.h)
    1.54 +../inc/mmf/common/mmcaf.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmcaf.h)
    1.55 +../inc/mmf/common/MmfFourCC.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmffourcc.h)
    1.56 +../inc/mmf/common/MmfPanicCodes.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfpaniccodes.h)
    1.57 +../inc/mmf/common/mmferrors.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmferrors.h)
    1.58 +../inc/mmf/common/MmfMeta.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfmeta.h)
    1.59 +../inc/mmf/common/MmfIpc.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfipc.h)
    1.60 +../inc/mmf/common/MmfIpc.inl	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfipc.inl)
    1.61 +../inc/mmf/common/mmfipcserver.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfipcserver.h)
    1.62 +../inc/mmf/common/mmfipcserver.inl	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfipcserver.inl)
    1.63 +../inc/mmf/common/mmfbase.hrh		/epoc32/include/mmf/common/mmfbase.hrh
    1.64 +
    1.65 +// Shared headers for 3rd party controller & format
    1.66 +../inc/mmf/server/mmfformat.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfformat.h)
    1.67 +../inc/mmf/server/mmfformat.inl		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfformat.inl)
    1.68 +../inc/mmf/server/Mmfclip.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfclip.h)
    1.69 +../inc/mmf/server/mmfdatabuffer.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatabuffer.h)
    1.70 +../inc/mmf/server/MmfFile.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmffile.h)
    1.71 +../inc/mmf/server/MmfDes.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdes.h)
    1.72 +../inc/mmf/server/mmfurl.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfurl.h)
    1.73 +../inc/mmf/server/mmfbuffer.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfbuffer.h)
    1.74 +../inc/mmf/server/mmfdatasink.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatasink.h)
    1.75 +../inc/mmf/server/mmfdatasource.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatasource.h)
    1.76 +../inc/mmf/server/mmfdatasourcesink.hrh	/epoc32/include/mmf/server/mmfdatasourcesink.hrh
    1.77 +../inc/mmf/server/mmfbuffer.hrh		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfbuffer.hrh)
    1.78 +../inc/mmf/server/mmfdatapath.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatapath.h)
    1.79 +../inc/mmf/server/mmfdatapath2.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatapath2.h)
    1.80 +../inc/mmf/server/mmfsubthreadbase.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfsubthreadbase.h)
    1.81 +../inc/mmf/server/mmfsubthreadbaseimpl.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfsubthreadbaseimpl.h)
    1.82 +../inc/mmf/server/MmfAudioOutput.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfaudiooutput.h)
    1.83 +../inc/mmf/server/MmfAudioInput.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfaudioinput.h)
    1.84 +../inc/mmf/server/mmfvideoframebuffer.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfvideoframebuffer.h)
    1.85 +../inc/mmf/server/mmfdatapathproxy.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatapathproxy.h)
    1.86 +../inc/mmf/server/mmfdatapathproxyserver.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdatapathproxyserver.h)
    1.87 +../inc/mmf/server/MmfCodec.h				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfcodec.h)
    1.88 +../inc/mmf/server/mmfformatstandardcustominterfaces.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfformatstandardcustominterfaces.h)
    1.89 +
    1.90 +../inc/mmf/ControllerFramework/mmfcontroller.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfcontroller.h)
    1.91 +../inc/mmf/ControllerFramework/mmfcontrollerextendeddata.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfcontrollerextendeddata.h)
    1.92 +../inc/mmf/ControllerFramework/mmfcustomcommandparsermanager.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfcustomcommandparsermanager.h)
    1.93 +../inc/mmf/ControllerFramework/mmfcontrollerpluginresolver.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfcontrollerpluginresolver.h)
    1.94 +../inc/mmf/ControllerFramework/taggeddataparser.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/taggeddataparser.h)
    1.95 +../inc/mmf/ControllerFramework/mmfcontrollerframework.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfcontrollerframework.h)
    1.96 +../inc/mmf/ControllerFramework/mmfcontrollerframeworkclasses.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfcontrollerframeworkclasses.h)
    1.97 +../inc/mmf/ControllerFramework/mmfcontrollerframeworkbase.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfcontrollerframeworkbase.h)
    1.98 +../inc/mmf/ControllerFramework/mmfstandardcustomcommands.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfstandardcustomcommands.h)
    1.99 +../inc/mmf/ControllerFramework/mmfstandardcustomcommandsimpl.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfstandardcustomcommandsimpl.h)
   1.100 +../inc/mmf/ControllerFramework/mmfstandardcustomcommandsenums.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfstandardcustomcommandsenums.h)
   1.101 +../inc/mmf/ControllerFramework/mmfdrmcustomcommands.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfdrmcustomcommands.h)
   1.102 +../inc/mmf/ControllerFramework/mmfdrmcustomcommandsenum.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfdrmcustomcommandsenum.h)
   1.103 +../inc/mmf/ControllerFramework/mmfdurationinfocustomcommands.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfdurationinfocustomcommands.h)
   1.104 +../inc/mmf/ControllerFramework/mmfdurationinfocustomcommandsimpl.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfdurationinfocustomcommandsimpl.h)
   1.105 +../inc/mmf/ControllerFramework/mmfdurationinfocustomcommandsenums.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfdurationinfocustomcommandsenums.h)
   1.106 +../inc/mmf/mcustominterface.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mcustominterface.h)
   1.107 +../inc/mmf/mcustomcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mcustomcommand.h)
   1.108 +
   1.109 +// SecureDRM header
   1.110 +../SecureDRM/inc/Client/MmfDrmPluginServerProxy.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdrmpluginserverproxy.h)
   1.111 +
   1.112 +#ifdef SYMBIAN_BUILD_GCE
   1.113 +../inc/mmf/ControllerFramework/mmfvideosurfacecustomcommands.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfvideosurfacecustomcommands.h)
   1.114 +../inc/videoplayer2.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(videoplayer2.h)
   1.115 +../inc/surfaceeventhandler.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(surfaceeventhandler.h)
   1.116 +../inc/mediaclientvideodisplay.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mediaclientvideodisplay.h)
   1.117 +../inc/mmf/PLUGIN/mmfmediaclientextdisplayinterface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/plugin/mmfmediaclientextdisplayinterface.h)
   1.118 +../inc/mmf/PLUGIN/mmfmediaclientextdisplayinterface.hrh SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/plugin/mmfmediaclientextdisplayinterface.hrh)
   1.119 +#endif
   1.120 +
   1.121 +#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT 
   1.122 +../inc/mmf/ControllerFramework/mmfvideosubtitlecustomcommands.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfvideosubtitlecustomcommands.h)
   1.123 +#endif
   1.124 +
   1.125 +// Plug-in ECom headers
   1.126 +../inc/mmf/PLUGIN/mmfPluginInterfaceUIDs.hrh		/epoc32/include/mmf/plugin/mmfplugininterfaceuids.hrh
   1.127 +../inc/mmf/PLUGIN/mmfCodecImplementationUIDs.hrh 	/epoc32/include/mmf/plugin/mmfcodecimplementationuids.hrh
   1.128 +../inc/mmf/PLUGIN/mmfFormatImplementationUIDs.hrh	/epoc32/include/mmf/plugin/mmfformatimplementationuids.hrh
   1.129 +../inc/mmf/PLUGIN/mmfControllerImplementationUIDs.hrh	/epoc32/include/mmf/plugin/mmfcontrollerimplementationuids.hrh
   1.130 +../inc/mmf/PLUGIN/mmfAudioIOInterfaceUIDs.hrh		/epoc32/include/mmf/plugin/mmfaudioiointerfaceuids.hrh
   1.131 +//Plug-in ECom headers located in same location as 7.0s
   1.132 +//these headers were incorrectly located in 7.0s but to prevent build problems they are also
   1.133 +//copied to the 7.0s location.  Future releases cannot be guaranteed to use epoc32/include
   1.134 +//for these files - it is recommended to use "\epoc32\include\mmf\plugin\"
   1.135 +../inc/mmf/PLUGIN/mmfPluginInterfaceUIDs.hrh /epoc32/include/mmfplugininterfaceuids.hrh
   1.136 +../inc/mmf/PLUGIN/mmfFormatImplementationUIDs.hrh /epoc32/include/mmfformatimplementationuids.hrh
   1.137 +../inc/mmf/PLUGIN/mmfControllerImplementationUIDs.hrh /epoc32/include/mmfcontrollerimplementationuids.hrh
   1.138 +../inc/mmf/PLUGIN/mmfAudioIOInterfaceUIDs.hrh /epoc32/include/mmfaudioiointerfaceuids.hrh
   1.139 +
   1.140 +//
   1.141 +// export enough of the original MDA headers to support include of MdaImageConverter.h and MMF (no more)
   1.142 +
   1.143 +// Client low level API headers
   1.144 +../inc/Mda/Client/Base.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/base.h)
   1.145 +../inc/Mda/Client/Controller.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/controller.h)
   1.146 +../inc/Mda/Client/Port.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/port.h)
   1.147 +../inc/Mda/Client/Resource.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/resource.h)
   1.148 +../inc/Mda/Client/Utility.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/client/utility.h)
   1.149 +../inc/Mda/Client/Video.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/video.h)
   1.150 +../inc/Mda/Client/Video.inl			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/video.inl)
   1.151 +
   1.152 +// Shared client/server headers
   1.153 +../inc/Mda/Common/Base.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/base.h)
   1.154 +../inc/Mda/Common/Base.inl			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/base.inl)
   1.155 +../inc/Mda/Common/Base.hrh			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/base.hrh)
   1.156 +../inc/Mda/Common/Controller.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/common/controller.h)
   1.157 +../inc/Mda/Common/Port.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/common/port.h)
   1.158 +../inc/Mda/Common/Port.hrh			/epoc32/include/mda/common/port.hrh
   1.159 +../inc/Mda/Common/Resource.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/resource.h)
   1.160 +../inc/Mda/Common/Resource.hrh			/epoc32/include/mda/common/resource.hrh
   1.161 +../inc/Mda/Common/Video.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/video.h)
   1.162 +../inc/Mda/Common/Video.hrh			/epoc32/include/mda/common/video.hrh
   1.163 +../inc/Mda/Common/Video.inl			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/video.inl)
   1.164 +../inc/Mda/Common/Audio.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/audio.h)
   1.165 +../inc/Mda/Common/Audio.hrh			/epoc32/include/mda/common/audio.hrh
   1.166 +../inc/Mda/Common/AudioStream.hrh		/epoc32/include/mda/common/audiostream.hrh
   1.167 +../inc/Mda/Common/GsmAudio.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/gsmaudio.h)
   1.168 +../inc/Mda/Common/mdagsmwavcodec.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/common/mdagsmwavcodec.h)
   1.169 +../inc/Mda/Common/GsmAudio.hrh			/epoc32/include/mda/common/gsmaudio.hrh
   1.170 +
   1.171 +// end of old media server exports
   1.172 +
   1.173 +
   1.174 +// Headers for reference components, will be added later
   1.175 +// Headers for reference components
   1.176 +
   1.177 +// Documentation, will be added later
   1.178 +
   1.179 +// Romkit include files 
   1.180 +../inc/mmf.iby       /epoc32/rom/include/mmf.iby  
   1.181 +../SecureDRM/inc/MmfDrmPlugin.iby	/epoc32/rom/include/mmfdrmplugin.iby
   1.182 +
   1.183 +PRJ_MMPFILES
   1.184 +
   1.185 +// server base classes
   1.186 +../MMPFiles/server/mmfserverbaseclasses.mmp
   1.187 +
   1.188 +// Secure DRM server proxy in which MmfControllerFramework depends on
   1.189 +../SecureDRM/MMPFiles/Client/MmfDrmPluginServerProxy.mmp
   1.190 +
   1.191 +//Controller Framework
   1.192 +../MMPFiles/ControllerFramework/MmfControllerFramework.mmp
   1.193 +../MMPFiles/ControllerFramework/MmfStandardCustomCommands.mmp
   1.194 +
   1.195 +//utils
   1.196 +../MMPFiles/utils/audioutils.mmp
   1.197 +
   1.198 +// Secure DRM server which depends on MmfControllerFramework
   1.199 +../SecureDRM/MMPFiles/Server/MmfDrmPluginServer.mmp
   1.200 +
   1.201 +// Add codecs common code on which the codec plugins depend
   1.202 +#include "../Codecs/Group/bld_include.inf"
   1.203 +
   1.204 +
   1.205 +// Add ../Midi build instructions - NOTE - Must be inserted here in MMP list
   1.206 +#include "../MIDI/group/bld_include.inf"
   1.207 +
   1.208 +PRJ_MMPFILES
   1.209 +
   1.210 +// Client shared dlls
   1.211 +../MMPFiles/client/MediaClient.mmp
   1.212 +../MMPFiles/client/MediaClientUtility.mmp
   1.213 +../MMPFiles/client/MediaClientAudio.mmp
   1.214 +../MMPFiles/client/MediaClientAudioStream.mmp
   1.215 +../MMPFiles/client/MediaClientAudioInputStream.mmp
   1.216 +#ifdef SYMBIAN_BUILD_GCE
   1.217 +../MMPFiles/client/mediaclientvideodisplay.mmp
   1.218 +#endif
   1.219 +../MMPFiles/client/MediaClientVideo.mmp
   1.220 +
   1.221 +//plugin
   1.222 +../MMPFiles/plugin_common/MmfStdSourceAndSinkPlugin.mmp
   1.223 +../MMPFiles/plugin_common/MMFLinearAudioCodecs.mmp
   1.224 +../MMPFiles/plugin_common/Gsm610.mmp
   1.225 +../MMPFiles/plugin_common/mmfaudiooutput.mmp 
   1.226 +../MMPFiles/plugin_common/mmfaudioinput.mmp
   1.227 +../MMPFiles/plugin_common/MMFFormatBaseClasses.mmp
   1.228 +
   1.229 +#ifdef SYMBIAN_USE_MMF_RUF_RECOGNIZER
   1.230 +../Recogniser/mmpfiles/mmruf.mmp
   1.231 +#else
   1.232 +// Now build the MMF recogniser
   1.233 +../MMPFiles/Recognizer/RecMmf.mmp
   1.234 +#endif
   1.235 +
   1.236 +// Effects
   1.237 +#include "../Effect/group/Effect.inf"
   1.238 +
   1.239 +PRJ_TESTMMPFILES
   1.240 +../MMPFiles/plugin_common/MmfAudioController.mmp //test wav controller
   1.241 +
   1.242 +PRJ_TESTEXPORTS
   1.243 +../inc/mmfaudiowavtestcontroller.iby       /epoc32/rom/include/mmfaudiowavtestcontroller.iby