|
1 /* |
|
2 * Copyright (c) 2002-2004 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: |
|
15 * Resource file for UISettingsSrv |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 NAME UISS // 4 letter ID |
|
22 |
|
23 // INCLUDES |
|
24 |
|
25 //sf-#include <bldvariant.hrh> |
|
26 #include <eikon.rh> |
|
27 #include <avkon.rsg> |
|
28 #include <avkon.rh> |
|
29 #include <avkon.mbg> |
|
30 //sf-#include <eikcore.rsg> |
|
31 //sf-#include <eikon.rsg> |
|
32 //sf-#include <appinfo.rh> |
|
33 //sf-#include <gsicon.mbg> |
|
34 #include <avkon.loc> |
|
35 /*sf-- |
|
36 #include "SecUi.loc" |
|
37 #include <gs.hrh> |
|
38 #include "gs.loc" |
|
39 #include "gs.rh" |
|
40 #include "cf.loc" |
|
41 #include "softreject.loc" |
|
42 #include "phonesettings.loc" |
|
43 #include "MobileOriginatedCalls.loc" |
|
44 #include "Phone.hrh" |
|
45 #include <AvkonIcons.hrh> |
|
46 --fs*/ |
|
47 |
|
48 #include <uikon.rh> |
|
49 #include <appinfo.rh> |
|
50 |
|
51 #include <data_caging_paths_strings.hrh> |
|
52 |
|
53 #include "UISettingsSrv.hrh" |
|
54 //#include "UISettingsSrv.loc" |
|
55 |
|
56 // CONSTANTS |
|
57 |
|
58 #ifdef __SCALABLE_ICONS |
|
59 #define KUISettingsSrvBitmap "Z:"APP_BITMAP_DIR"\\UISettingsSrv\\UISettingsSrvIcon.mif" |
|
60 #else |
|
61 #define KUISettingsSrvBitmap "Z:"APP_BITMAP_DIR"\\UISettingsSrv\\UISettingsSrvIcon.mbm" |
|
62 #endif //__SCALABLE_ICONS |
|
63 |
|
64 |
|
65 |
|
66 //sf-enum TCFMenuCommands |
|
67 //sf- { |
|
68 //sf- EAppCmdCreatePopupList = 5007 |
|
69 //sf- }; |
|
70 |
|
71 // RESOURCE DEFINITIONS |
|
72 |
|
73 RESOURCE RSS_SIGNATURE |
|
74 { |
|
75 } |
|
76 |
|
77 RESOURCE TBUF |
|
78 { |
|
79 buf="UISettingsSrv"; |
|
80 } |
|
81 |
|
82 //---------------------------------------------------- |
|
83 // |
|
84 // EIK_APP_INFO |
|
85 // It contains application information. |
|
86 // |
|
87 //---------------------------------------------------- |
|
88 // |
|
89 RESOURCE EIK_APP_INFO |
|
90 { |
|
91 menubar=r_uiss_menubar; |
|
92 hotkeys=r_uiss_hotkeys; |
|
93 cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT; |
|
94 } |
|
95 |
|
96 //---------------------------------------------------- |
|
97 // |
|
98 // r_starter_hotkeys |
|
99 // |
|
100 //---------------------------------------------------- |
|
101 // |
|
102 RESOURCE HOTKEYS r_uiss_hotkeys |
|
103 { |
|
104 control= |
|
105 { |
|
106 HOTKEY { command=EAknCmdExit; key='e'; } |
|
107 }; |
|
108 } |
|
109 |
|
110 //---------------------------------------------------- |
|
111 // |
|
112 // r_starter_menubar |
|
113 // |
|
114 //---------------------------------------------------- |
|
115 // |
|
116 RESOURCE MENU_BAR r_uiss_menubar |
|
117 { |
|
118 titles= |
|
119 { |
|
120 MENU_TITLE { menu_pane=r_uiss_menu; txt="File"; } |
|
121 }; |
|
122 } |
|
123 |
|
124 //---------------------------------------------------- |
|
125 // |
|
126 // r_starter_menu |
|
127 // |
|
128 //---------------------------------------------------- |
|
129 // |
|
130 RESOURCE MENU_PANE r_uiss_menu |
|
131 { |
|
132 items= |
|
133 { |
|
134 // MENU_ITEM { command=EUISSCmdTest; txt = qtn_appl_test; }, |
|
135 // MENU_ITEM { command=EUISSCmdTest; txt = qtn_appl_test2; }, |
|
136 // MENU_ITEM { command=EUISSCmdStartSrv; txt = qtn_appl_start_srv; }, |
|
137 // MENU_ITEM { command=EUISSCmdTestEnd; txt = qtn_appl_test_end; }, |
|
138 MENU_ITEM { command=EAknCmdExit; txt = qtn_options_exit; } |
|
139 }; |
|
140 } |
|
141 |
|
142 // SVG changes |
|
143 RESOURCE LOCALISABLE_APP_INFO r_uiss_localisable_app_info |
|
144 { |
|
145 // short_caption = qtn_apps_settings_grid; |
|
146 caption_and_icon = |
|
147 CAPTION_AND_ICON_INFO |
|
148 { |
|
149 // caption = qtn_apps_settings_list; |
|
150 #ifdef __SCALABLE_ICONS |
|
151 number_of_icons = 1; |
|
152 icon_file = APP_BITMAP_DIR"\\UISettingsSrv_aif.mif"; |
|
153 #else |
|
154 number_of_icons = 2; |
|
155 icon_file = APP_BITMAP_DIR"\\UISettingsSrv_aif.mbm"; |
|
156 #endif |
|
157 }; |
|
158 } |
|
159 |
|
160 //End of File |
|
161 |
|
162 |
|
163 |