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 // using relative paths for sourcepath and user includes |
|
15 // |
|
16 // |
|
17 |
|
18 target ts_cmmfvideotestcontroller.dll |
|
19 CAPABILITY ALL -TCB |
|
20 targettype plugin |
|
21 UID 0x10009d8d 0x101f7D2D |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 SOURCEPATH ../VCLNT/TS_CMMFVideoTestController |
|
25 SOURCE Ts_cmmfvideotestcontroller.cpp |
|
26 |
|
27 #ifdef SYMBIAN_BUILD_GCE |
|
28 #ifdef WINSCW |
|
29 source ../gceavailable_winscw.cpp |
|
30 #endif |
|
31 |
|
32 #if defined(EABI) || defined(X86GCC) |
|
33 source ../gceavailable_nongce.cpp |
|
34 #endif |
|
35 #endif // SYMBIAN_BUILD_GCE |
|
36 |
|
37 USERINCLUDE ../VCLNT |
|
38 USERINCLUDE ../VCLNT/TS_CMMFVideoTestController |
|
39 USERINCLUDE ../VCLNT/ts_cmmfvideotestcustomcommands |
|
40 USERINCLUDE ../VCLNT/TSU_MMF_VCLNT_01 |
|
41 USERINCLUDE ../../../inc/mmf/ControllerFramework |
|
42 USERINCLUDE ../../../inc/mmf |
|
43 USERINCLUDE ../../../inc/mmf/common |
|
44 USERINCLUDE ../../../inc/mmf/server |
|
45 USERINCLUDE ../../../inc/mmf/PLUGIN |
|
46 |
|
47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
48 |
|
49 start resource 101f7D2D.rss |
|
50 target ts_cmmfvideotestcontroller.rsc |
|
51 end |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY mmfcontrollerframework.lib |
|
55 LIBRARY ts_cmmfvideotestcustomcommands.lib |
|
56 LIBRARY mmfstandardcustomcommands.lib |
|
57 LIBRARY fbscli.lib |
|
58 LIBRARY bafl.lib |
|
59 LIBRARY surfacemanager.lib |
|
60 #ifdef EABI |
|
61 library ecom.lib |
|
62 #endif |
|
63 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
64 library ws32.lib |
|
65 #endif //SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
66 |
|
67 SMPSAFE |
|