equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 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: Project definition file for Touch Feedback Client API |
|
15 * implementation. |
|
16 * Part of: Tactile Feedback. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 |
|
22 #include <data_caging_paths.hrh> |
|
23 #include <platform_paths.hrh> |
|
24 |
|
25 TARGET touchfeedback.dll |
|
26 TARGETTYPE DLL |
|
27 UID 0x1000008d 0x2000B491 |
|
28 |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE touchfeedbackadaptation.cpp |
|
34 SOURCE touchfeedback.cpp |
|
35 SOURCE touchfeedbackimpl.cpp |
|
36 SOURCE touchfeedbackregistry.cpp |
|
37 SOURCE touchfeedbackclient.cpp |
|
38 SOURCE touchfeedbackclientpanic.cpp |
|
39 |
|
40 |
|
41 USERINCLUDE ../inc |
|
42 USERINCLUDE ../traces |
|
43 |
|
44 // Default system include paths for middleware layer modules. |
|
45 MW_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 SYSTEMINCLUDE ../../inc |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY eikcore.lib |
|
51 LIBRARY cone.lib |
|
52 LIBRARY avkon.lib |
|
53 LIBRARY ws32.lib // RSoundPlugin |
|
54 LIBRARY featmgr.lib // Feature Manager |
|
55 LIBRARY tactilefeedbackresolver.lib |
|
56 |