25
|
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 |
// Transition effects
|
|
93 |
LIBRARY gfxtrans.lib
|
|
94 |
|
|
95 |
// AIW library
|
|
96 |
LIBRARY servicehandler.lib
|
|
97 |
|
|
98 |
// Predictive search libraries
|
|
99 |
LIBRARY PcsUtils.lib
|
|
100 |
LIBRARY PsServerClientAPI.lib
|
|
101 |
|
|
102 |
// Virtual phonebook library
|
|
103 |
LIBRARY VPbkEng.lib
|
|
104 |
|
|
105 |
// Phonebook engine
|
|
106 |
LIBRARY pbkeng.lib
|
|
107 |
|
|
108 |
// ECE Communication launcher library
|
|
109 |
LIBRARY ccaclient.lib
|
|
110 |
|
|
111 |
// Central repository
|
|
112 |
LIBRARY centralrepository.lib
|
|
113 |
LIBRARY commonengine.lib
|
|
114 |
LIBRARY cenrepnotifhandler.lib
|
|
115 |
|
|
116 |
// CPbk2ImageManager
|
|
117 |
LIBRARY pbk2presentation.lib
|
|
118 |
|
|
119 |
// bitmap handling
|
|
120 |
LIBRARY bitmaptransforms.lib
|
|
121 |
|
|
122 |
// Easy dialing own contactor module.
|
|
123 |
LIBRARY edcontactor.lib
|
|
124 |
|
|
125 |
// Service provider settings api
|
|
126 |
LIBRARY serviceprovidersettings.lib
|
|
127 |
|
|
128 |
// CMS library used for getting information about contacts.
|
|
129 |
//LIBRARY cmsclient.lib
|
|
130 |
|
|
131 |
// Libraries used for R&D purposes only
|
|
132 |
DEBUGLIBRARY flogger.lib
|
|
133 |
|
|
134 |
|
|
135 |
// End of File
|
|
136 |
|