|
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: This is a project specification file for service widget |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 #include "../../inc/servicewidgetpluginuids.hrh" |
|
23 |
|
24 TARGET servicewidgetdatapublisher.dll |
|
25 TARGETTYPE PLUGIN |
|
26 // ECom Dll recognition UID followed by the unique UID for this dll |
|
27 UID 0x10009D8D AI_UID_DLL_SERVICEWIDGETPUBLISHER_PLUGIN |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 // Plugin |
|
32 SOURCEPATH ../src |
|
33 SOURCE cservicewidgetplugin.cpp |
|
34 SOURCE cservicewidgetcontentpublisher.cpp |
|
35 SOURCE cservicewidgetservicemanager.cpp |
|
36 SOURCE cservicewidgetcchhandler.cpp |
|
37 SOURCE cservicewidgetpresencehandler.cpp |
|
38 SOURCE cservicewidgetbuddypresence.cpp |
|
39 SOURCE cservicewidgetmessagehandler.cpp |
|
40 SOURCE cservicewidgetbrandhandler.cpp |
|
41 SOURCE cservicewidgettimer.cpp |
|
42 SOURCE servicewidgetutils.cpp |
|
43 |
|
44 SOURCEPATH ../rss |
|
45 // ECom resource |
|
46 START RESOURCE servicewidgetdatapublisher.rss |
|
47 TARGET servicewidgetdatapublisher.rsc |
|
48 END |
|
49 // loc strings resource |
|
50 START RESOURCE servicewidgetpluginres.rss |
|
51 HEADER |
|
52 TARGET servicewidgetpluginres.rsc |
|
53 TARGETPATH RESOURCE_FILES_DIR |
|
54 LANGUAGE_IDS |
|
55 END |
|
56 |
|
57 USERINCLUDE ../inc |
|
58 USERINCLUDE ../../inc |
|
59 USERINCLUDE ../../../group |
|
60 |
|
61 USERINCLUDE ../../../uiservicetab/inc |
|
62 USERINCLUDE ../../../inc |
|
63 |
|
64 |
|
65 // Default system include paths for application layer modules. |
|
66 APP_LAYER_SYSTEMINCLUDE |
|
67 |
|
68 SYSTEMINCLUDE /epoc32/include/ecom |
|
69 SYSTEMINCLUDE /epoc32/include/mmf/common |
|
70 SYSTEMINCLUDE /epoc32/include/internal |
|
71 |
|
72 // AI / Calendar |
|
73 LIBRARY aiutils.lib |
|
74 // S60 / Symbian |
|
75 LIBRARY avkon.lib |
|
76 LIBRARY aknskins.lib |
|
77 LIBRARY egul.lib |
|
78 LIBRARY fbscli.lib |
|
79 LIBRARY aknicon.lib |
|
80 // ------------------------- |
|
81 LIBRARY efsrv.lib |
|
82 LIBRARY commonengine.lib |
|
83 LIBRARY bafl.lib |
|
84 LIBRARY euser.lib |
|
85 LIBRARY cone.lib |
|
86 LIBRARY ecom.lib |
|
87 LIBRARY apparc.lib |
|
88 LIBRARY apgrfx.lib |
|
89 LIBRARY calinterimapi.lib |
|
90 LIBRARY estor.lib |
|
91 LIBRARY centralrepository.lib |
|
92 LIBRARY eikcore.lib |
|
93 LIBRARY imageconversion.lib // image processing |
|
94 LIBRARY bitmaptransforms.lib // bitmap scaling |
|
95 // imcache |
|
96 LIBRARY imcacheclient.lib |
|
97 // dependency to ximp framework |
|
98 //LIBRARY ximpdatamodel.lib |
|
99 LIBRARY presencecacheclient2.lib |
|
100 //// CCH Library |
|
101 LIBRARY cch.lib |
|
102 LIBRARY serviceprovidersettings.lib |
|
103 //AI3 liw f/w |
|
104 LIBRARY cputils.lib |
|
105 LIBRARY liwservicehandler.lib |
|
106 |
|
107 LIBRARY flogger.lib |
|
108 // dependency to service sttings |
|
109 LIBRARY vimpstsettings.lib |
|
110 |
|
111 LIBRARY bsclient.lib // branding server |
|
112 |
|
113 LIBRARY xspviewservices.lib |
|
114 // imcvlauncher |
|
115 LIBRARY imcvlauncher.lib |
|
116 // End of File |
|
117 |
|
118 |