|
1 /* |
|
2 * Copyright (c) 2004 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: This is the Make file for Testconsole app. |
|
15 ** |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET TestConsole.exe |
|
23 TARGETTYPE exe |
|
24 UID 0 0 |
|
25 |
|
26 SOURCEPATH ../src |
|
27 //SOURCEPATH ../../../../src |
|
28 |
|
29 USERINCLUDE ../inc |
|
30 USERINCLUDE ../../../../../rtpsourcesink/inc |
|
31 USERINCLUDE ../../../../../subcontroller/inc |
|
32 USERINCLUDE ../../../../../common/inc |
|
33 USERINCLUDE ../../../../../jitterbuffer/inc |
|
34 USERINCLUDE ../../../../../amrpayloadformat/inc |
|
35 USERINCLUDE ../../../../../h263payloadformat/inc |
|
36 USERINCLUDE ../../../../../dtmfpayloadformat/inc |
|
37 USERINCLUDE ../../../../../anypayloadformat/inc |
|
38 USERINCLUDE ../../../../../interface/api |
|
39 USERINCLUDE ../../../../../interface/inc |
|
40 USERINCLUDE ../../../../../controller/inc |
|
41 USERINCLUDE ../../../../../videosourcesink/inc |
|
42 USERINCLUDE ../../../../../filesourcesink/inc |
|
43 |
|
44 MW_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 |
|
47 |
|
48 SOURCE Testconsole.cpp |
|
49 SOURCE TestconsoleMain.cpp |
|
50 SOURCE FileUtil.cpp |
|
51 //SOURCE MccRtpInterface.cpp |
|
52 |
|
53 //SOURCE MccRtpDataSink.cpp |
|
54 //SOURCE CUlSinkStateMachine.cpp |
|
55 |
|
56 //SOURCE MccRtpDataSource.cpp |
|
57 //SOURCE MccRtpSourceSinkFactory.cpp |
|
58 //SOURCE MccRtpSourceTimer.cpp |
|
59 |
|
60 |
|
61 LIBRARY EUSER.LIB |
|
62 LIBRARY Ecom.lib |
|
63 LIBRARY EFSRV.LIB |
|
64 //LIBRARY mmfserverbaseclasses.lib |
|
65 LIBRARY MMFControllerFramework.lib |
|
66 LIBRARY RtpService.lib |
|
67 //LIBRARY JitterBuffer.lib |
|
68 //LIBRARY insock.lib |
|
69 //LIBRARY esock.lib |
|
70 //LIBRARY estor.lib |
|
71 |
|
72 |
|
73 |
|
74 |
|
75 |