|
1 /* |
|
2 * Copyright (c) 2005-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 "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 project peninputfingerhwr |
|
15 * Version : %version: 2 % |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET peninputfingerhwr.dll |
|
24 TARGETTYPE plugin |
|
25 UID 0x10009D8D 0x2001CB83 |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 |
|
32 // Plugin Framework |
|
33 SOURCE peninputfingerhwrmain.cpp |
|
34 SOURCE peninputfingerhwrproxy.cpp |
|
35 SOURCE peninputfingerhwrlayout.cpp |
|
36 SOURCE peninputfingerhwrstatemanager.cpp |
|
37 SOURCE peninputfingerhwrdatastore.cpp |
|
38 SOURCE peninputfingerhwrtriggerstr.cpp |
|
39 SOURCE peninputfingerhwrengine.cpp |
|
40 SOURCE peninputfingerhwrlafmanager.cpp |
|
41 SOURCE peninputfingerhwrwnd.cpp |
|
42 SOURCE peninputmultipagevkb.cpp |
|
43 SOURCE peninputfingerhwrrangeselector.cpp |
|
44 SOURCE hbufcarray.cpp |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 |
|
48 // This is a SYSTEMINCLUDE macro containing the middleware |
|
49 // layer specific include directories |
|
50 MW_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 SYSTEMINCLUDE /epoc32/include/ecom |
|
53 SYSTEMINCLUDE ../../../inc |
|
54 |
|
55 SOURCEPATH ../data |
|
56 |
|
57 START RESOURCE 2001CB83.rss |
|
58 #ifdef SYMBIAN_SECURE_ECOM |
|
59 TARGET peninputfingerhwr.rsc |
|
60 #endif |
|
61 END |
|
62 |
|
63 START RESOURCE peninputfingerhwrcn.rss |
|
64 HEADER |
|
65 TARGETPATH RESOURCE_FILES_DIR |
|
66 END |
|
67 |
|
68 LIBRARY euser.lib |
|
69 LIBRARY ecom.lib |
|
70 LIBRARY gdi.lib |
|
71 LIBRARY fbscli.lib |
|
72 LIBRARY ws32.lib |
|
73 LIBRARY cone.lib |
|
74 LIBRARY efsrv.lib |
|
75 LIBRARY bafl.lib |
|
76 LIBRARY estor.lib |
|
77 LIBRARY bitgdi.lib |
|
78 |
|
79 LIBRARY aknlayout.lib |
|
80 LIBRARY aknlayout2.lib |
|
81 LIBRARY aknlayout2scalable.lib |
|
82 LIBRARY aknicon.lib |
|
83 LIBRARY aknskins.lib |
|
84 LIBRARY avkon.lib |
|
85 |
|
86 LIBRARY centralrepository.lib |
|
87 LIBRARY cenrepnotifhandler.lib |
|
88 |
|
89 LIBRARY peninputlayoutinterface.lib |
|
90 LIBRARY peninputlayoutcontrol.lib |
|
91 LIBRARY peninputpluginutils.lib |
|
92 LIBRARY peninputcommonctrls.lib |
|
93 LIBRARY peninputcommonlayout.lib |
|
94 LIBRARY ptiengine.lib |
|
95 |
|
96 |
|
97 |
|
98 |
|
99 // End Of File |