sl@0
|
1 |
// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// using relative paths for sourcepath and user includes
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
target ts_cmmfvideotestcontroller.dll
|
sl@0
|
19 |
CAPABILITY ALL -TCB
|
sl@0
|
20 |
targettype plugin
|
sl@0
|
21 |
UID 0x10009d8d 0x101f7D2D
|
sl@0
|
22 |
VENDORID 0x70000001
|
sl@0
|
23 |
|
sl@0
|
24 |
SOURCEPATH ../TS_CMMFVideoTestController
|
sl@0
|
25 |
SOURCE Ts_cmmfvideotestcontroller.cpp
|
sl@0
|
26 |
|
sl@0
|
27 |
#ifdef SYMBIAN_BUILD_GCE
|
sl@0
|
28 |
#ifdef WINSCW
|
sl@0
|
29 |
source gceavailable_winscw.cpp
|
sl@0
|
30 |
#endif
|
sl@0
|
31 |
|
sl@0
|
32 |
#if defined(EABI) || defined(X86GCC)
|
sl@0
|
33 |
source gceavailable_nongce.cpp
|
sl@0
|
34 |
#endif
|
sl@0
|
35 |
#endif // SYMBIAN_BUILD_GCE
|
sl@0
|
36 |
|
sl@0
|
37 |
USERINCLUDE ../TS_CMMFVideoTestController
|
sl@0
|
38 |
USERINCLUDE ../ts_cmmfvideotestcustomcommands
|
sl@0
|
39 |
USERINCLUDE ../TSU_MMF_VCLNT_01/inc
|
sl@0
|
40 |
USERINCLUDE ../../../../inc/mmf/ControllerFramework
|
sl@0
|
41 |
USERINCLUDE ../../../../inc/mmf
|
sl@0
|
42 |
USERINCLUDE ../../../../inc/mmf/common
|
sl@0
|
43 |
USERINCLUDE ../../../../inc/mmf/server
|
sl@0
|
44 |
USERINCLUDE ../../../../inc/mmf/PLUGIN
|
sl@0
|
45 |
|
sl@0
|
46 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
sl@0
|
47 |
|
sl@0
|
48 |
start resource 101f7D2D.rss
|
sl@0
|
49 |
target ts_cmmfvideotestcontroller.rsc
|
sl@0
|
50 |
end
|
sl@0
|
51 |
|
sl@0
|
52 |
LIBRARY euser.lib
|
sl@0
|
53 |
LIBRARY mmfcontrollerframework.lib
|
sl@0
|
54 |
LIBRARY ts_cmmfvideotestcustomcommands.lib
|
sl@0
|
55 |
LIBRARY mmfstandardcustomcommands.lib
|
sl@0
|
56 |
LIBRARY fbscli.lib
|
sl@0
|
57 |
LIBRARY bafl.lib
|
sl@0
|
58 |
LIBRARY surfacemanager.lib
|
sl@0
|
59 |
#ifdef EABI
|
sl@0
|
60 |
library ecom.lib
|
sl@0
|
61 |
#endif
|
sl@0
|
62 |
#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
|
sl@0
|
63 |
library ws32.lib
|
sl@0
|
64 |
#endif //SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
|
sl@0
|
65 |
|
sl@0
|
66 |
SMPSAFE
|