|
1 /* |
|
2 * Copyright (c) 2010 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 config file |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include "data_caging_paths.hrh" |
|
20 #include "../inc/easydialingconstants.hrh" |
|
21 |
|
22 TARGET easydialingplugin.dll |
|
23 CAPABILITY CAP_ECOM_PLUGIN |
|
24 |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D 0x200212A0 // EASYDIALING_PLUGIN_DLL_UID (Uncommented because of OST) |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE dllmain.cpp |
|
31 SOURCE easydialingplugin.cpp |
|
32 SOURCE easydialinglistbox.cpp |
|
33 SOURCE easydialinglistboxdata.cpp |
|
34 SOURCE easydialinglistboxitemdrawer.cpp |
|
35 SOURCE easydialinglistboxview.cpp |
|
36 SOURCE easydialingcenreplistener.cpp |
|
37 SOURCE easydialingcontactdata.cpp |
|
38 SOURCE easydialingcontactdatamanager.cpp |
|
39 SOURCE easydialingutils.cpp |
|
40 |
|
41 USERINCLUDE ../inc |
|
42 USERINCLUDE ../edcontactor/inc |
|
43 USERINCLUDE ../traces |
|
44 |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 SYSTEMINCLUDE /epoc32/include/internal |
|
47 SYSTEMINCLUDE /epoc32/include/ecom |
|
48 |
|
49 SOURCEPATH ../data |
|
50 |
|
51 START RESOURCE 200212A0.rss |
|
52 LANG SC |
|
53 TARGET easydialingplugin.rsc |
|
54 END |
|
55 |
|
56 START RESOURCE easydialingpluginresources.rss |
|
57 HEADER |
|
58 TARGETPATH /resource |
|
59 TARGET easydialingpluginresources.rsc |
|
60 LANGUAGE_IDS |
|
61 END |
|
62 |
|
63 |
|
64 // Symbian framework libraries |
|
65 |
|
66 LIBRARY euser.lib |
|
67 LIBRARY ECom.lib |
|
68 LIBRARY cone.lib |
|
69 LIBRARY avkon.lib |
|
70 LIBRARY eikcore.lib |
|
71 LIBRARY eikctl.lib |
|
72 LIBRARY eikcoctl.lib |
|
73 LIBRARY bafl.lib |
|
74 LIBRARY gdi.lib |
|
75 LIBRARY egul.lib |
|
76 LIBRARY efsrv.lib |
|
77 LIBRARY ws32.lib |
|
78 LIBRARY fbscli.lib |
|
79 LIBRARY bitgdi.lib |
|
80 LIBRARY etext.lib |
|
81 |
|
82 // Avkon, Avkon skin and Avkon layout libraries. |
|
83 LIBRARY aknicon.lib |
|
84 LIBRARY aknlistloadertfx.lib |
|
85 LIBRARY aknskins.lib |
|
86 LIBRARY aknskinsrv.lib |
|
87 LIBRARY aknswallpaperutils.lib |
|
88 LIBRARY aknlayout2scalable.lib |
|
89 LIBRARY cdlengine.lib |
|
90 LIBRARY aknlayout2.lib |
|
91 |
|
92 // AIW library |
|
93 LIBRARY servicehandler.lib |
|
94 |
|
95 // Predictive search libraries |
|
96 LIBRARY PcsUtils.lib |
|
97 LIBRARY PsServerClientAPI.lib |
|
98 |
|
99 // Virtual phonebook library |
|
100 LIBRARY VPbkEng.lib |
|
101 |
|
102 // Phonebook engine |
|
103 LIBRARY pbkeng.lib |
|
104 |
|
105 // ECE Communication launcher library |
|
106 LIBRARY ccaclient.lib |
|
107 |
|
108 // Central repository |
|
109 LIBRARY centralrepository.lib |
|
110 LIBRARY commonengine.lib |
|
111 LIBRARY cenrepnotifhandler.lib |
|
112 |
|
113 // CPbk2ImageManager |
|
114 LIBRARY pbk2presentation.lib |
|
115 |
|
116 // bitmap handling |
|
117 LIBRARY bitmaptransforms.lib |
|
118 |
|
119 // Easy dialing own contactor module. |
|
120 LIBRARY edcontactor.lib |
|
121 |
|
122 // Service provider settings api |
|
123 LIBRARY serviceprovidersettings.lib |
|
124 |
|
125 // CMS library used for getting information about contacts. |
|
126 //LIBRARY cmsclient.lib |
|
127 |
|
128 // Libraries used for R&D purposes only |
|
129 DEBUGLIBRARY flogger.lib |
|
130 |
|
131 // End of File |
|
132 |