commondrm/drmutility/data/drmutility.rss
branchRCL_3
changeset 72 1481bf457703
parent 71 1221b68b8a5f
--- 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 <eikon.rh>
-#include <eikon.rsg>
+#include <avkon.rsg>
 #include <avkon.rh>
-#include <avkon.rsg>
+#include <avkon.hrh>
+#include <avkon.mbg>
+#include <bldvariant.hrh>
 #include <avkon.loc>
-#include <avkon.mbg>
+#include <bldvariant.hrh>
+#include <CommonDialogs.hrh> 
+#include <CommonDialogs.rh> 
 
 #include <drmutility.loc>
 
@@ -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