commondrm/drmutility/data/drmutility.rss
branchRCL_3
changeset 26 1221b68b8a5f
parent 16 457cd4423b8c
child 27 1481bf457703
--- a/commondrm/drmutility/data/drmutility.rss	Thu Aug 19 10:12:10 2010 +0300
+++ b/commondrm/drmutility/data/drmutility.rss	Tue Aug 31 15:29:38 2010 +0300
@@ -21,15 +21,11 @@
 
 //  INCLUDES
 #include <eikon.rh>
-#include <avkon.rsg>
+#include <eikon.rsg>
 #include <avkon.rh>
-#include <avkon.hrh>
+#include <avkon.rsg>
+#include <avkon.loc>
 #include <avkon.mbg>
-#include <bldvariant.hrh>
-#include <avkon.loc>
-#include <bldvariant.hrh>
-#include <CommonDialogs.hrh> 
-#include <CommonDialogs.rh> 
 
 #include <drmutility.loc>
 
@@ -601,56 +597,4 @@
 
 #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