|
1 /* |
|
2 * Copyright (c) 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: GSCallDivertPlugin project file. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 CAPABILITY CAP_ECOM_PLUGIN |
|
23 TARGET gscalldivertplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x102824A3 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH Src // /GSTelPlugin |
|
29 SOURCE GSCallDivertPluginImplementationTable.cpp |
|
30 SOURCE GSLocalBaseView.cpp |
|
31 SOURCE GSRestrictedDivertContainer.cpp |
|
32 SOURCE GSCallDivertPluginContainer.cpp |
|
33 SOURCE GSCallDivertPlugin.cpp |
|
34 SOURCE GSCallDivertContainer.cpp |
|
35 SOURCE GSCallDivertView.cpp |
|
36 SOURCE GSCallDivertModel.cpp |
|
37 |
|
38 //SOURCE GSTelPlugin.cpp |
|
39 //SOURCE GSTelPluginContainer.cpp |
|
40 //SOURCE GSTelPluginModel.cpp |
|
41 |
|
42 SOURCE GSCallDivertQuery.cpp |
|
43 |
|
44 //User include paths |
|
45 USERINCLUDE Inc |
|
46 USERINCLUDE Data // For *.rh |
|
47 USERINCLUDE loc |
|
48 USERINCLUDE ../Data |
|
49 USERINCLUDE ../Logger |
|
50 USERINCLUDE ../GSTelPlugin/Inc |
|
51 |
|
52 // The above include is required becasue of secuicodequerydialog.h |
|
53 |
|
54 //System include paths |
|
55 SYSTEMINCLUDE /epoc32/include/ecom |
|
56 SYSTEMINCLUDE /epoc32/include/cshelp |
|
57 // Default system include paths for middleware layer modules. |
|
58 APP_LAYER_SYSTEMINCLUDE |
|
59 |
|
60 SOURCEPATH Data |
|
61 |
|
62 START RESOURCE 102824A3.rss |
|
63 TARGET gscalldivertplugin.rsc |
|
64 END |
|
65 |
|
66 START RESOURCE GSCallDivertPluginRsc.rss |
|
67 DEPENDS gsapp.rsg |
|
68 HEADER |
|
69 TARGETPATH RESOURCE_FILES_DIR |
|
70 LANGUAGE_IDS |
|
71 END |
|
72 |
|
73 LIBRARY aknskins.lib // for enhanced skinning |
|
74 LIBRARY aknskinsrv.lib // for enhanced skinning |
|
75 LIBRARY avkon.lib |
|
76 LIBRARY bafl.lib |
|
77 LIBRARY centralrepository.lib |
|
78 LIBRARY cenrepnotifhandler.lib |
|
79 LIBRARY commonengine.lib // For RConeResourceLoader |
|
80 LIBRARY cone.lib |
|
81 LIBRARY ecom.lib |
|
82 LIBRARY efsrv.lib |
|
83 LIBRARY eikcoctl.lib |
|
84 LIBRARY eikcore.lib |
|
85 LIBRARY eikctl.lib |
|
86 LIBRARY etelmm.lib // security, network, call |
|
87 LIBRARY euser.lib |
|
88 LIBRARY featmgr.lib // Feature manager |
|
89 LIBRARY gsecomplugin.lib |
|
90 LIBRARY gsframework.lib // For base classes |
|
91 LIBRARY gslistbox.lib // For CGSListBoxItemTextArray |
|
92 LIBRARY pbkeng.lib |
|
93 LIBRARY pbkview.lib |
|
94 LIBRARY phoneclient.lib // handle phonenumbers |
|
95 LIBRARY phonesettings.lib |
|
96 LIBRARY psui.lib // phone settings notes UI |
|
97 LIBRARY sssettings.lib // Supplementary settings |
|
98 LIBRARY numbergrouping.lib |
|
99 LIBRARY flogger.lib // For GSLogger |
|
100 |
|
101 LIBRARY aknnotify.lib // for CAknGlobalNote.h |
|
102 LIBRARY hlplch.lib // for "Help" options menu |
|
103 LIBRARY eikdlg.lib // eikon dialogs |
|
104 LIBRARY apgrfx.lib |
|
105 LIBRARY servicehandler.lib // AIW |
|
106 |
|
107 LIBRARY vpbkeng.lib // Phonebook2 |
|
108 LIBRARY pbk2presentation.lib // Phonebook2 |
|
109 |
|
110 SOURCEPATH Data |
|
111 DOCUMENT 102824A3.rss |
|
112 DOCUMENT GSCallDivertPluginRsc.rss |
|
113 |
|
114 |
|
115 // End of File |
|
116 |