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 TARGET mulcoverflowwidget.dll |
|
20 TARGETTYPE PLUGIN |
|
21 |
|
22 UID 0x10009d8d 0x2000D240 |
|
23 |
|
24 CAPABILITY CAP_ECOM_PLUGIN |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 #ifndef __WINSCW__ |
|
28 EPOCALLOWDLLDATA |
|
29 #endif |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE mulcoverflowwidgetfactoryplugin.cpp |
|
33 SOURCE mulcoverflowwidget.cpp |
|
34 SOURCE mulcoverflowcontrol.cpp |
|
35 SOURCE mulbaseelement.cpp |
|
36 SOURCE mulcoverflowtemplate.cpp |
|
37 SOURCE mulcoverflowao.cpp |
|
38 SOURCE mulcovertemplate4.cpp |
|
39 SOURCE mulcovertemplate1.cpp |
|
40 |
|
41 USERINCLUDE ../../../inc/mul |
|
42 USERINCLUDE ../../../inc |
|
43 USERINCLUDE ../../common/inc |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../../mullogging/inc |
|
46 |
|
47 |
|
48 MW_LAYER_SYSTEMINCLUDE |
|
49 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
50 OS_LAYER_STDCPP_SYSTEMINCLUDE |
|
51 |
|
52 // System Libraries |
|
53 LIBRARY aknskins.lib |
|
54 LIBRARY charconv.lib |
|
55 LIBRARY euser.lib |
|
56 LIBRARY ecom.lib |
|
57 LIBRARY libc.lib |
|
58 LIBRARY avkon.lib |
|
59 LIBRARY cone.lib |
|
60 LIBRARY touchfeedback.lib //for tactile feedback |
|
61 LIBRARY egul.lib |
|
62 LIBRARY gdi.lib |
|
63 LIBRARY eikcore.lib |
|
64 |
|
65 // Alf Libraries |
|
66 LIBRARY alfclient.lib |
|
67 LIBRARY alfwidgetmodel.lib |
|
68 LIBRARY alfwidgetutils.lib |
|
69 |
|
70 // Osn Libraries |
|
71 LIBRARY osncore.lib |
|
72 |
|
73 |
|
74 // STL Libraries |
|
75 LIBRARY libstdcpp.lib |
|
76 LIBRARY libpthread.lib |
|
77 LIBRARY aknlayout2hierarchy.lib |
|
78 LIBRARY aknlayout2scalable.lib |
|
79 LIBRARY cdlengine.lib |
|
80 LIBRARY mulmodelutility.lib |
|
81 LIBRARY mullogging.lib //for logging |
|
82 LIBRARY alfresourcepool.lib //for resource pool |
|
83 |
|
84 |
|
85 // Gesture Helper Library |
|
86 LIBRARY gesturehelper.lib |
|
87 |
|
88 LANG SC |
|
89 START RESOURCE 2000D240.rss |
|
90 #ifdef SYMBIAN_SECURE_ECOM |
|
91 TARGET mulcoverflowwidget.rsc |
|
92 #endif |
|
93 END |
|
94 |
|