|
1 /* |
|
2 * Copyright (c) 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 Contact Action Service Core |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 #include "../inc/fsccontactactionmenuuids.hrh" |
|
24 #include "../inc/pbkxcontactactionmenudebug.hrh" |
|
25 |
|
26 |
|
27 TARGET fsccontactactionmenu.dll |
|
28 TARGETTYPE PLUGIN |
|
29 UID 0x10009D8D KFscContactActionMenuImplDllUid |
|
30 |
|
31 CAPABILITY CAP_ECOM_PLUGIN |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 VERSION KEmailBinaryVersionNumber |
|
35 KEmailBinaryDemandPaging |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE cfsccontactactionmenuimpl.cpp |
|
39 SOURCE cfsccontactactionmenumodelimpl.cpp |
|
40 SOURCE cfsccontactactionmenuitemimpl.cpp |
|
41 SOURCE cfsccontactactionmenucasitemimpl.cpp |
|
42 SOURCE cfsccontactactionmenulist.cpp |
|
43 SOURCE cfsccontactactionmenulistbox.cpp |
|
44 SOURCE cfsccontactactionmenulistboxitemdrawer.cpp |
|
45 SOURCE cfsccontactactionmenuborder.cpp |
|
46 SOURCE tfsccontactactionmenutimedvalue.cpp |
|
47 |
|
48 USERINCLUDE ../inc |
|
49 |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 USERINCLUDE ../../../inc |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY ecom.lib |
|
56 LIBRARY cone.lib |
|
57 LIBRARY eikcore.lib |
|
58 LIBRARY avkon.lib |
|
59 LIBRARY eikcoctl.lib |
|
60 LIBRARY ws32.lib |
|
61 LIBRARY eikctl.lib |
|
62 LIBRARY bafl.lib |
|
63 LIBRARY aknicon.lib |
|
64 LIBRARY egul.lib |
|
65 LIBRARY efsrv.lib |
|
66 LIBRARY fbscli.lib |
|
67 LIBRARY gdi.lib |
|
68 LIBRARY aknskins.lib |
|
69 LIBRARY aknskinsrv.lib |
|
70 LIBRARY aknswallpaperutils.lib |
|
71 LIBRARY FontUtils.lib |
|
72 LIBRARY cdlengine.lib |
|
73 LIBRARY aknlayout2.lib |
|
74 LIBRARY aknlayout2scalable.lib |
|
75 LIBRARY aknlayout2adaptation.lib |
|
76 LIBRARY commonengine.lib |
|
77 LIBRARY cmaillogger.lib |
|
78 #if (PBKX_DEBUG_LEVEL > 0) |
|
79 LIBRARY pbkxdebug.lib |
|
80 #endif |
|
81 |
|
82 SOURCEPATH ../data |
|
83 START RESOURCE fsccontactactionmenu.rss |
|
84 TARGET fsccontactactionmenu.rsc |
|
85 END |
|
86 |
|
87 //EXPORTUNFROZEN |