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 |
|
15 * |
|
16 */ |
|
17 #include <platform_paths.hrh> |
|
18 |
|
19 #define ALF_LINK_STDCPP_DLL |
|
20 |
|
21 TARGET alfscrollbarwidget.dll |
|
22 TARGETTYPE PLUGIN |
|
23 |
|
24 UID 0x10009d8d 0x20010105 |
|
25 CAPABILITY CAP_ECOM_PLUGIN |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 |
|
29 #ifndef __WINSCW__ |
|
30 EPOCALLOWDLLDATA |
|
31 #endif |
|
32 |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE alfscrollbarwidgetfactoryplugin.cpp |
|
36 SOURCE alfscrollbarwidget.cpp |
|
37 SOURCE alfscrollbarcontrol.cpp |
|
38 SOURCE alfscrollbarmodel.cpp |
|
39 SOURCE alfscrollbardefaultbaseelement.cpp |
|
40 SOURCE alfscrollbarlongtaptimer.cpp |
|
41 |
|
42 |
|
43 MW_LAYER_SYSTEMINCLUDE |
|
44 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
45 OS_LAYER_STDCPP_SYSTEMINCLUDE |
|
46 |
|
47 USERINCLUDE ../inc |
|
48 USERINCLUDE ../../../inc |
|
49 |
|
50 |
|
51 LIBRARY euser.lib |
|
52 LIBRARY ecom.lib |
|
53 LIBRARY osncore.lib |
|
54 LIBRARY alfclient.lib |
|
55 LIBRARY alfwidgetmodel.lib |
|
56 LIBRARY alfwidgetutils.lib |
|
57 LIBRARY charconv.lib |
|
58 LIBRARY libc.lib |
|
59 LIBRARY cone.lib |
|
60 LIBRARY gdi.lib |
|
61 LIBRARY libpthread.lib |
|
62 LIBRARY aknlayout2hierarchy.lib |
|
63 LIBRARY aknlayout2scalable.lib |
|
64 LIBRARY avkon.lib |
|
65 LIBRARY cdlengine.lib |
|
66 LIBRARY estlib.lib |
|
67 LIBRARY libstdcpp.lib |
|
68 |
|
69 #ifdef RD_TACTILE_FEEDBACK |
|
70 LIBRARY touchfeedback.lib |
|
71 #endif // RD_TACTILE_FEEDBACK |
|
72 |
|
73 LANG SC |
|
74 START RESOURCE 20010105.rss |
|
75 #ifdef SYMBIAN_SECURE_ECOM |
|
76 TARGET alfscrollbarwidget.rsc |
|
77 #endif |
|
78 END |
|
79 |
|
80 |
|