diff -r 4af31167ea77 -r 13d7c31c74e0 terminalsecurity/SCP/SCPClient/data/SCPNotifier.rss --- a/terminalsecurity/SCP/SCPClient/data/SCPNotifier.rss Thu Jul 15 19:36:11 2010 +0300 +++ b/terminalsecurity/SCP/SCPClient/data/SCPNotifier.rss Thu Aug 19 10:44:50 2010 +0300 @@ -109,5 +109,29 @@ { buf = qtn_set_sec_code_setting_query_server; } + +RESOURCE TBUF r_scp_lawmo_locked + { + buf = qtn_device_locked_remotely; + } + +RESOURCE DIALOG r_dialog_warning +{ + flags = EAknWarningNoteFlags | EEikDialogFlagWait; + buttons = R_AVKON_SOFTKEYS_EMPTY; + items = + { + DLG_LINE + { + type = EAknCtNote; + id = EGeneralNote; + control = AVKON_NOTE + { + layout = EGeneralLayout; + animation = R_QGN_NOTE_WARNING_ANIM; + }; + } + }; +} // end of file