omadrm/drmplugins/drmromtm/uiData/src/RoMtmUi.rss
changeset 0 95b198f216e5
child 2 76350b5be3d8
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resources for the Mtm Ui Data
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 //  INCLUDES
       
    23 
       
    24 #include <romtmui.loc>
       
    25 #include <eikon.rh>
       
    26 #include <uikon.rh>
       
    27 #include <uikon.hrh>
       
    28 #include <avkon.rh>
       
    29 #include <avkon.rsg>
       
    30 #include <avkon.loc>
       
    31 #include <mtud.rh>
       
    32 #include <MTMExtendedCapabilities.hrh>
       
    33 #include <Muiu.mbg>
       
    34 #include <data_caging_paths_strings.hrh>
       
    35 
       
    36 #include "RoMtmCommands.hrh"
       
    37 #include "RoMtmUi.hrh"
       
    38 //  RESOURCE DEFINITIONS
       
    39 
       
    40 NAME ROUI
       
    41 
       
    42 RESOURCE RSS_SIGNATURE { }
       
    43 
       
    44 //=============================================================================
       
    45 //
       
    46 // MTM UI Data framework related resources
       
    47 //
       
    48 //=============================================================================
       
    49 
       
    50 
       
    51 
       
    52 // User information strings
       
    53 RESOURCE TBUF80 r_roud_can_not_edit_folders  {buf="Can not edit folders";}
       
    54 RESOURCE TBUF80 r_roud_only_messages  {buf="This can only be done on local messages";}
       
    55 RESOURCE TBUF80 r_roud_not_supported  {buf="This action is not supported";}
       
    56 
       
    57 
       
    58 RESOURCE AKN_ICON_ARRAY r_ronsm_icons
       
    59     {
       
    60     bmpfile = APP_BITMAP_DIR"\\Muiu.mbm";
       
    61 
       
    62     icons =
       
    63         {
       
    64         AKN_ICON { iconId = EMbmMuiuQgn_prop_mce_push_unread;
       
    65                    maskId = EMbmMuiuQgn_prop_mce_push_unread_mask; }
       
    66         };
       
    67     }
       
    68 
       
    69 // -----------------------------------------------------------------------------
       
    70 //
       
    71 // r_romtmui_trigger_confirmation_query
       
    72 // Confirmation query dialog
       
    73 //
       
    74 // -----------------------------------------------------------------------------
       
    75 //
       
    76 RESOURCE DIALOG r_romtmui_trigger_confirmation_query
       
    77     {
       
    78     flags=EGeneralQueryFlags;
       
    79     buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
    80     items=
       
    81         {
       
    82         DLG_LINE
       
    83             {
       
    84             type=EAknCtQuery;
       
    85             id=EGeneralQuery;
       
    86             control= AVKON_CONFIRMATION_QUERY
       
    87                 {
       
    88                 layout = EConfirmationQueryLayout;
       
    89                 label = " ";
       
    90                 };
       
    91             }
       
    92         };
       
    93     }
       
    94 
       
    95 
       
    96 // -----------------------------------------------------------------------------
       
    97 //
       
    98 // r_romtmui_query_rights_acq_msg
       
    99 // Confirmation query text used when triggering rights acquisition
       
   100 //
       
   101 // -----------------------------------------------------------------------------
       
   102 //
       
   103 RESOURCE TBUF r_romtmui_query_rights_acq_msg
       
   104     {
       
   105     buf = qtn_drm_query_rights_acq_msg;
       
   106     }
       
   107 
       
   108 // -----------------------------------------------------------------------------
       
   109 //
       
   110 // r_romtmui_query_join_domain_msg
       
   111 // Confirmation query text used when triggering registration to a domain
       
   112 //
       
   113 // -----------------------------------------------------------------------------
       
   114 //
       
   115 RESOURCE TBUF r_romtmui_query_join_domain_msg
       
   116     {
       
   117     buf = qtn_drm_query_join_domain_msg;
       
   118     }
       
   119 
       
   120 // -----------------------------------------------------------------------------
       
   121 //
       
   122 // r_romtmui_query_leave_domain_msg
       
   123 // Confirmation query text used when triggering unregistration to a domain
       
   124 //
       
   125 // -----------------------------------------------------------------------------
       
   126 //
       
   127 RESOURCE TBUF r_romtmui_query_leave_domain_msg
       
   128     {
       
   129     buf =  qtn_drm_query_leave_domain_msg;
       
   130     }