author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 14 Sep 2010 20:54:53 +0300 | |
branch | RCL_3 |
changeset 21 | 9da50d567e3c |
parent 20 | f4a778e096c2 |
permissions | -rw-r--r-- |
20 | 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/fsccontactactionserviceuids.hrh" |
|
23 |
#include "../inc/pbkxcontactactionservicedebug.hrh" |
|
24 |
||
25 |
TARGET pbk2rclcontactactionservice.dll |
|
26 |
TARGETTYPE PLUGIN |
|
27 |
UID 0x10009D8D KFscContactActionServiceImplDllUid |
|
28 |
||
29 |
CAPABILITY CAP_ECOM_PLUGIN |
|
30 |
VENDORID VID_DEFAULT |
|
31 |
||
32 |
SOURCEPATH ../src |
|
33 |
SOURCE cfsccontactactionserviceimpl.cpp |
|
34 |
SOURCE cfsccontactactionpluginengine.cpp |
|
35 |
SOURCE cfscactionutils.cpp |
|
36 |
SOURCE cfsccontactset.cpp |
|
37 |
SOURCE cfscstorecontactset.cpp |
|
38 |
SOURCE cfsccontactlinkset.cpp |
|
39 |
SOURCE cfsccontactaction.cpp |
|
40 |
// selectdialog |
|
41 |
SOURCE CFscAddressSelect.cpp |
|
42 |
SOURCE CFscContactFieldDynamicProperties.cpp |
|
43 |
SOURCE CFscContactNameFormatter.cpp |
|
44 |
SOURCE CFscContactNameFormatterBase.cpp |
|
45 |
SOURCE CFscDefaultPhoneNumberFormatter.cpp |
|
46 |
SOURCE CFscFieldFormatter.cpp |
|
47 |
SOURCE CFscFieldListBoxModel.cpp |
|
48 |
SOURCE CFscFieldOrderingManager.cpp |
|
49 |
SOURCE CFscFieldProperty.cpp |
|
50 |
SOURCE CFscFieldPropertyArray.cpp |
|
51 |
SOURCE CFscFieldPropertyGroup.cpp |
|
52 |
SOURCE CFscNumberGroupingFormatter.cpp |
|
53 |
SOURCE CFscPresentationContactField.cpp |
|
54 |
SOURCE CFscPresentationContactFieldCollection.cpp |
|
55 |
SOURCE CFscPresentationContactFieldTextData.cpp |
|
56 |
SOURCE CFscSelectFieldDlg.cpp |
|
57 |
SOURCE FscPhoneNumberFormatterFactory.cpp |
|
58 |
SOURCE FscPresentationUtils.cpp |
|
59 |
SOURCE TFscAddressSelectParams.cpp |
|
60 |
SOURCE TFscSortOrderFieldMapper.cpp |
|
61 |
SOURCE TFscStoreContactAnalyzer.cpp |
|
62 |
||
63 |
USERINCLUDE ../inc |
|
64 |
USERINCLUDE ../../inc |
|
65 |
||
66 |
||
67 |
APP_LAYER_SYSTEMINCLUDE |
|
68 |
SYSTEMINCLUDE /epoc32/include/ecom |
|
69 |
USERINCLUDE ../../../inc |
|
70 |
||
71 |
LIBRARY euser.lib |
|
72 |
LIBRARY ecom.lib |
|
73 |
LIBRARY cone.lib |
|
74 |
LIBRARY avkon.lib |
|
21
9da50d567e3c
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
20
diff
changeset
|
75 |
LIBRARY CommonEngine.lib |
20 | 76 |
LIBRARY centralrepository.lib |
77 |
LIBRARY egul.lib // Icon |
|
78 |
LIBRARY fbscli.lib |
|
79 |
LIBRARY featmgr.lib |
|
80 |
LIBRARY aknskins.lib |
|
21
9da50d567e3c
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
20
diff
changeset
|
81 |
LIBRARY VPbkEng.lib |
20 | 82 |
LIBRARY bafl.lib |
83 |
LIBRARY efsrv.lib |
|
84 |
LIBRARY eikcoctl.lib |
|
85 |
LIBRARY eikcore.lib |
|
86 |
LIBRARY numbergrouping.lib |
|
87 |
LIBRARY apgrfx.lib |
|
88 |
LIBRARY apparc.lib |
|
89 |
||
90 |
// Dependencies to Phonebook |
|
91 |
LIBRARY Pbk2Presentation.lib |
|
21
9da50d567e3c
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
20
diff
changeset
|
92 |
LIBRARY Pbk2CommonUI.lib |
20 | 93 |
|
94 |
#if (PBKX_DEBUG_LEVEL > 0) |
|
95 |
LIBRARY pbkxdebug.lib |
|
96 |
#endif |
|
97 |
||
98 |
SOURCEPATH ../data |
|
99 |
START RESOURCE pbk2rclcontactactionservice.rss |
|
100 |
TARGET pbk2rclcontactactionservice.rsc |
|
101 |
END //RESOURCE |
|
102 |
||
103 |
SOURCEPATH ../data |
|
104 |
START RESOURCE pbk2rclactionutils.rss |
|
105 |
DEPENDS vpbkeng.rsg |
|
106 |
TARGETPATH APP_RESOURCE_DIR |
|
107 |
HEADER |
|
108 |
LANGUAGE_IDS |
|
109 |
END //RESOURCE |
|
110 |