1 /* |
|
2 * Copyright (c) 2005-2006 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: GSCallPlugin project file. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR |
|
19 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 CAPABILITY CAP_ECOM_PLUGIN |
|
23 TARGET gscallplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x102824A1 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH src // /GSCallPlugin |
|
29 SOURCE GSCallPluginImplementationTable.cpp |
|
30 SOURCE GSCallPluginContainer.cpp |
|
31 SOURCE GSCallPlugin.cpp |
|
32 SOURCE GSCallPluginModel.cpp |
|
33 |
|
34 //User include paths |
|
35 USERINCLUDE inc |
|
36 USERINCLUDE data // For *.rh |
|
37 USERINCLUDE loc |
|
38 USERINCLUDE ../Data |
|
39 USERINCLUDE ../Cenrep |
|
40 USERINCLUDE ../Logger |
|
41 USERINCLUDE ../GSTelPlugin/Inc |
|
42 |
|
43 // The above include is required becasue of secuicodequerydialog.h |
|
44 |
|
45 //System include paths |
|
46 SYSTEMINCLUDE /epoc32/include/ecom |
|
47 // Default system include paths for middleware layer modules. |
|
48 APP_LAYER_SYSTEMINCLUDE |
|
49 |
|
50 SOURCEPATH data |
|
51 |
|
52 START RESOURCE 102824A1.rss |
|
53 TARGET gscallplugin.rsc |
|
54 END |
|
55 |
|
56 START RESOURCE GSCallPluginRsc.rss |
|
57 DEPENDS gsapp.rsg |
|
58 HEADER |
|
59 TARGETPATH RESOURCE_FILES_DIR |
|
60 LANGUAGE_IDS |
|
61 END |
|
62 |
|
63 START RESOURCE SoftReject.rss |
|
64 HEADER |
|
65 TARGETPATH RESOURCE_FILES_DIR |
|
66 LANGUAGE_IDS |
|
67 END |
|
68 |
|
69 LIBRARY aknskins.lib // for enhanced skinning |
|
70 LIBRARY aknskinsrv.lib // for enhanced skinning |
|
71 LIBRARY avkon.lib |
|
72 LIBRARY bafl.lib |
|
73 LIBRARY centralrepository.lib |
|
74 LIBRARY cenrepnotifhandler.lib |
|
75 LIBRARY commonengine.lib // For RConeResourceLoader |
|
76 LIBRARY cone.lib |
|
77 LIBRARY ecom.lib |
|
78 LIBRARY efsrv.lib |
|
79 LIBRARY egul.lib |
|
80 LIBRARY eikcoctl.lib |
|
81 LIBRARY eikcore.lib |
|
82 LIBRARY eikctl.lib |
|
83 LIBRARY etelmm.lib // security, network, call |
|
84 LIBRARY euser.lib |
|
85 LIBRARY featmgr.lib // Feature manager |
|
86 LIBRARY gsecomplugin.lib |
|
87 LIBRARY gsframework.lib // For base classes |
|
88 LIBRARY gslistbox.lib // For CGSListBoxItemTextArray |
|
89 LIBRARY numbergrouping.lib |
|
90 LIBRARY phonesettings.lib |
|
91 LIBRARY psui.lib // phone settings notes UI |
|
92 LIBRARY sssettings.lib // Supplementary settings |
|
93 LIBRARY flogger.lib // For GSLogger |
|
94 |
|
95 // still image related libraries |
|
96 LIBRARY backgroundimage.lib |
|
97 LIBRARY mgfetch.lib // for image selection list |
|
98 LIBRARY drmcommon.lib |
|
99 LIBRARY imageconversion.lib |
|
100 |
|
101 LIBRARY secui.lib // security |
|
102 LIBRARY aknnotify.lib // for CAknGlobalNote.h |
|
103 LIBRARY hlplch.lib // for "Help" options menu |
|
104 LIBRARY eikdlg.lib phoneclient.lib // eikon dialogs |
|
105 |
|
106 #if defined(__VOIP) && defined(RD_VOIP_REL_2_2) |
|
107 LIBRARY serviceprovidersettings.lib |
|
108 #endif // __VOIP && RD_VOIP_REL_2_2 |
|
109 |
|
110 SOURCEPATH data |
|
111 DOCUMENT 102824A1.rss |
|
112 DOCUMENT GSCallPluginRsc.rss |
|
113 DOCUMENT SoftReject.rss |
|
114 |
|
115 |
|
116 // End of File |
|