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: GSCallBarringPlugin 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 gscallbarringplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x102824A5 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH Src // /GSCallBarringPlugin |
|
29 SOURCE GSCallBarringPluginImplementationTable.cpp |
|
30 SOURCE GSLocalBaseView.cpp |
|
31 SOURCE GSCallBarringPluginContainer.cpp |
|
32 SOURCE GSCallBarringPlugin.cpp |
|
33 SOURCE GSCellularCallBarringContainer.cpp |
|
34 SOURCE GSCellularCallBarringView.cpp |
|
35 SOURCE GSMainBarringContainer.cpp |
|
36 SOURCE GSMainBarringView.cpp |
|
37 SOURCE GSInternetBarringContainer.cpp |
|
38 SOURCE GSInternetBarringView.cpp |
|
39 |
|
40 //User include paths |
|
41 USERINCLUDE Inc |
|
42 USERINCLUDE Data // For *.rh |
|
43 USERINCLUDE loc |
|
44 USERINCLUDE ../Data |
|
45 USERINCLUDE ../Logger |
|
46 USERINCLUDE ../GSTelPlugin/Inc |
|
47 |
|
48 //System include paths |
|
49 SYSTEMINCLUDE /epoc32/include/ecom |
|
50 SYSTEMINCLUDE /epoc32/include/cshelp |
|
51 // Default system include paths for middleware layer modules. |
|
52 APP_LAYER_SYSTEMINCLUDE |
|
53 |
|
54 SOURCEPATH Data |
|
55 |
|
56 START RESOURCE 102824A5.rss |
|
57 TARGET gscallbarringplugin.rsc |
|
58 END |
|
59 |
|
60 START RESOURCE GSCallBarringPluginRsc.rss |
|
61 DEPENDS gsapp.rsg |
|
62 HEADER |
|
63 TARGETPATH RESOURCE_FILES_DIR |
|
64 LANGUAGE_IDS |
|
65 END |
|
66 |
|
67 LIBRARY aknskins.lib // for enhanced skinning |
|
68 LIBRARY aknskinsrv.lib // for enhanced skinning |
|
69 LIBRARY avkon.lib |
|
70 LIBRARY bafl.lib |
|
71 LIBRARY centralrepository.lib |
|
72 LIBRARY cenrepnotifhandler.lib |
|
73 LIBRARY commonengine.lib // For RConeResourceLoader |
|
74 LIBRARY cone.lib |
|
75 LIBRARY ecom.lib |
|
76 LIBRARY efsrv.lib |
|
77 LIBRARY eikcoctl.lib |
|
78 LIBRARY eikcore.lib |
|
79 LIBRARY eikctl.lib |
|
80 LIBRARY etelmm.lib // security, network, call |
|
81 LIBRARY euser.lib |
|
82 LIBRARY featmgr.lib // Feature manager |
|
83 LIBRARY gsecomplugin.lib |
|
84 LIBRARY gsframework.lib // For base classes |
|
85 LIBRARY gslistbox.lib // For CGSListBoxItemTextArray |
|
86 LIBRARY phonesettings.lib |
|
87 LIBRARY psui.lib // phone settings notes UI |
|
88 LIBRARY sssettings.lib // Supplementary settings |
|
89 LIBRARY numbergrouping.lib |
|
90 LIBRARY flogger.lib // For GSLogger |
|
91 |
|
92 LIBRARY secui.lib // for CodeQueryDialog |
|
93 |
|
94 LIBRARY aknnotify.lib // for CAknGlobalNote.h |
|
95 LIBRARY hlplch.lib // for "Help" options menu |
|
96 LIBRARY eikdlg.lib // eikon dialogs |
|
97 LIBRARY apgrfx.lib |
|
98 |
|
99 |
|
100 #if defined(__VOIP) && defined(RD_VOIP_REL_2_2) |
|
101 LIBRARY serviceprovidersettings.lib |
|
102 #endif // __VOIP && RD_VOIP_REL_2_2 |
|
103 |
|
104 SOURCEPATH Data |
|
105 DOCUMENT 102824A5.rss |
|
106 DOCUMENT GSCallBarringPluginRsc.rss |
|
107 |
|
108 |
|
109 // End of File |
|