|
1 // |
|
2 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 // All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of "Eclipse Public License v1.0" |
|
6 // which accompanies this distribution, and is available |
|
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 // |
|
9 // Initial Contributors: |
|
10 // Nokia Corporation - initial contribution. |
|
11 // |
|
12 // Contributors: |
|
13 // |
|
14 // Description: |
|
15 // |
|
16 // |
|
17 |
|
18 #if (!defined __T_MULTIMEDIA_OBY__) |
|
19 #define __T_MULTIMEDIA_OBY__ |
|
20 |
|
21 #include "avi.iby" |
|
22 |
|
23 #include <t_camera.iby> |
|
24 #include <t_imageencoder.iby> |
|
25 #include <t_imagedecoder.iby> |
|
26 #include <t_mdaaudioconvertutility.iby> |
|
27 #include <t_mdaaudioinputstream.iby> |
|
28 #include <t_mdaaudiooutputstream.iby> |
|
29 #include <t_mdaaudioplayerutility.iby> |
|
30 #include <t_mdaaudiorecorderutility.iby> |
|
31 #include <t_mdaaudiotoneutility.iby> |
|
32 #include <t_midiclientutility.iby> |
|
33 #include <t_videoplayerutility.iby> |
|
34 #include <t_videorecorderutility.iby> |
|
35 |
|
36 data=EPOCROOT##Epoc32\data\z\multimedia\t_multimedia.script multimedia\t_multimedia.script |
|
37 data=EPOCROOT##Epoc32\data\z\multimedia\setup_t_multimedia.script multimedia\setup_t_multimedia.script |
|
38 data=EPOCROOT##Epoc32\data\z\multimedia\t_multimedia.ini multimedia\t_multimedia.ini |
|
39 data=EPOCROOT##Epoc32\data\z\multimedia\t_multimedia.tcs multimedia\t_multimedia.tcs |
|
40 data=EPOCROOT##Epoc32\data\z\multimedia\t_multimedia_location.ini multimedia\t_multimedia_location.ini |
|
41 data=EPOCROOT##Epoc32\data\z\multimedia\102070CC.txt multimedia\102070CC.txt |
|
42 |
|
43 file=ABI_DIR\BUILD_DIR\TestFrameworkServer.exe System\Libs\TestFrameworkServer.exe |
|
44 file=ABI_DIR\BUILD_DIR\TestFrameworkClient.dll System\Libs\TestFrameworkClient.dll |
|
45 |
|
46 // Test Camera |
|
47 ECOM_PLUGIN(ECamTestPlugin.dll,102070CC.rsc) |
|
48 |
|
49 // Test Midi Controller |
|
50 ECOM_PLUGIN(ts_miditstcntrl.dll,101ff9f4.rsc) |
|
51 |
|
52 #endif |