1 /* |
|
2 * Copyright (c) 2002 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: ProfileAiwProvider resources |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME AIPP |
|
21 |
|
22 // INTERNAL INCLUDES |
|
23 #include <profileaiwprovider.loc> |
|
24 #include <profileapp.loc> // For qtn_profiles_tone_maxsize_error |
|
25 |
|
26 // EXTERNAL INCLUDES |
|
27 #include <eikon.rh> // For RESOURCE MENU_PANE |
|
28 #include <AiwCommon.hrh> // For KAiwCmdView |
|
29 #include <avkon.loc> // For text_not_allowed |
|
30 |
|
31 // RESOURCE DEFINITIONS |
|
32 |
|
33 RESOURCE RSS_SIGNATURE { } |
|
34 |
|
35 // ----------------------------------------------------------------------------- |
|
36 // |
|
37 // r_profileaiwprovider_menu |
|
38 // ?description |
|
39 // |
|
40 // ----------------------------------------------------------------------------- |
|
41 // |
|
42 RESOURCE MENU_PANE r_profileaiwprovider_menu |
|
43 { |
|
44 items= |
|
45 { |
|
46 MENU_ITEM |
|
47 { |
|
48 command = KAiwCmdAssign; |
|
49 txt = qtn_mg_options_set_as_rt; |
|
50 } |
|
51 }; |
|
52 } |
|
53 |
|
54 // ----------------------------------------------------------------------------- |
|
55 // |
|
56 // r_profileaiwprovider_info_tone_drm_protected |
|
57 // ?description |
|
58 // |
|
59 // ----------------------------------------------------------------------------- |
|
60 // |
|
61 RESOURCE TBUF r_profileaiwprovider_info_tone_drm_protected |
|
62 { |
|
63 buf = qtn_profiles_info_tone_drm_protected; |
|
64 } |
|
65 |
|
66 // ----------------------------------------------------------------------------- |
|
67 // |
|
68 // r_profileaiwprovider_text_not_allowed |
|
69 // ?description |
|
70 // |
|
71 // ----------------------------------------------------------------------------- |
|
72 // |
|
73 RESOURCE TBUF r_profileaiwprovider_text_not_allowed |
|
74 { |
|
75 buf = text_not_allowed; |
|
76 } |
|
77 |
|
78 // ----------------------------------------------------------------------------- |
|
79 // |
|
80 // r_profileaiwprovider_info_tone_no_drm |
|
81 // ?description |
|
82 // |
|
83 // ----------------------------------------------------------------------------- |
|
84 // |
|
85 RESOURCE TBUF r_profileaiwprovider_info_tone_no_drm |
|
86 { |
|
87 buf = qtn_profiles_info_tone_no_drm; |
|
88 } |
|
89 |
|
90 // ----------------------------------------------------------------------------- |
|
91 // |
|
92 // r_profileaiwprovider_query_select_profiles |
|
93 // ?description |
|
94 // |
|
95 // ----------------------------------------------------------------------------- |
|
96 // |
|
97 RESOURCE TBUF r_profileaiwprovider_query_select_profiles |
|
98 { |
|
99 buf = qtn_profiles_query_select_profiles; |
|
100 } |
|
101 |
|
102 // ----------------------------------------------------------------------------- |
|
103 // |
|
104 // r_profileaiwprovider_info_mime_type_not_supported |
|
105 // ?description |
|
106 // |
|
107 // ----------------------------------------------------------------------------- |
|
108 // |
|
109 RESOURCE TBUF r_profileaiwprovider_info_mime_type_not_supported |
|
110 { |
|
111 buf = qtn_profiles_info_mime_type_not_supported; |
|
112 } |
|
113 |
|
114 // ----------------------------------------------------------------------------- |
|
115 // |
|
116 // r_profileaiwprovider_confirm_ringtone_changed |
|
117 // ?description |
|
118 // |
|
119 // ----------------------------------------------------------------------------- |
|
120 // |
|
121 RESOURCE TBUF r_profileaiwprovider_confirm_ringtone_changed |
|
122 { |
|
123 buf = qtn_profiles_confirm_ringtone_changed; |
|
124 } |
|
125 |
|
126 // ----------------------------------------------------------------------------- |
|
127 // |
|
128 // r_profileaiwprovider_tone_maxsize_error |
|
129 // ?description |
|
130 // |
|
131 // ----------------------------------------------------------------------------- |
|
132 // |
|
133 RESOURCE TBUF r_profileaiwprovider_tone_maxsize_error |
|
134 { |
|
135 buf = qtn_profiles_tone_maxsize_error; |
|
136 } |
|
137 |
|
138 // ----------------------------------------------------------------------------- |
|
139 // |
|
140 // r_profileaiwprovider_confirm_ringtone_copied |
|
141 // ?description |
|
142 // |
|
143 // ----------------------------------------------------------------------------- |
|
144 // |
|
145 RESOURCE TBUF r_profileaiwprovider_confirm_ringtone_copied |
|
146 { |
|
147 buf = qtn_profiles_info_remote_drive_copy; |
|
148 } |
|
149 |
|
150 // End of File |
|