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: This is stub for compilation and running of Tactile Feedback |
|
15 * dependent components, when the real implementation is not |
|
16 * available. |
|
17 * Part of: Tactile Feedback. |
|
18 * |
|
19 */ |
|
20 |
|
21 |
|
22 #include <data_caging_paths.hrh> |
|
23 |
|
24 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
25 #include <platform_paths.hrh> |
|
26 |
|
27 TARGET tactileclickplugin.dll |
|
28 TARGETTYPE DLL |
|
29 UID 0x10004F63 0x2000B493 |
|
30 |
|
31 CAPABILITY ALL -TCB |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE tactileclickpluginstub.cpp |
|
36 SOURCE tactilefeedbackserverstub.cpp |
|
37 |
|
38 USERINCLUDE ../inc |
|
39 |
|
40 // Default system include paths for middleware layer modules. |
|
41 MW_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 LIBRARY euser.lib |
|
44 |