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/fsccontactactionserviceuids.hrh"
|
|
25 |
#include "../inc/pbkxcontactactionservicedebug.hrh"
|
|
26 |
|
|
27 |
|
|
28 |
TARGET fsccontactactionservice.dll
|
|
29 |
TARGETTYPE PLUGIN
|
|
30 |
UID 0x10009D8D KFscContactActionServiceImplDllUid
|
|
31 |
|
|
32 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
33 |
VENDORID VID_DEFAULT
|
|
34 |
|
|
35 |
VERSION KEmailBinaryVersionNumber
|
|
36 |
KEmailBinaryDemandPaging
|
|
37 |
|
|
38 |
SOURCEPATH ../src
|
|
39 |
SOURCE cfsccontactactionserviceimpl.cpp
|
|
40 |
SOURCE cfsccontactactionpluginengine.cpp
|
|
41 |
SOURCE cfscactionutils.cpp
|
|
42 |
SOURCE cfsccontactset.cpp
|
|
43 |
SOURCE cfscstorecontactset.cpp
|
|
44 |
SOURCE cfsccontactlinkset.cpp
|
|
45 |
SOURCE cfsccontactaction.cpp
|
|
46 |
// selectdialog
|
|
47 |
SOURCE CFscAddressSelect.cpp
|
|
48 |
SOURCE CFscContactFieldDynamicProperties.cpp
|
|
49 |
SOURCE CFscContactNameFormatter.cpp
|
|
50 |
SOURCE CFscContactNameFormatterBase.cpp
|
|
51 |
SOURCE CFscDefaultPhoneNumberFormatter.cpp
|
|
52 |
SOURCE CFscFieldFormatter.cpp
|
|
53 |
SOURCE CFscFieldListBoxModel.cpp
|
|
54 |
SOURCE CFscFieldOrderingManager.cpp
|
|
55 |
SOURCE CFscFieldProperty.cpp
|
|
56 |
SOURCE CFscFieldPropertyArray.cpp
|
|
57 |
SOURCE CFscFieldPropertyGroup.cpp
|
|
58 |
SOURCE CFscNumberGroupingFormatter.cpp
|
|
59 |
SOURCE CFscPresentationContactField.cpp
|
|
60 |
SOURCE CFscPresentationContactFieldCollection.cpp
|
|
61 |
SOURCE CFscPresentationContactFieldTextData.cpp
|
|
62 |
SOURCE CFscSelectFieldDlg.cpp
|
|
63 |
SOURCE FscPhoneNumberFormatterFactory.cpp
|
|
64 |
SOURCE FscPresentationUtils.cpp
|
|
65 |
SOURCE TFscAddressSelectParams.cpp
|
|
66 |
SOURCE TFscSortOrderFieldMapper.cpp
|
|
67 |
SOURCE TFscStoreContactAnalyzer.cpp
|
|
68 |
|
|
69 |
|
|
70 |
USERINCLUDE ../inc
|
|
71 |
|
|
72 |
APP_LAYER_SYSTEMINCLUDE
|
|
73 |
USERINCLUDE ../../../inc
|
|
74 |
|
|
75 |
LIBRARY euser.lib
|
|
76 |
LIBRARY ecom.lib
|
|
77 |
LIBRARY cone.lib
|
|
78 |
LIBRARY avkon.lib
|
|
79 |
LIBRARY commonengine.lib
|
|
80 |
LIBRARY centralrepository.lib
|
|
81 |
LIBRARY egul.lib // Icon
|
|
82 |
LIBRARY fbscli.lib
|
|
83 |
LIBRARY featmgr.lib
|
|
84 |
LIBRARY aknskins.lib
|
|
85 |
LIBRARY vpbkeng.lib
|
|
86 |
LIBRARY bafl.lib
|
|
87 |
LIBRARY efsrv.lib
|
|
88 |
LIBRARY eikcoctl.lib
|
|
89 |
LIBRARY eikcore.lib
|
|
90 |
LIBRARY numbergrouping.lib
|
|
91 |
LIBRARY apgrfx.lib
|
|
92 |
LIBRARY apparc.lib
|
|
93 |
LIBRARY rcse.lib
|
|
94 |
// Dependencies to Phonebook
|
|
95 |
LIBRARY Pbk2Presentation.lib
|
|
96 |
LIBRARY Pbk2CommonUi.lib
|
|
97 |
LIBRARY cmaillogger.lib
|
|
98 |
#if (PBKX_DEBUG_LEVEL > 0)
|
|
99 |
LIBRARY pbkxdebug.lib
|
|
100 |
|
|
101 |
#endif
|
|
102 |
|
|
103 |
#ifdef TRACE_INTO_FILE
|
|
104 |
LIBRARY flogger.lib
|
|
105 |
#endif // TRACE_INTO_FILE
|
|
106 |
|
|
107 |
SOURCEPATH ../data
|
|
108 |
START RESOURCE fsccontactactionservice.rss
|
|
109 |
TARGET fsccontactactionservice.rsc
|
|
110 |
END //RESOURCE
|
|
111 |
|
|
112 |
SOURCEPATH ../data
|
|
113 |
START RESOURCE FscActionUtils.rss
|
|
114 |
DEPENDS vpbkeng.rsg
|
|
115 |
TARGETPATH RESOURCE_FILES_DIR
|
|
116 |
HEADER
|
|
117 |
LANGUAGE_IDS
|
|
118 |
END //RESOURCE
|