os/mm/mmlibs/mmfw/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// Multimedia framework
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
/**
sl@0
    19
@file
sl@0
    20
*/
sl@0
    21
sl@0
    22
#ifdef SYMBIAN_VARIABLE_BITRATE_CODEC // use system wide flag to trigger model controller build
sl@0
    23
#define SYMBIAN_MMF_MODEL_CONTROLLERS
sl@0
    24
#endif
sl@0
    25
sl@0
    26
sl@0
    27
PRJ_PLATFORMS
sl@0
    28
// specify the platforms your component needs to be built for here
sl@0
    29
// may add platform for OMAP, Helen etc
sl@0
    30
DEFAULT
sl@0
    31
sl@0
    32
PRJ_EXPORTS
sl@0
    33
// Client utility Class API headers
sl@0
    34
../inc/MdaAudioSamplePlayer.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mdaaudiosampleplayer.h)
sl@0
    35
../inc/MdaAudioSampleEditor.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mdaaudiosampleeditor.h)
sl@0
    36
../inc/MdaAudioTonePlayer.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mdaaudiotoneplayer.h)
sl@0
    37
../inc/MdaAudioOutputStream.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mdaaudiooutputstream.h)
sl@0
    38
../inc/MdaAudioInputStream.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mdaaudioinputstream.h)
sl@0
    39
../inc/VideoPlayer.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(videoplayer.h)
sl@0
    40
../inc/VideoRecorder.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(videorecorder.h)
sl@0
    41
../inc/MmfClntUtility.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmfclntutility.h)
sl@0
    42
sl@0
    43
// Shared client/server headers
sl@0
    44
../inc/mmf/common/MmfBase.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfbase.h)
sl@0
    45
../inc/mmf/common/MmfAudio.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfaudio.h)
sl@0
    46
../inc/mmf/common/MmfVideo.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfvideo.h)
sl@0
    47
../inc/mmf/common/mmfvideoenums.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfvideoenums.h)
sl@0
    48
../inc/mmf/common/MmfUtilities.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfutilities.h)
sl@0
    49
../inc/mmf/common/MmfUtilities.inl	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfutilities.inl)
sl@0
    50
../inc/mmf/common/mmfhelper.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfhelper.h)
sl@0
    51
../inc/mmf/common/mmcaf.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmcaf.h)
sl@0
    52
../inc/mmf/common/MmfFourCC.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmffourcc.h)
sl@0
    53
../inc/mmf/common/MmfPanicCodes.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfpaniccodes.h)
sl@0
    54
../inc/mmf/common/mmferrors.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmferrors.h)
sl@0
    55
../inc/mmf/common/MmfMeta.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfmeta.h)
sl@0
    56
../inc/mmf/common/MmfIpc.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfipc.h)
sl@0
    57
../inc/mmf/common/MmfIpc.inl	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfipc.inl)
sl@0
    58
../inc/mmf/common/mmfipcserver.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfipcserver.h)
sl@0
    59
../inc/mmf/common/mmfipcserver.inl	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfipcserver.inl)
sl@0
    60
../inc/mmf/common/mmfbase.hrh		/epoc32/include/mmf/common/mmfbase.hrh
sl@0
    61
sl@0
    62
// Shared headers for 3rd party controller & format
sl@0
    63
../inc/mmf/server/mmfformat.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfformat.h)
sl@0
    64
../inc/mmf/server/mmfformat.inl		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfformat.inl)
sl@0
    65
../inc/mmf/server/Mmfclip.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfclip.h)
sl@0
    66
../inc/mmf/server/mmfdatabuffer.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatabuffer.h)
sl@0
    67
../inc/mmf/server/MmfFile.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmffile.h)
sl@0
    68
../inc/mmf/server/MmfDes.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdes.h)
sl@0
    69
../inc/mmf/server/mmfurl.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfurl.h)
sl@0
    70
../inc/mmf/server/mmfbuffer.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfbuffer.h)
sl@0
    71
../inc/mmf/server/mmfdatasink.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatasink.h)
sl@0
    72
../inc/mmf/server/mmfdatasource.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatasource.h)
sl@0
    73
../inc/mmf/server/mmfdatasourcesink.hrh	/epoc32/include/mmf/server/mmfdatasourcesink.hrh
sl@0
    74
../inc/mmf/server/mmfbuffer.hrh		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfbuffer.hrh)
sl@0
    75
../inc/mmf/server/mmfdatapath.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatapath.h)
sl@0
    76
../inc/mmf/server/mmfdatapath2.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatapath2.h)
sl@0
    77
../inc/mmf/server/mmfsubthreadbase.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfsubthreadbase.h)
sl@0
    78
../inc/mmf/server/mmfsubthreadbaseimpl.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfsubthreadbaseimpl.h)
sl@0
    79
../inc/mmf/server/MmfAudioOutput.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfaudiooutput.h)
sl@0
    80
../inc/mmf/server/MmfAudioInput.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfaudioinput.h)
sl@0
    81
../inc/mmf/server/mmfvideoframebuffer.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfvideoframebuffer.h)
sl@0
    82
../inc/mmf/server/mmfdatapathproxy.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfdatapathproxy.h)
sl@0
    83
../inc/mmf/server/mmfdatapathproxyserver.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdatapathproxyserver.h)
sl@0
    84
../inc/mmf/server/MmfCodec.h				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server/mmfcodec.h)
sl@0
    85
../inc/mmf/server/mmfformatstandardcustominterfaces.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfformatstandardcustominterfaces.h)
sl@0
    86
sl@0
    87
../inc/mmf/ControllerFramework/mmfcontroller.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfcontroller.h)
sl@0
    88
../inc/mmf/ControllerFramework/mmfcontrollerextendeddata.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfcontrollerextendeddata.h)
sl@0
    89
../inc/mmf/ControllerFramework/mmfcustomcommandparsermanager.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfcustomcommandparsermanager.h)
sl@0
    90
../inc/mmf/ControllerFramework/mmfcontrollerpluginresolver.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfcontrollerpluginresolver.h)
sl@0
    91
../inc/mmf/ControllerFramework/taggeddataparser.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/taggeddataparser.h)
sl@0
    92
../inc/mmf/ControllerFramework/mmfcontrollerframework.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfcontrollerframework.h)
sl@0
    93
../inc/mmf/ControllerFramework/mmfcontrollerframeworkclasses.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfcontrollerframeworkclasses.h)
sl@0
    94
../inc/mmf/ControllerFramework/mmfcontrollerframeworkbase.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfcontrollerframeworkbase.h)
sl@0
    95
../inc/mmf/ControllerFramework/mmfstandardcustomcommands.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfstandardcustomcommands.h)
sl@0
    96
../inc/mmf/ControllerFramework/mmfstandardcustomcommandsimpl.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfstandardcustomcommandsimpl.h)
sl@0
    97
../inc/mmf/ControllerFramework/mmfstandardcustomcommandsenums.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfstandardcustomcommandsenums.h)
sl@0
    98
../inc/mmf/ControllerFramework/mmfdrmcustomcommands.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfdrmcustomcommands.h)
sl@0
    99
../inc/mmf/ControllerFramework/mmfdrmcustomcommandsenum.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfdrmcustomcommandsenum.h)
sl@0
   100
../inc/mmf/ControllerFramework/mmfdurationinfocustomcommands.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/mmfdurationinfocustomcommands.h)
sl@0
   101
../inc/mmf/ControllerFramework/mmfdurationinfocustomcommandsimpl.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfdurationinfocustomcommandsimpl.h)
sl@0
   102
../inc/mmf/ControllerFramework/mmfdurationinfocustomcommandsenums.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfdurationinfocustomcommandsenums.h)
sl@0
   103
../inc/mmf/mcustominterface.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mcustominterface.h)
sl@0
   104
../inc/mmf/mcustomcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mcustomcommand.h)
sl@0
   105
sl@0
   106
// SecureDRM header
sl@0
   107
../SecureDRM/inc/Client/MmfDrmPluginServerProxy.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdrmpluginserverproxy.h)
sl@0
   108
sl@0
   109
#ifdef SYMBIAN_BUILD_GCE
sl@0
   110
../inc/mmf/ControllerFramework/mmfvideosurfacecustomcommands.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfvideosurfacecustomcommands.h)
sl@0
   111
../inc/videoplayer2.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(videoplayer2.h)
sl@0
   112
../inc/surfaceeventhandler.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(surfaceeventhandler.h)
sl@0
   113
../inc/mediaclientvideodisplay.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mediaclientvideodisplay.h)
sl@0
   114
../inc/mmf/PLUGIN/mmfmediaclientextdisplayinterface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/plugin/mmfmediaclientextdisplayinterface.h)
sl@0
   115
../inc/mmf/PLUGIN/mmfmediaclientextdisplayinterface.hrh SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/plugin/mmfmediaclientextdisplayinterface.hrh)
sl@0
   116
#endif
sl@0
   117
sl@0
   118
#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT 
sl@0
   119
../inc/mmf/ControllerFramework/mmfvideosubtitlecustomcommands.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/common/mmfvideosubtitlecustomcommands.h)
sl@0
   120
#endif
sl@0
   121
sl@0
   122
// Plug-in ECom headers
sl@0
   123
../inc/mmf/PLUGIN/mmfPluginInterfaceUIDs.hrh		/epoc32/include/mmf/plugin/mmfplugininterfaceuids.hrh
sl@0
   124
../inc/mmf/PLUGIN/mmfCodecImplementationUIDs.hrh 	/epoc32/include/mmf/plugin/mmfcodecimplementationuids.hrh
sl@0
   125
../inc/mmf/PLUGIN/mmfFormatImplementationUIDs.hrh	/epoc32/include/mmf/plugin/mmfformatimplementationuids.hrh
sl@0
   126
../inc/mmf/PLUGIN/mmfControllerImplementationUIDs.hrh	/epoc32/include/mmf/plugin/mmfcontrollerimplementationuids.hrh
sl@0
   127
../inc/mmf/PLUGIN/mmfAudioIOInterfaceUIDs.hrh		/epoc32/include/mmf/plugin/mmfaudioiointerfaceuids.hrh
sl@0
   128
//Plug-in ECom headers located in same location as 7.0s
sl@0
   129
//these headers were incorrectly located in 7.0s but to prevent build problems they are also
sl@0
   130
//copied to the 7.0s location.  Future releases cannot be guaranteed to use epoc32/include
sl@0
   131
//for these files - it is recommended to use "\epoc32\include\mmf\plugin\"
sl@0
   132
../inc/mmf/PLUGIN/mmfPluginInterfaceUIDs.hrh /epoc32/include/mmfplugininterfaceuids.hrh
sl@0
   133
../inc/mmf/PLUGIN/mmfFormatImplementationUIDs.hrh /epoc32/include/mmfformatimplementationuids.hrh
sl@0
   134
../inc/mmf/PLUGIN/mmfControllerImplementationUIDs.hrh /epoc32/include/mmfcontrollerimplementationuids.hrh
sl@0
   135
../inc/mmf/PLUGIN/mmfAudioIOInterfaceUIDs.hrh /epoc32/include/mmfaudioiointerfaceuids.hrh
sl@0
   136
sl@0
   137
//
sl@0
   138
// export enough of the original MDA headers to support include of MdaImageConverter.h and MMF (no more)
sl@0
   139
sl@0
   140
// Client low level API headers
sl@0
   141
../inc/Mda/Client/Base.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/base.h)
sl@0
   142
../inc/Mda/Client/Controller.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/controller.h)
sl@0
   143
../inc/Mda/Client/Port.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/port.h)
sl@0
   144
../inc/Mda/Client/Resource.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/resource.h)
sl@0
   145
../inc/Mda/Client/Utility.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/client/utility.h)
sl@0
   146
../inc/Mda/Client/Video.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/video.h)
sl@0
   147
../inc/Mda/Client/Video.inl			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/client/video.inl)
sl@0
   148
sl@0
   149
// Shared client/server headers
sl@0
   150
../inc/Mda/Common/Base.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/base.h)
sl@0
   151
../inc/Mda/Common/Base.inl			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/base.inl)
sl@0
   152
../inc/Mda/Common/Base.hrh			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/base.hrh)
sl@0
   153
../inc/Mda/Common/Controller.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/common/controller.h)
sl@0
   154
../inc/Mda/Common/Port.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/common/port.h)
sl@0
   155
../inc/Mda/Common/Port.hrh			/epoc32/include/mda/common/port.hrh
sl@0
   156
../inc/Mda/Common/Resource.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/resource.h)
sl@0
   157
../inc/Mda/Common/Resource.hrh			/epoc32/include/mda/common/resource.hrh
sl@0
   158
../inc/Mda/Common/Video.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/video.h)
sl@0
   159
../inc/Mda/Common/Video.hrh			/epoc32/include/mda/common/video.hrh
sl@0
   160
../inc/Mda/Common/Video.inl			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/video.inl)
sl@0
   161
../inc/Mda/Common/Audio.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/audio.h)
sl@0
   162
../inc/Mda/Common/Audio.hrh			/epoc32/include/mda/common/audio.hrh
sl@0
   163
../inc/Mda/Common/AudioStream.hrh		/epoc32/include/mda/common/audiostream.hrh
sl@0
   164
../inc/Mda/Common/GsmAudio.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mda/common/gsmaudio.h)
sl@0
   165
../inc/Mda/Common/mdagsmwavcodec.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mda/common/mdagsmwavcodec.h)
sl@0
   166
../inc/Mda/Common/GsmAudio.hrh			/epoc32/include/mda/common/gsmaudio.hrh
sl@0
   167
sl@0
   168
// end of old media server exports
sl@0
   169
sl@0
   170
sl@0
   171
// Headers for reference components, will be added later
sl@0
   172
// Headers for reference components
sl@0
   173
sl@0
   174
// Documentation, will be added later
sl@0
   175
sl@0
   176
// Romkit include files 
sl@0
   177
../inc/mmf.iby       /epoc32/rom/include/mmf.iby  
sl@0
   178
../SecureDRM/inc/MmfDrmPlugin.iby	/epoc32/rom/include/mmfdrmplugin.iby
sl@0
   179
sl@0
   180
PRJ_MMPFILES
sl@0
   181
sl@0
   182
// server base classes
sl@0
   183
../MMPFiles/server/mmfserverbaseclasses.mmp
sl@0
   184
sl@0
   185
// Secure DRM server proxy in which MmfControllerFramework depends on
sl@0
   186
../SecureDRM/MMPFiles/Client/MmfDrmPluginServerProxy.mmp
sl@0
   187
sl@0
   188
//Controller Framework
sl@0
   189
../MMPFiles/ControllerFramework/MmfControllerFramework.mmp
sl@0
   190
../MMPFiles/ControllerFramework/MmfStandardCustomCommands.mmp
sl@0
   191
sl@0
   192
//utils
sl@0
   193
../MMPFiles/utils/audioutils.mmp
sl@0
   194
sl@0
   195
// Secure DRM server which depends on MmfControllerFramework
sl@0
   196
../SecureDRM/MMPFiles/Server/MmfDrmPluginServer.mmp
sl@0
   197
sl@0
   198
// Add codecs common code on which the codec plugins depend
sl@0
   199
#include "../Codecs/Group/bld_include.inf"
sl@0
   200
sl@0
   201
sl@0
   202
// Add ../Midi build instructions - NOTE - Must be inserted here in MMP list
sl@0
   203
#include "../MIDI/group/bld_include.inf"
sl@0
   204
sl@0
   205
PRJ_MMPFILES
sl@0
   206
sl@0
   207
// Client shared dlls
sl@0
   208
../MMPFiles/client/MediaClient.mmp
sl@0
   209
../MMPFiles/client/MediaClientUtility.mmp
sl@0
   210
../MMPFiles/client/MediaClientAudio.mmp
sl@0
   211
../MMPFiles/client/MediaClientAudioStream.mmp
sl@0
   212
../MMPFiles/client/MediaClientAudioInputStream.mmp
sl@0
   213
#ifdef SYMBIAN_BUILD_GCE
sl@0
   214
../MMPFiles/client/mediaclientvideodisplay.mmp
sl@0
   215
#endif
sl@0
   216
../MMPFiles/client/MediaClientVideo.mmp
sl@0
   217
sl@0
   218
//plugin
sl@0
   219
../MMPFiles/plugin_common/MmfStdSourceAndSinkPlugin.mmp
sl@0
   220
../MMPFiles/plugin_common/MMFLinearAudioCodecs.mmp
sl@0
   221
../MMPFiles/plugin_common/Gsm610.mmp
sl@0
   222
../MMPFiles/plugin_common/mmfaudiooutput.mmp 
sl@0
   223
../MMPFiles/plugin_common/mmfaudioinput.mmp
sl@0
   224
../MMPFiles/plugin_common/MMFFormatBaseClasses.mmp
sl@0
   225
sl@0
   226
#ifdef SYMBIAN_USE_MMF_RUF_RECOGNIZER
sl@0
   227
../Recogniser/mmpfiles/mmruf.mmp
sl@0
   228
#else
sl@0
   229
// Now build the MMF recogniser
sl@0
   230
../MMPFiles/Recognizer/RecMmf.mmp
sl@0
   231
#endif
sl@0
   232
sl@0
   233
// Effects
sl@0
   234
#include "../Effect/group/Effect.inf"
sl@0
   235
sl@0
   236
PRJ_TESTMMPFILES
sl@0
   237
../MMPFiles/plugin_common/MmfAudioController.mmp //test wav controller
sl@0
   238
sl@0
   239
PRJ_TESTEXPORTS
sl@0
   240
../inc/mmfaudiowavtestcontroller.iby       /epoc32/rom/include/mmfaudiowavtestcontroller.iby