diff -r 1221b68b8a5f -r 1481bf457703 commondrm/drmutility/data/drmutility.rss --- a/commondrm/drmutility/data/drmutility.rss Tue Aug 31 15:29:38 2010 +0300 +++ b/commondrm/drmutility/data/drmutility.rss Wed Sep 01 12:21:16 2010 +0100 @@ -21,11 +21,15 @@ // INCLUDES #include -#include +#include #include -#include +#include +#include +#include #include -#include +#include +#include +#include #include @@ -597,4 +601,56 @@ #endif // RD_DRM_PREVIEW_RIGHT_FOR_AUDIO +// ----------------------------------------------------------------------------- +// r_drmutility_sync_with_pc +// Text displayed if WMDRM Direct License Acquisition is supported to +// notify user that license needs to be aquired with PC sync. +// ----------------------------------------------------------------------------- +RESOURCE TBUF r_drmutility_sync_with_pc + { + buf = qtn_drm_sync_with_pc; + } + +// ----------------------------------------------------------------------------- +// r_drmutility_sync_with_pc_header +// Header displayed if WMDRM Direct License Acquisition is supported to +// notify user that license needs to be aquired with PC sync. +// ----------------------------------------------------------------------------- +RESOURCE TBUF r_drmutility_head_no_license + { + buf = qtn_drm_msg_qry_head_no_license; + } + +//------------------------------------------------------------------------------ +// +// r_drmutility_sync_dialog +// Shows the user a dialog that license needs to be synced with pc +// +//------------------------------------------------------------------------------ +// +RESOURCE DIALOG r_drmutility_sync_dialog + { + flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; + buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK; + items = + { + DLG_LINE + { + type = EAknCtPopupHeadingPane; + id = EAknMessageQueryHeaderId; + control = AVKON_HEADING + { + }; + }, + DLG_LINE + { + type = EAknCtMessageQuery; + id = EAknMessageQueryContentId; + control = AVKON_MESSAGE_QUERY + { + }; + } + }; + + } // End of File