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 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 |
|
21 |
|
22 TARGET alfviewwidget.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009d8d 0x20010103 |
|
25 |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 #ifndef __WINSCW__ |
|
31 EPOCALLOWDLLDATA |
|
32 #endif |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE alfviewwidgetfactoryplugin.cpp |
|
36 SOURCE alfviewwidget.cpp |
|
37 SOURCE alfviewcontrol.cpp |
|
38 SOURCE alfviewwidgetexception.cpp |
|
39 |
|
40 |
|
41 USERINCLUDE ../../../inc |
|
42 USERINCLUDE ../inc |
|
43 |
|
44 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
45 OS_LAYER_STDCPP_SYSTEMINCLUDE |
|
46 |
|
47 MW_LAYER_SYSTEMINCLUDE |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY ecom.lib |
|
51 LIBRARY eikcore.lib |
|
52 LIBRARY cone.lib |
|
53 LIBRARY gdi.lib |
|
54 LIBRARY fbscli.lib |
|
55 LIBRARY alfclient.lib |
|
56 LIBRARY alfwidgetmodel.lib |
|
57 LIBRARY alfwidgetutils.lib |
|
58 LIBRARY osncore.lib |
|
59 LIBRARY charconv.lib |
|
60 LIBRARY libc.lib |
|
61 |
|
62 |
|
63 LIBRARY aknskins.lib |
|
64 LIBRARY aknskinsrv.lib |
|
65 LIBRARY aknswallpaperutils.lib |
|
66 LIBRARY aknicon.lib |
|
67 LIBRARY cdlengine.lib |
|
68 LIBRARY aknlayout2.lib |
|
69 LIBRARY aknlayout2scalable.lib |
|
70 |
|
71 LIBRARY eikcoctl.lib |
|
72 LIBRARY libstdcpp.lib |
|
73 #define ALF_LINK_STDCPP_DLL |
|
74 // following include must be after definition |
|
75 LIBRARY libpthread.lib |
|
76 LANG SC |
|
77 START RESOURCE 20010103.rss |
|
78 #ifdef SYMBIAN_SECURE_ECOM |
|
79 TARGET alfviewwidget.rsc |
|
80 #endif |
|
81 END |
|