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