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 the TactileActionPlugIn |
|
15 * Part of: Tactile Feedback. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include "../inc/tactileactionpluginconst.hrh" |
|
22 |
|
23 TARGET tactileactionplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D KTactileActionPluginDllUid |
|
26 CAPABILITY ALL -TCB |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE main.cpp |
|
30 SOURCE tactileactionplugin.cpp |
|
31 |
|
32 USERINCLUDE . |
|
33 USERINCLUDE ../inc |
|
34 USERINCLUDE ../../inc |
|
35 |
|
36 MW_LAYER_SYSTEMINCLUDE |
|
37 |
|
38 SOURCEPATH ../data |
|
39 START RESOURCE tactileactionplugin.rss |
|
40 TARGET tactileactionplugin.rsc |
|
41 TARGETPATH /resource/plugins |
|
42 END |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY ecom.lib |
|
46 LIBRARY bafl.lib |
|
47 LIBRARY cfactivatorengine.lib |
|
48 LIBRARY cfservices.lib |
|
49 LIBRARY centralrepository.lib |
|
50 |
|
51 #ifdef LOGGING_MODE_FILE |
|
52 LIBRARY flogger.lib |
|
53 #endif |