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