--- a/idlefw/src/framework/homescreen.rss Mon Mar 15 12:41:53 2010 +0200
+++ b/idlefw/src/framework/homescreen.rss Wed Mar 31 22:04:35 2010 +0300
@@ -60,3 +60,24 @@
#endif // __SCALABLE_ICONS
};
}
+
+RESOURCE DIALOG r_homescreen_wait_dialog
+ {
+ flags = EAknWaitNoteFlags;
+ buttons = R_AVKON_SOFTKEYS_EMPTY;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtNote;
+ id = EGeneralNote;
+ control= AVKON_NOTE
+ {
+ layout = EWaitLayout;
+ singular_label = qtn_hs_backup_use_prevented;
+ animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+ };
+ }
+ };
+ }
+