0
|
1 |
// Copyright (c) 2004-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 |
//
|
|
15 |
|
|
16 |
#ifdef SYMBIAN_VARIABLE_BITRATE_CODEC // use system wide flag to trigger model controller build
|
|
17 |
#define SYMBIAN_MMF_MODEL_CONTROLLERS
|
|
18 |
#endif
|
|
19 |
|
|
20 |
|
|
21 |
PRJ_TESTEXPORTS
|
|
22 |
|
|
23 |
// .iby files
|
|
24 |
../Rom/mmfIntTests.iby /epoc32/rom/include/mmfinttests.iby
|
|
25 |
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
|
26 |
../Rom/a3finttests.iby /epoc32/rom/include/a3finttests.iby
|
|
27 |
../Rom/pvopt.iby /epoc32/rom/include/pvopt.iby
|
|
28 |
../Rom/pvtestsopt.iby /epoc32/rom/include/pvtestsopt.iby
|
|
29 |
#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
|
30 |
../Rom/IclIntTests.iby /epoc32/rom/include/iclinttests.iby
|
|
31 |
../Rom/MVSIntTests.iby /epoc32/rom/include/mvsinttests.iby
|
|
32 |
|
|
33 |
../Rom/iclUnitTests.iby /epoc32/rom/include/iclunittests.iby
|
|
34 |
../Rom/mmfUnitTests.iby /epoc32/rom/include/mmfunittests.iby
|
|
35 |
|
|
36 |
../Rom/MmfTestsCommon.iby /epoc32/rom/include/mmftestscommon.iby
|
|
37 |
|
|
38 |
../Rom/mmfOpt.iby /epoc32/rom/include/mmfopt.iby
|
|
39 |
../Rom/mmfOptTest.iby /epoc32/rom/include/mmfopttest.iby
|
|
40 |
../Rom/mmfNotOptTest.iby /epoc32/rom/include/mmfnotopttest.iby
|
|
41 |
|
|
42 |
../Rom/iclOpt.iby /epoc32/rom/include/iclopt.iby
|
|
43 |
../Rom/iclOptTest.iby /epoc32/rom/include/iclopttest.iby
|
|
44 |
|
|
45 |
../Rom/miscUnitTests.iby /epoc32/rom/include/miscunittests.iby
|
|
46 |
../Rom/miscIntTests.iby /epoc32/rom/include/miscinttests.iby
|
|
47 |
|
|
48 |
../Rom/misc.iby /epoc32/rom/include/misc.iby
|
|
49 |
../Rom/miscOpt.iby /epoc32/rom/include/miscopt.iby
|
|
50 |
../Rom/miscOptTests.iby /epoc32/rom/include/miscopttests.iby
|
|
51 |
|
|
52 |
../Rom/mmmwunittests.iby /epoc32/rom/include/mmmwunittests.iby
|
|
53 |
|
|
54 |
// .bat files
|
|
55 |
../Scripts/run3gplibrarytests.bat c:/run3gplibrarytests.bat
|
|
56 |
../Scripts/runICLPREQ1920Tests.bat c:/runiclpreq1920tests.bat
|
|
57 |
../Scripts/runICLIntTests.bat c:/runiclinttests.bat
|
|
58 |
../Scripts/runMMFIntTests.bat c:/runmmfinttests.bat
|
|
59 |
../Scripts/runICLUnitTests.bat c:/runiclunittests.bat
|
|
60 |
../Scripts/runMMFUnitTests.bat c:/runmmfunittests.bat
|
|
61 |
../Scripts/runAllMultimediaTests.bat c:/runallmultimediatests.bat
|
|
62 |
../Scripts/runAllAudioTests.bat c:/runallaudiotests.bat
|
|
63 |
../Scripts/runMMFAudioIntTests.bat c:/runmmfaudiointtests.bat
|
|
64 |
../Scripts/runMMFAudioUnitTests.bat c:/runmmfaudiounittests.bat
|
|
65 |
|
|
66 |
../Scripts/runMMFOptUnitTests.bat c:/runmmfoptunittests.bat
|
|
67 |
../Scripts/runMMFOptUnitReTests.bat c:/runmmfoptunitretests.bat
|
|
68 |
../Scripts/runICLOptUnitTests.bat c:/runicloptunittests.bat
|
|
69 |
|
|
70 |
../Scripts/runICLMngImgDispUnitTests.bat c:/runiclmngimgdispunittests.bat
|
|
71 |
../Scripts/runICLImgDispUnitTests.bat c:/runiclimgdispunittests.bat
|
|
72 |
|
|
73 |
../Scripts/runMiscUnitTests.bat c:/runmiscunittests.bat
|
|
74 |
../Scripts/runEcmUnitTests.bat c:/runecmunittests.bat
|
|
75 |
../Scripts/rundvbhhaiunittests.bat c:/rundvbhhaiunittests.bat
|
|
76 |
|
|
77 |
../Scripts/runICLExifImgDispUnitTests.bat c:/runiclexifimgdispunittests.bat
|
|
78 |
../Scripts/runICLImgDispGenericPluginUnitTests.bat c:/runiclimgdispgenericpluginunittests.bat
|
|
79 |
|
|
80 |
// Batch files for characterisation
|
|
81 |
|
|
82 |
../Scripts/runmmfchartests.bat c:/runmmfchartests.bat
|
|
83 |
../Scripts/runmmfaudiochartests.bat c:/runmmfaudiochartests.bat
|
|
84 |
../Scripts/runmmfaudioplaychartests.bat c:/runmmfaudioplaychartests.bat
|
|
85 |
../Scripts/runmmfaudiorecordchartests.bat c:/runmmfaudiorecordchartests.bat
|
|
86 |
|
|
87 |
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
|
88 |
../Scripts/runa3fdevsoundcompliancetests.bat c:/runa3fdevsoundcompliancetests.bat
|
|
89 |
#endif
|
|
90 |
|
|
91 |
#ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
|
|
92 |
../Scripts/runmmfaudiorecordoverflowchartests.bat c:/runmmfaudiorecordoverflowchartests.bat
|
|
93 |
#endif
|
|
94 |
|
|
95 |
../Scripts/runmmfvideoplaychartests.bat c:/runmmfvideoplaychartests.bat
|
|
96 |
|
|
97 |
//Additional .bat files
|
|
98 |
|
|
99 |
../Scripts/runICLBtransIntTests.bat c:/runiclbtransinttests.bat
|
|
100 |
../Scripts/runICLCodIntTests.bat c:/runiclcodinttests.bat
|
|
101 |
|
|
102 |
#ifdef SYMBIAN_ENABLE_1630_JPEG_EXTENSIONS
|
|
103 |
../Scripts/runICLDecoderIntTests.bat c:/runicldecoderinttests.bat
|
|
104 |
../Scripts/runICLDecoderIntTestsStream.bat c:/runicldecoderinttestsstream.bat
|
|
105 |
|
|
106 |
../Scripts/runICLEncoderIntTests.bat c:/runiclencoderinttests.bat
|
|
107 |
../Scripts/runICLEncoderIntTestsPerf.bat c:/runiclencoderinttestsperf.bat
|
|
108 |
../Scripts/runICLEncoderIntTestsMirror.bat c:/runiclencoderinttestsmirror.bat
|
|
109 |
../Scripts/runICLEncoderIntTestsStream.bat c:/runiclencoderinttestsstream.bat
|
|
110 |
../Scripts/runICLEncoderIntTestsExtInterface.bat c:/runiclencoderinttestsextinterface.bat
|
|
111 |
#endif
|
|
112 |
|
|
113 |
../Scripts/runICLFrmIntTests.bat c:/runiclfrminttests.bat
|
|
114 |
../Scripts/runICLImgFrmIntTests.bat c:/runiclimgfrminttests.bat
|
|
115 |
../Scripts/runMMFAclntIntTests.bat c:/runmmfaclntinttests.bat
|
|
116 |
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
|
117 |
../Scripts/runmmfaclntinttptests.bat c:/runmmfaclntinttptests.bat
|
|
118 |
#else
|
|
119 |
../Scripts/runmmfaclntinttpnona3ftests.bat c:/runmmfaclntinttpnona3ftests.bat
|
|
120 |
#endif
|
|
121 |
../Scripts/runMMFVclntIntTests.bat c:/runmmfvclntinttests.bat
|
|
122 |
../Scripts/runMMFCtlFrmIntTests.bat c:/runmmfctlfrminttests.bat
|
|
123 |
|
|
124 |
#ifndef SYMBIAN_USE_MMF_RUF_RECOGNIZER
|
|
125 |
../Scripts/runMMFRecogIntTests.bat c:/runmmfrecoginttests.bat
|
|
126 |
#else
|
|
127 |
../Scripts/runMMFRUFUnitTests.bat c:/runmmfrufunittests.bat
|
|
128 |
#endif
|
|
129 |
|
|
130 |
|
|
131 |
../Scripts/runICLBtransUnitTests.bat c:/runiclbtransunittests.bat
|
|
132 |
../Scripts/runICLFrmUnitTests.bat c:/runiclfrmunittests.bat
|
|
133 |
../Scripts/runICLMediaSvrUnitTests.bat c:/runiclmediasvrunittests.bat
|
|
134 |
../Scripts/runICLTMdaVidUnitTests.bat c:/runicltmdavidunittests.bat
|
|
135 |
../Scripts/runICLCodUnitTests.bat c:/runiclcodunittests.bat
|
|
136 |
../Scripts/runICLCod01UnitTests.bat c:/runiclcod01unittests.bat
|
|
137 |
../Scripts/runICLCod02UnitTests.bat c:/runiclcod02unittests.bat
|
|
138 |
../Scripts/runICLCod03UnitTests.bat c:/runiclcod03unittests.bat
|
|
139 |
../Scripts/runICLCod04UnitTests.bat c:/runiclcod04unittests.bat
|
|
140 |
../Scripts/runtsiiclcod05tests.bat c:/runtsiiclcod05tests.bat
|
|
141 |
../Scripts/runtsiicldirscandecode01tests.bat c:/runtsiicldirscandecode01tests.bat
|
|
142 |
../Scripts/runtsiiclexcludedfiles01tests.bat c:/runtsiiclexcludedfiles01tests.bat
|
|
143 |
../Scripts/runtsiiclpluginsupport01tests.bat c:/runtsiiclpluginsupport01tests.bat
|
|
144 |
../Scripts/runICLGscalUnitTests.bat c:/runiclgscalunittests.bat
|
|
145 |
../Scripts/runICLItfmUnitTests.bat c:/runiclitfmunittests.bat
|
|
146 |
../Scripts/runICLImgFrmUnitTests.bat c:/runiclimgfrmunittests.bat
|
|
147 |
../Scripts/runICLPFMUnitTests.bat c:/runiclpfmunittests.bat
|
|
148 |
../Scripts/runMMFAclntUnitTests.bat c:/runmmfaclntunittests.bat
|
|
149 |
../Scripts/runMMFActrlUnitTests.bat c:/runmmfactrlunittests.bat
|
|
150 |
../Scripts/runMMFAcodUnitTests.bat c:/runmmfacodunittests.bat
|
|
151 |
../Scripts/runMMFAfmtUnitTests.bat c:/runmmfafmtunittests.bat
|
|
152 |
../Scripts/runMMFBaseClUnitTests.bat c:/runmmfbaseclunittests.bat
|
|
153 |
../Scripts/runMMFCtlFrmUnitTests.bat c:/runmmfctlfrmunittests.bat
|
|
154 |
../Scripts/runMMFSrsSnkUnitTests.bat c:/runmmfsrssnkunittests.bat
|
|
155 |
../Scripts/runMMFDevSoundUnitTests.bat c:/runmmfdevsoundunittests.bat
|
|
156 |
#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
|
157 |
../Scripts/runmmfdevsoundnona3funittests.bat c:/runmmfdevsoundnona3funittests.bat
|
|
158 |
#else
|
|
159 |
../Scripts/runmmfdevsounda3funittests.bat c:/runmmfdevsounda3funittests.bat
|
|
160 |
#endif
|
|
161 |
../Scripts/runMMFMIDIClntUnitTests.bat c:/runmmfmidiclntunittests.bat
|
|
162 |
../Scripts/runMMFClntUnitTests.bat c:/runmmfclntunittests.bat
|
|
163 |
../Scripts/runMMFSwCodecWrapperUnitTests.bat c:/runmmfswcodecwrapperunittests.bat
|
|
164 |
../Scripts/runMMFSwCodecDevicesUnitTests.bat c:/runmmfswcodecdevicesunittests.bat
|
|
165 |
../Scripts/runMMFTestFrameworkUnitTests.bat c:/runmmftestframeworkunittests.bat
|
|
166 |
../Scripts/runMMFDevVideoUnitTests.bat c:/runmmfdevvideounittests.bat
|
|
167 |
../Scripts/runMMFAsrClientUnitTests.bat c:/runmmfasrclientunittests.bat
|
|
168 |
../Scripts/runMMFSbcUnitTests.bat c:/runmmfsbcunittests.bat
|
|
169 |
../Scripts/runMmfGefUnitTests.bat c:/runmmfgefunittests.bat
|
|
170 |
../Scripts/TestICLAlloc.bat c:/testiclalloc.bat
|
|
171 |
../Scripts/runMMFSAclntIntTests.bat c:/runmmfsaclntinttests.bat
|
|
172 |
../Scripts/runMMFSDevSoundIntTests.bat c:/runmmfsdevsoundinttests.bat
|
|
173 |
../Scripts/runMMFSDevSoundUnitTests.bat c:/runmmfsdevsoundunittests.bat
|
|
174 |
|
|
175 |
../Scripts/runMMFAclntFSIntTests.bat c:/runmmfaclntfsinttests.bat
|
|
176 |
../Scripts/runMMFAclntDRMIntTests.bat c:/runmmfaclntdrminttests.bat
|
|
177 |
../Scripts/runMMFAclntDRMUnitTests.bat c:/runmmfaclntdrmunittests.bat
|
|
178 |
|
|
179 |
../Scripts/runICLFrmFSIntTests.bat c:/runiclfrmfsinttests.bat
|
|
180 |
../Scripts/runICLFrmDRMIntTests.bat c:/runiclfrmdrminttests.bat
|
|
181 |
../Scripts/runICLFrmDRMUnitTests.bat c:/runiclfrmdrmunittests.bat
|
|
182 |
../Scripts/runMMFVclntCafUnitTests.bat c:/runmmfvclntunittests.bat
|
|
183 |
../Scripts/runMMFVclntDRMUnitTests.bat c:/runmmfvclntdrmunittests.bat
|
|
184 |
|
|
185 |
|
|
186 |
../Scripts/runICLFrmFhUnitTests.bat c:/runiclfrmfhunittests.bat
|
|
187 |
../Scripts/runICLFrmRfIntTests.bat c:/runiclfrmrfinttests.bat
|
|
188 |
../Scripts/runMMFAclntOfIntTests.bat c:/runmmfaclntofinttests.bat
|
|
189 |
../Scripts/runMMFVclntOfIntTests.bat c:/runmmfvclntofinttests.bat
|
|
190 |
../Scripts/runMMFMIDIClntRfUnitTests.bat c:/runmmfmidiclntrfunittests.bat
|
|
191 |
|
|
192 |
../Scripts/runMMFAclntARNIntTests.bat c:/runmmfaclntarninttests.bat
|
|
193 |
../Scripts/runMDFUnitTests.bat c:/runmdfunittests.bat
|
|
194 |
|
|
195 |
#ifdef SYMBIAN_MULTIMEDIA_CODEC_API
|
|
196 |
../Scripts/runmmfdevsoundinttests.bat c:/runmmfdevsoundinttests.bat
|
|
197 |
../Scripts/runmmfdevvideointtests.bat c:/runmmfdevvideointtests.bat
|
|
198 |
#endif // SYMBIAN_MULTIMEDIA_CODEC_API
|
|
199 |
|
|
200 |
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
|
201 |
../Scripts/runa3fdevsoundinttests.bat c:/runa3fdevsoundinttests.bat
|
|
202 |
../Scripts/runa3fdevsoundlonginttests.bat c:/runa3fdevsoundlonginttests.bat
|
|
203 |
#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
|
204 |
|
|
205 |
#ifdef SYMBIAN_MMF_MODEL_CONTROLLERS
|
|
206 |
../Scripts/runMMFOggCtrlUnitTests.bat c:/runmmfoggctrlunittests.bat
|
|
207 |
../Scripts/runmmfavictrlunittests.bat c:/runmmfavictrlunittests.bat
|
|
208 |
../Scripts/runMMFAclntOggIntTests.bat c:/runmmfaclntogginttests.bat
|
|
209 |
../Scripts/runmvsaudioagentinttests.bat c:/runmvsaudioagentinttests.bat
|
|
210 |
../Scripts/runmvsvideoagentinttests.bat c:/runmvsvideoagentinttests.bat
|
|
211 |
../Scripts/runmmfvclntaviinttests.bat c:/runmmfvclntaviinttests.bat
|
|
212 |
../Scripts/runmvsvideoagentsecdispinttests.bat c:/runmvsvideoagentsecdispinttests.bat
|
|
213 |
../Scripts/runmvsvideoagentaprinttests.bat c:/runmvsvideoagentaprinttests.bat
|
|
214 |
#endif
|
|
215 |
../Scripts/runmmfvclntaviAPRinttests.bat c:/runmmfvclntaviaprinttests.bat
|
|
216 |
// This will be run for 9.2, 9.3 and vFuture.
|
|
217 |
../Scripts/runmmfvclntavisecdispinttests.bat c:/runmmfvclntavisecdispinttests.bat
|
|
218 |
|
|
219 |
../Scripts/runMMFSecureDrmUnitTests.bat c:/runmmfsecuredrmunittests.bat
|
|
220 |
../Scripts/runMMFSecureDrmIntTests.bat c:/runmmfsecuredrminttests.bat
|
|
221 |
../Scripts/runmmfaclntsecuredrmunittests.bat c:/runmmfaclntsecuredrmunittests.bat
|
|
222 |
|
|
223 |
#ifdef SYMBIAN_GRAPHICS_USE_GCE
|
|
224 |
../Scripts/runmmfvideorendererunittests.bat c:/runmmfvideorendererunittests.bat
|
|
225 |
#endif // SYMBIAN_GRAPHICS_USE_GCE
|
|
226 |
../Scripts/runMMFVideoNoGCETests.bat c:/runmmfvideonogcetests.bat
|
|
227 |
|
|
228 |
../RTA/rta.ini /epoc32/winscw/c/rta/rta.ini
|
|
229 |
../RTA/rta.script /epoc32/winscw/c/rta/rta.script
|
|
230 |
../RTA/AudioContent.xml /epoc32/winscw/c/rta/audiocontent.xml
|
|
231 |
../RTA/AudioRights.xml /epoc32/winscw/c/rta/audiorights.xml
|
|
232 |
../RTA/AudioContentNoRights.xml /epoc32/winscw/c/rta/audiocontentnorights.xml
|
|
233 |
../RTA/ImageContent.xml /epoc32/winscw/c/rta/imagecontent.xml
|
|
234 |
../RTA/ImageRights.xml /epoc32/winscw/c/rta/imagerights.xml
|
|
235 |
../RTA/SingleImageContent.xml /epoc32/winscw/c/rta/singleimagecontent.xml
|
|
236 |
../RTA/singleImageRights.xml /epoc32/winscw/c/rta/singleimagerights.xml
|
|
237 |
../RTA/ImageContentNoRights.xml /epoc32/winscw/c/rta/imagecontentnorights.xml
|
|
238 |
../RTA/ImgDisplContentRights.xml /epoc32/winscw/c/rta/imgdisplcontentrights.xml
|
|
239 |
../RTA/ImgDisplContent.xml /epoc32/winscw/c/rta/imgdisplcontent.xml
|
|
240 |
../RTA/MidiContent.xml /epoc32/winscw/c/rta/midicontent.xml
|
|
241 |
../RTA/MidiRights.xml /epoc32/winscw/c/rta/midirights.xml
|
|
242 |
../RTA/VideoContentNoRights.xml /epoc32/winscw/c/rta/videocontentnorights.xml
|
|
243 |
../RTA/VideoContent.xml /epoc32/winscw/c/rta/videocontent.xml
|
|
244 |
../RTA/VideoRights.xml /epoc32/winscw/c/rta/videorights.xml
|
|
245 |
../RTA/SingleToneContent.xml /epoc32/winscw/c/rta/singletonecontent.xml
|
|
246 |
../RTA/SingleToneRights.xml /epoc32/winscw/c/rta/singletonerights.xml
|
|
247 |
../RTA/rights.db /epoc32/winscw/c/rta/rights.db
|
|
248 |
../RTA/rights.db /epoc32/winscw/c/private/10205ea5/rights.db
|
|
249 |
../RTA/makeContent.bat /epoc32/winscw/c/rta/makecontent.bat
|
|
250 |
../RTA/makeContent.script /epoc32/winscw/c/rta/makecontent.script
|
|
251 |
../RTA/rta.ini /epoc32/data/c/rta/rta.ini
|
|
252 |
../RTA/rta.script /epoc32/data/c/rta/rta.script
|
|
253 |
../RTA/AudioContent.xml /epoc32/data/c/rta/audiocontent.xml
|
|
254 |
../RTA/AudioRights.xml /epoc32/data/c/rta/audiorights.xml
|
|
255 |
../RTA/AudioContentNoRights.xml /epoc32/data/c/rta/audiocontentnorights.xml
|
|
256 |
../RTA/ImageContent.xml /epoc32/data/c/rta/imagecontent.xml
|
|
257 |
../RTA/ImageRights.xml /epoc32/data/c/rta/imagerights.xml
|
|
258 |
../RTA/SingleImageContent.xml /epoc32/data/c/rta/singleimagecontent.xml
|
|
259 |
../RTA/singleImageRights.xml /epoc32/data/c/rta/singleimagerights.xml
|
|
260 |
../RTA/ImageContentNoRights.xml /epoc32/data/c/rta/imagecontentnorights.xml
|
|
261 |
../RTA/ImgDisplContentRights.xml /epoc32/data/c/rta/imgdisplcontentrights.xml
|
|
262 |
../RTA/ImgDisplContent.xml /epoc32/data/c/rta/imgdisplcontent.xml
|
|
263 |
../RTA/MidiContent.xml /epoc32/data/c/rta/midicontent.xml
|
|
264 |
../RTA/MidiRights.xml /epoc32/data/c/rta/midirights.xml
|
|
265 |
../RTA/VideoContentNoRights.xml /epoc32/data/c/rta/videocontentnorights.xml
|
|
266 |
../RTA/VideoContent.xml /epoc32/data/c/rta/videocontent.xml
|
|
267 |
../RTA/VideoRights.xml /epoc32/data/c/rta/videorights.xml
|
|
268 |
../RTA/SingleToneContent.xml /epoc32/data/c/rta/singletonecontent.xml
|
|
269 |
../RTA/SingleToneRights.xml /epoc32/data/c/rta/singletonerights.xml
|
|
270 |
|
|
271 |
../RTA/makeContent.bat /epoc32/data/c/rta/makecontent.bat
|
|
272 |
|
|
273 |
#ifdef SYMBIAN_MMF_MODEL_CONTROLLERS
|
|
274 |
../RTA/AudioOggContent.xml /epoc32/winscw/c/rta/audiooggcontent.xml
|
|
275 |
../RTA/AudioOggRights.xml /epoc32/winscw/c/rta/audiooggrights.xml
|
|
276 |
../RTA/AudioOggContentNoRights.xml /epoc32/winscw/c/rta/audiooggcontentnorights.xml
|
|
277 |
../RTA/AudioOggContent.xml /epoc32/data/c/rta/audiooggcontent.xml
|
|
278 |
../RTA/AudioOggRights.xml /epoc32/data/c/rta/audiooggrights.xml
|
|
279 |
../RTA/AudioOggContentNoRights.xml /epoc32/data/c/rta/audiooggcontentnorights.xml
|
|
280 |
#endif
|