add vconf handler for plugin-model
[platform/framework/native/tizen-config-fw.git] / include / org-tizen-quickpanel-resource.h
1 /*
2  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  */
17 #include <org-tizen-quickpanel-resource_wrapper.h>
18
19 #ifndef __TCF_QUICKPANEL_SHARED_RESOURCES_H__
20 #define __TCF_QUICKPANEL_SHARED_RESOURCES_H__
21         // enumeration for org_tizen_quickpanel_notiicons_message
22 enum
23 {
24     HELLO,
25     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_2,
26     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_3,
27     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_4,
28     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_5,
29     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_6,
30     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_7,
31     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_8,
32     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_9,
33     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_10,
34     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_11,
35     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_12,
36     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_13,
37     ORG_TIZEN_QUICKPANEL_NOTIICONS_MESSAGE_14,
38 };
39
40         // array of org_tizen_quickpanel_notiicons_message
41 char *org_tizen_quickpanel_notiicons_message[] = {
42     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message_failed.png",
43     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message_sending.png",
44     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message_mms_failed.png",
45     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message_cb-msg.png",
46     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_voice_mail.png",
47     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message_OTA.png",
48     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message_read_report.png",
49     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message_scheduled.png",
50     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message_mms_problem.png",
51     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message_reply.png",
52     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message.png",
53     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message_sim-card.png",
54     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_mms.png",
55     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message_delivery_report.png",
56 };
57
58         // enumeration for org_tizen_quickpanel_notiicons_lowbattery
59 enum
60 {
61     ORG_TIZEN_QUICKPANEL_NOTIICONS_LOWBATTERY_1,
62     ORG_TIZEN_QUICKPANEL_NOTIICONS_LOWBATTERY_2,
63     ORG_TIZEN_QUICKPANEL_NOTIICONS_LOWBATTERY_3,
64 };
65
66         // array of org_tizen_quickpanel_notiicons_lowbattery
67 char *org_tizen_quickpanel_notiicons_lowbattery[] = {
68     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_charging_battery_low.png",
69     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_battery_fully_charging.png",
70     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_charging_cable_disconnected.png",
71 };
72
73         // enumeration for org_tizen_quickpanel_notiicons_contact
74 enum
75 {
76     ORG_TIZEN_QUICKPANEL_NOTIICONS_CONTACT_1,
77     ORG_TIZEN_QUICKPANEL_NOTIICONS_CONTACT_2,
78 };
79
80         // array of org_tizen_quickpanel_notiicons_contact
81 char *org_tizen_quickpanel_notiicons_contact[] = {
82     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_icon_missed.png",
83     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_contact_default.png",
84 };
85
86         // enumeration for org_tizen_quickpanel_notiicons_share_with_contents
87 enum
88 {
89     ORG_TIZEN_QUICKPANEL_NOTIICONS_SHARE_WITH_CONTENTS_1,
90 };
91
92         // array of org_tizen_quickpanel_notiicons_share_with_contents
93 char *org_tizen_quickpanel_notiicons_share_with_contents[] = {
94     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_icon_Id_default.png",
95 };
96
97         // enumeration for org_tizen_quickpanel_notiicons_tizenstore
98 enum
99 {
100     ORG_TIZEN_QUICKPANEL_NOTIICONS_TIZENSTORE_1,
101 };
102
103         // array of org_tizen_quickpanel_notiicons_tizenstore
104 char *org_tizen_quickpanel_notiicons_tizenstore[] = {
105     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_tizen_store.png",
106 };
107
108         // enumeration for org_tizen_quickpanel_notiicons_wifi
109 enum
110 {
111     ORG_TIZEN_QUICKPANEL_NOTIICONS_WIFI_1,
112     ORG_TIZEN_QUICKPANEL_NOTIICONS_WIFI_2,
113     ORG_TIZEN_QUICKPANEL_NOTIICONS_WIFI_3,
114     ORG_TIZEN_QUICKPANEL_NOTIICONS_WIFI_4,
115     ORG_TIZEN_QUICKPANEL_NOTIICONS_WIFI_5,
116     ORG_TIZEN_QUICKPANEL_NOTIICONS_WIFI_6,
117     ORG_TIZEN_QUICKPANEL_NOTIICONS_WIFI_7,
118     ORG_TIZEN_QUICKPANEL_NOTIICONS_WIFI_8,
119     ORG_TIZEN_QUICKPANEL_NOTIICONS_WIFI_9,
120 };
121
122         // array of org_tizen_quickpanel_notiicons_wifi
123 char *org_tizen_quickpanel_notiicons_wifi[] = {
124     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_wifi_in_range.png",
125     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_wifi_no_detected.png",
126     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_wifi_availablility_check1.png",
127     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_wifi_direct_auto_off.png",
128     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_wifi_direct.png",
129     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_wifi_no_sign.png",
130     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_wifi_translate.png",
131     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_wifi_network_available.png",
132     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_wifi.png",
133 };
134
135         // enumeration for org_tizen_quickpanel_notiicons_account
136 enum
137 {
138     ORG_TIZEN_QUICKPANEL_NOTIICONS_ACCOUNT_1,
139     ORG_TIZEN_QUICKPANEL_NOTIICONS_ACCOUNT_2,
140 };
141
142         // array of org_tizen_quickpanel_notiicons_account
143 char *org_tizen_quickpanel_notiicons_account[] = {
144     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_account_samsung.png",
145     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_account_tizen.png",
146 };
147
148         // enumeration for org_tizen_quickpanel_notiicons_multisim
149 enum
150 {
151     ORG_TIZEN_QUICKPANEL_NOTIICONS_MULTISIM_1,
152     ORG_TIZEN_QUICKPANEL_NOTIICONS_MULTISIM_2,
153 };
154
155         // array of org_tizen_quickpanel_notiicons_multisim
156 char *org_tizen_quickpanel_notiicons_multisim[] = {
157     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_no_sim.png",
158     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_sim_full.png",
159 };
160
161         // enumeration for org_tizen_quickpanel_notiicons_internet
162 enum
163 {
164     ORG_TIZEN_QUICKPANEL_NOTIICONS_INTERNET_1,
165 };
166
167         // array of org_tizen_quickpanel_notiicons_internet
168 char *org_tizen_quickpanel_notiicons_internet[] = {
169     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_internet_flightmode.png",
170 };
171
172         // enumeration for org_tizen_quickpanel_notiicons_facebook
173 enum
174 {
175     ORG_TIZEN_QUICKPANEL_NOTIICONS_FACEBOOK_1,
176     ORG_TIZEN_QUICKPANEL_NOTIICONS_FACEBOOK_2,
177     ORG_TIZEN_QUICKPANEL_NOTIICONS_FACEBOOK_3,
178 };
179
180         // array of org_tizen_quickpanel_notiicons_facebook
181 char *org_tizen_quickpanel_notiicons_facebook[] = {
182     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_facebook_male_default.png",
183     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_facebook.png",
184     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_facebook_female_default.png",
185 };
186
187         // enumeration for org_tizen_quickpanel_notiicons_lockscreen
188 enum
189 {
190     ORG_TIZEN_QUICKPANEL_NOTIICONS_LOCKSCREEN_1,
191     ORG_TIZEN_QUICKPANEL_NOTIICONS_LOCKSCREEN_2,
192 };
193
194         // array of org_tizen_quickpanel_notiicons_lockscreen
195 char *org_tizen_quickpanel_notiicons_lockscreen[] = {
196     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_missed_call.png",
197     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_message.png",
198 };
199
200         // enumeration for org_tizen_quickpanel_notiicons_tethering
201 enum
202 {
203     ORG_TIZEN_QUICKPANEL_NOTIICONS_TETHERING_1,
204     ORG_TIZEN_QUICKPANEL_NOTIICONS_TETHERING_2,
205     ORG_TIZEN_QUICKPANEL_NOTIICONS_TETHERING_3,
206     ORG_TIZEN_QUICKPANEL_NOTIICONS_TETHERING_4,
207     ORG_TIZEN_QUICKPANEL_NOTIICONS_TETHERING_5,
208 };
209
210         // array of org_tizen_quickpanel_notiicons_tethering
211 char *org_tizen_quickpanel_notiicons_tethering[] = {
212     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_tethering_wifi.png",
213     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_tethering_all.png",
214     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_tethering_bt.png",
215     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_tethering_usb.png",
216     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_tethering.png",
217 };
218
219         // enumeration for org_tizen_quickpanel_notiicons_clock
220 enum
221 {
222     ORG_TIZEN_QUICKPANEL_NOTIICONS_CLOCK_1,
223 };
224
225         // array of org_tizen_quickpanel_notiicons_clock
226 char *org_tizen_quickpanel_notiicons_clock[] = {
227     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_clock_snooze.png",
228 };
229
230         // enumeration for org_tizen_quickpanel_notiicons_privatemode
231 enum
232 {
233     ORG_TIZEN_QUICKPANEL_NOTIICONS_PRIVATEMODE_1,
234 };
235
236         // array of org_tizen_quickpanel_notiicons_privatemode
237 char *org_tizen_quickpanel_notiicons_privatemode[] = {
238     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_private_mode.png",
239 };
240
241         // enumeration for org_tizen_quickpanel_notiicons_gallery
242 enum
243 {
244     ORG_TIZEN_QUICKPANEL_NOTIICONS_GALLERY_1,
245     ORG_TIZEN_QUICKPANEL_NOTIICONS_GALLERY_2,
246 };
247
248         // array of org_tizen_quickpanel_notiicons_gallery
249 char *org_tizen_quickpanel_notiicons_gallery[] = {
250     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_gallery_image.png",
251     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_gallery_image_error.png",
252 };
253
254         // enumeration for org_tizen_quickpanel_notiicons_bluetooth
255 enum
256 {
257     ORG_TIZEN_QUICKPANEL_NOTIICONS_BLUETOOTH_1,
258     ORG_TIZEN_QUICKPANEL_NOTIICONS_BLUETOOTH_2,
259     ORG_TIZEN_QUICKPANEL_NOTIICONS_BLUETOOTH_3,
260     ORG_TIZEN_QUICKPANEL_NOTIICONS_BLUETOOTH_4,
261 };
262
263         // array of org_tizen_quickpanel_notiicons_bluetooth
264 char *org_tizen_quickpanel_notiicons_bluetooth[] = {
265     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_bluetooth.png",
266     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_bluetooth_not_connected.png",
267     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_bluetooth_activated.png",
268     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_bluetooth_fail.png",
269 };
270
271         // enumeration for org_tizen_quickpanel_notiicons_calendar
272 enum
273 {
274     ORG_TIZEN_QUICKPANEL_NOTIICONS_CALENDAR_1,
275     ORG_TIZEN_QUICKPANEL_NOTIICONS_CALENDAR_2,
276     ORG_TIZEN_QUICKPANEL_NOTIICONS_CALENDAR_3,
277 };
278
279         // array of org_tizen_quickpanel_notiicons_calendar
280 char *org_tizen_quickpanel_notiicons_calendar[] = {
281     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_calendar_alarm.png",
282     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_calendar_02.png",
283     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_calendar.png",
284 };
285
286         // enumeration for org_tizen_quickpanel_notiicons_email
287 enum
288 {
289     ORG_TIZEN_QUICKPANEL_NOTIICONS_EMAIL_1,
290     ORG_TIZEN_QUICKPANEL_NOTIICONS_EMAIL_2,
291     ORG_TIZEN_QUICKPANEL_NOTIICONS_EMAIL_3,
292     ORG_TIZEN_QUICKPANEL_NOTIICONS_EMAIL_4,
293     ORG_TIZEN_QUICKPANEL_NOTIICONS_EMAIL_5,
294 };
295
296         // array of org_tizen_quickpanel_notiicons_email
297 char *org_tizen_quickpanel_notiicons_email[] = {
298     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_email.png",
299     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_email_read_report.png",
300     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_email_sent.png",
301     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_email_scheduled.png",
302     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_email_delivery_report.png",
303 };
304
305         // enumeration for org_tizen_quickpanel_notiicons_patterns
306 enum
307 {
308     ORG_TIZEN_QUICKPANEL_NOTIICONS_PATTERNS_1,
309     ORG_TIZEN_QUICKPANEL_NOTIICONS_PATTERNS_2,
310 };
311
312         // array of org_tizen_quickpanel_notiicons_patterns
313 char *org_tizen_quickpanel_notiicons_patterns[] = {
314     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_cooling_down.png",
315     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_screen_captured.png",
316 };
317
318         // enumeration for org_tizen_quickpanel_notiicons_fota
319 enum
320 {
321     ORG_TIZEN_QUICKPANEL_NOTIICONS_FOTA_1,
322     ORG_TIZEN_QUICKPANEL_NOTIICONS_FOTA_2,
323     ORG_TIZEN_QUICKPANEL_NOTIICONS_FOTA_3,
324     ORG_TIZEN_QUICKPANEL_NOTIICONS_FOTA_4,
325     ORG_TIZEN_QUICKPANEL_NOTIICONS_FOTA_5,
326 };
327
328         // array of org_tizen_quickpanel_notiicons_fota
329 char *org_tizen_quickpanel_notiicons_fota[] = {
330     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_fota_postpone.png",
331     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_fota_diagmon.png",
332     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_fota.png",
333     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_fota_diagmon_completion.png",
334     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_fota_completion.png",
335 };
336
337         // enumeration for org_tizen_quickpanel_notiicons_findmymobile
338 enum
339 {
340     ORG_TIZEN_QUICKPANEL_NOTIICONS_FINDMYMOBILE_1,
341     ORG_TIZEN_QUICKPANEL_NOTIICONS_FINDMYMOBILE_2,
342     ORG_TIZEN_QUICKPANEL_NOTIICONS_FINDMYMOBILE_3,
343 };
344
345         // array of org_tizen_quickpanel_notiicons_findmymobile
346 char *org_tizen_quickpanel_notiicons_findmymobile[] = {
347     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_FMM_call_log.png",
348     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_FMM_device_unlocked.png",
349     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_FMM_device_located.png",
350 };
351
352         // enumeration for org_tizen_quickpanel_notiicons_commons
353 enum
354 {
355     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_1,
356     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_2,
357     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_3,
358     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_4,
359     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_5,
360     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_6,
361     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_7,
362     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_8,
363     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_9,
364     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_10,
365     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_11,
366     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_12,
367     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_13,
368     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_14,
369     ORG_TIZEN_QUICKPANEL_NOTIICONS_COMMONS_15,
370 };
371
372         // array of org_tizen_quickpanel_notiicons_commons
373 char *org_tizen_quickpanel_notiicons_commons[] = {
374     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_download_05.png",
375     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_download_04.png",
376     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_download_01.png",
377     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_upload_01.png",
378     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_upload_03.png",
379     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_download_failed.png",
380     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_download_02.png",
381     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_upload_complete.png",
382     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_download_03.png",
383     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_upload_failed.png",
384     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_upload_02.png",
385     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_upload_05.png",
386     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_syncing.png",
387     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_upload_04.png",
388     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_download_complete.png",
389 };
390
391         // enumeration for org_tizen_quickpanel_notiicons_etc
392 enum
393 {
394     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_1,
395     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_2,
396     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_3,
397     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_4,
398     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_5,
399     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_6,
400     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_7,
401     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_8,
402     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_9,
403     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_10,
404     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_11,
405     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_12,
406     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_13,
407     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_14,
408     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_15,
409     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_16,
410     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_17,
411     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_18,
412     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_19,
413     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_20,
414     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_21,
415     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_22,
416     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_23,
417     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_24,
418     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_25,
419     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_26,
420     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_27,
421     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_28,
422     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_29,
423     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_30,
424     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_31,
425     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_32,
426     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_33,
427     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_34,
428     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_35,
429     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_36,
430     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_37,
431     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_38,
432     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_39,
433     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_40,
434     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_41,
435     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_42,
436     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_43,
437     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_44,
438     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_45,
439     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_46,
440     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_47,
441     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_48,
442     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_49,
443     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_50,
444     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_51,
445     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_52,
446     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_53,
447     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_54,
448     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_55,
449     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_56,
450     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_57,
451     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_58,
452     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_59,
453     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_60,
454     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_61,
455     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_62,
456     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_63,
457     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_64,
458     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_65,
459     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_66,
460     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_67,
461     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_68,
462     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_69,
463     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_70,
464     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_71,
465     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_72,
466     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_73,
467     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_74,
468     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_75,
469     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_76,
470     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_77,
471     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_78,
472     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_79,
473     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_80,
474     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_81,
475     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_82,
476     ORG_TIZEN_QUICKPANEL_NOTIICONS_ETC_83,
477 };
478
479         // array of org_tizen_quickpanel_notiicons_etc
480 char *org_tizen_quickpanel_notiicons_etc[] = {
481     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_sd_card_prepare.png",
482     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_side_sync.png",
483     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_firewall_activated.png",
484     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_sd_card_removed.png",
485     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_data_usage_warning.png",
486     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_keyboard_connected.png",
487     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_install_02.png",
488     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_spen.png",
489     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_dormant_mode.png",
490     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_print_waiting.png",
491     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_desktop_mode.png",
492     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_tethering_usb_fail.png",
493     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_ecb_mode.png",
494     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_bluetooth_download.png",
495     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_fm_radio.png",
496     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_no_sim_full.png",
497     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_download_booster.png",
498     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_gqs_on.png",
499     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_battery_loading.png",
500     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_voice_recorder_play.png",
501     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_install_03.png",
502     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_shareshot_send_problem.png",
503     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_sd_card_decryption.png",
504     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_im.png",
505     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_sim_toolkit.png",
506     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_usb_connected.png",
507     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_shareshot_receive.png",
508     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_auto_rejected.png",
509     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_tv.png",
510     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_install_04.png",
511     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_rcs_chat.png",
512     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_install_complete.png",
513     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_keyboard.png",
514     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_install_05.png",
515     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_fota_postpone.png",
516     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_voice_mail_01.png",
517     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_updated_complete.png",
518     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_accessory_connected.png",
519     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_usb_unknown_fail.png",
520     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/Icon_tethering_unknown_usb_fail.png",
521     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_video.png",
522     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_install_01.png",
523     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_voice_mail_03.png",
524     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_chat.png",
525     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_multi_window.png",
526     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_sd_card.png",
527     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_voice_mail.png",
528     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_tty_mode.png",
529     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_print.png",
530     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_sd_card_encryption_error.png",
531     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_mms_delivery_report.png",
532     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_mms_failed.png",
533     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_smemo_sync.png",
534     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_screen_recorder.png",
535     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_mms_problem.png",
536     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_gqs_searching.png",
537     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_updated_failed.png",
538     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_multiple_devices_connected.png",
539     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_error.png",
540     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_fota.png",
541     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_shareshot_receive_problem.png",
542     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_camera_connected.png",
543     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_rcs_file_transfer.png",
544     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_safe_mode.png",
545     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_screen_recorder_dim.png",
546     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_shareshot_send.png",
547     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_usb_mass_storage_connected.png",
548     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_battery_charge.png",
549     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_sync_error.png",
550     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_install_failed.png",
551     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_voice_memo.png",
552     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_wifi_translate.png",
553     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_usb_fail.png",
554     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_sd_card_encryption.png",
555     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_all_connected.png",
556     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_multi_email.png",
557     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_voice_recorder_paused.png",
558     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_voice_mail_02.png",
559     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_near_by_device.png",
560     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_smart_stay.png",
561     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_backup.png",
562     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_sd_card_error.png",
563     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_fota_completion.png",
564 };
565
566         // enumeration for org_tizen_quickpanel_notiicons_drop
567 enum
568 {
569     ORG_TIZEN_QUICKPANEL_NOTIICONS_DROP_1,
570 };
571
572         // array of org_tizen_quickpanel_notiicons_drop
573 char *org_tizen_quickpanel_notiicons_drop[] = {
574     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/moti_dropbox.png",
575 };
576
577         // enumeration for org_tizen_quickpanel_notiicons_send
578 enum
579 {
580     ORG_TIZEN_QUICKPANEL_NOTIICONS_SEND_1,
581 };
582
583         // array of org_tizen_quickpanel_notiicons_send
584 char *org_tizen_quickpanel_notiicons_send[] = {
585     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_icon_emergency.png",
586 };
587
588         // enumeration for org_tizen_quickpanel_notiicons_sendhelpmessage
589 enum
590 {
591     ORG_TIZEN_QUICKPANEL_NOTIICONS_SENDHELPMESSAGE_1,
592 };
593
594         // array of org_tizen_quickpanel_notiicons_sendhelpmessage
595 char *org_tizen_quickpanel_notiicons_sendhelpmessage[] = {
596     "/usr/apps/org.tizen.quickpanel/shared/res/noti_icons/noti_send_emergency_msg.png",
597 };
598
599 #endif /* __TCF_QUICKPANEL_SHARED_RESOURCES_H__ */