|
1 /* |
|
2 * Copyright (c) 2008 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 the License "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: Project definition file |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET stmgesturefw.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008d 0x200212EA |
|
24 |
|
25 CAPABILITY CAP_CLIENT_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 USERINCLUDE ../inc |
|
29 MW_LAYER_SYSTEMINCLUDE |
|
30 |
|
31 |
|
32 #if defined(WINSCW) |
|
33 deffile ../BWINS/stmgesturefw.def |
|
34 #elif defined(ARMCC) |
|
35 deffile ../EABI/stmgesturefw.def |
|
36 #endif |
|
37 |
|
38 SOURCEPATH ../src |
|
39 SOURCE gestureengine.cpp |
|
40 SOURCE gestureframework.cpp |
|
41 SOURCE gestureframeworkimpl.cpp |
|
42 SOURCE genericsimplegesture.cpp |
|
43 SOURCE tapgesturerecogniser.cpp |
|
44 SOURCE pangesturerecogniser.cpp |
|
45 SOURCE longpressgesturerecogniser.cpp |
|
46 SOURCE pinchgesturerecogniser.cpp |
|
47 SOURCE touchgesturerecogniser.cpp |
|
48 SOURCE releasegesturerecogniser.cpp |
|
49 SOURCE flickgesturerecogniser.cpp |
|
50 SOURCE UiEvent.cpp |
|
51 SOURCE stateengine.cpp |
|
52 SOURCE statemachine.cpp |
|
53 SOURCE uieventsender.cpp |
|
54 SOURCE stateengineconfiguration.cpp |
|
55 SOURCE utils.cpp |
|
56 SOURCE stmgestureinterface.cpp |
|
57 SOURCE gesturehelpereventsender.cpp |
|
58 #ifdef GESTURE_LOGGING |
|
59 SOURCE filelogger.cpp |
|
60 #endif |
|
61 |
|
62 LIBRARY euser.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY cone.lib |
|
65 LIBRARY PlatformEnv.lib |
|
66 LIBRARY bafl.lib |
|
67 LIBRARY eikcore.lib |
|
68 LIBRARY avkon.lib |
|
69 LIBRARY gdi.lib |
|
70 LIBRARY ws32.lib |
|
71 LIBRARY flogger.lib |