mmsharing/mmshui/data/musui.rss
branchRCL_3
changeset 33 bc78a40cd63c
child 41 755f0370535b
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
       
     1 /*
       
     2 * Copyright (c) 2005 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:  application resource file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // -----------------------------------------------------------------------------
       
    21 // FOUR-LETTER RESOURCE IDENTIFIER
       
    22 // -----------------------------------------------------------------------------
       
    23 //
       
    24 NAME MUSH
       
    25 
       
    26 
       
    27 // -----------------------------------------------------------------------------
       
    28 // INCLUDE FILES
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 #include "musui.hrh"
       
    32 #include <mus.loc> // localization
       
    33 #include <musoperator.loc> //localization
       
    34 
       
    35 #include <musuiicons.mbg>
       
    36 #include <musuitoolbaricons.mbg>
       
    37 #include <appinfo.rh>
       
    38 #include <data_caging_paths_strings.hrh>
       
    39 #include <eikon.rh>
       
    40 #include <avkon.rsg>
       
    41 #include <avkon.mbg>
       
    42 #include <avkon.rh>
       
    43 #include <avkon.hrh>
       
    44 #include <avkon.loc>
       
    45 #include <drmcommon.loc>
       
    46 
       
    47 #include <aknsconstants.hrh>
       
    48 #include <incallmenuandsoftkeys.loc>
       
    49 // -----------------------------------------------------------------------------
       
    50 // RESOURCE DEFINITIONS
       
    51 // -----------------------------------------------------------------------------
       
    52 //
       
    53 RESOURCE RSS_SIGNATURE { }
       
    54 
       
    55 RESOURCE TBUF { buf = "MUSUI"; }
       
    56 
       
    57 RESOURCE EIK_APP_INFO
       
    58     {
       
    59     }
       
    60 
       
    61 
       
    62 // -----------------------------------------------------------------------------
       
    63 // CONSTANTS
       
    64 // -----------------------------------------------------------------------------
       
    65 //
       
    66 #define KMyBitmapRomFile "Z:\\resource\\apps\\musuiicons.mif"
       
    67 #define KMyBitmapRamFile "C:\\resource\\apps\\musuiicons.mif"
       
    68 
       
    69 RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
       
    70     {
       
    71     short_caption = qtn_apps_msh_grid;
       
    72     caption_and_icon = CAPTION_AND_ICON_INFO
       
    73         {
       
    74         caption = qtn_apps_msh_list;
       
    75         number_of_icons = 1;
       
    76         icon_file = APP_BITMAP_DIR"\\musui_aif.mif";
       
    77         };
       
    78     }
       
    79 
       
    80 
       
    81 // -----------------------------------------------------------------------------
       
    82 // Hotkeys defined for application
       
    83 // -----------------------------------------------------------------------------
       
    84 //
       
    85 RESOURCE HOTKEYS r_musui_hotkeys
       
    86     {
       
    87     control =
       
    88         {
       
    89         HOTKEY { command = EEikCmdExit; key = 'e'; }
       
    90         };
       
    91     }
       
    92 
       
    93 
       
    94 // -----------------------------------------------------------------------------
       
    95 // Items for general menu
       
    96 // -----------------------------------------------------------------------------
       
    97 //
       
    98 RESOURCE MENU_PANE r_musui_general_menu
       
    99     {
       
   100     items =
       
   101         {
       
   102         MENU_ITEM { command = EMusuiGenCmdExit; txt = qtn_options_exit; }
       
   103         };
       
   104     }
       
   105 
       
   106 
       
   107 // -----------------------------------------------------------------------------
       
   108 // View-resource definition for general view
       
   109 // -----------------------------------------------------------------------------
       
   110 //
       
   111 RESOURCE AVKON_VIEW r_musui_generalview
       
   112     {
       
   113     menubar = r_musui_generalview_menubar;
       
   114     toolbar = r_mus_toolbar;
       
   115     cba     = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
   116     }
       
   117 
       
   118 
       
   119 // -----------------------------------------------------------------------------
       
   120 // View-resource definition for null view
       
   121 // -----------------------------------------------------------------------------
       
   122 //
       
   123 RESOURCE AVKON_VIEW r_musui_nullview
       
   124     {
       
   125     menubar = r_musui_generalview_menubar;
       
   126     cba     = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
   127     }
       
   128 
       
   129 
       
   130 // -----------------------------------------------------------------------------
       
   131 // Menubar definition for general view
       
   132 // -----------------------------------------------------------------------------
       
   133 //
       
   134 RESOURCE MENU_BAR r_musui_generalview_menubar
       
   135     {
       
   136     titles =
       
   137         {
       
   138         MENU_TITLE { menu_pane = r_musui_general_menu;  txt = "--"; },
       
   139         MENU_TITLE { menu_pane = r_musui_generalview_menu; txt = "--"; }
       
   140         };
       
   141     }
       
   142 
       
   143 
       
   144 // -----------------------------------------------------------------------------
       
   145 // Items for menupane in general view
       
   146 // -----------------------------------------------------------------------------
       
   147 //
       
   148 RESOURCE MENU_PANE r_musui_generalview_menu
       
   149     {
       
   150     items =
       
   151         {
       
   152         MENU_ITEM { command = EMusuiCmdAppTest; txt = "Test"; } // TODO: Fixme
       
   153         };
       
   154     }
       
   155 
       
   156 
       
   157 // -----------------------------------------------------------------------------
       
   158 // View-resource definition for live sharing view
       
   159 // -----------------------------------------------------------------------------
       
   160 //
       
   161 RESOURCE AVKON_VIEW r_musui_view
       
   162     {
       
   163     menubar = r_musui_view_menubar;
       
   164 //    toolbar = r_mus_toolbar;
       
   165     cba     = r_musui_view_cba;
       
   166     }
       
   167 
       
   168 
       
   169 // -----------------------------------------------------------------------------
       
   170 //
       
   171 // -----------------------------------------------------------------------------
       
   172 //
       
   173 RESOURCE CBA r_musui_view_cba
       
   174     {
       
   175     buttons=
       
   176         {
       
   177         CBA_BUTTON
       
   178             {
       
   179             txt = text_softkey_option;
       
   180             id = EAknSoftkeyOptions;
       
   181             },
       
   182         CBA_BUTTON
       
   183             {
       
   184             txt = qtn_msh_softkey_stop;
       
   185             id = EAknSoftkeyExit;
       
   186             },
       
   187         CBA_BUTTON
       
   188             {
       
   189             //txt = text_softkey_option;  // qgn_prop_msk_select;
       
   190             id = EEikBidBlank;  // EAknSoftkeyOptions;
       
   191             }
       
   192         };
       
   193     }
       
   194 
       
   195 
       
   196 // -----------------------------------------------------------------------------
       
   197 // Operator Specific Middle softkeys
       
   198 // -----------------------------------------------------------------------------
       
   199 //
       
   200 RESOURCE CBA_BUTTON r_musui_view_ops_msk_ihf_off
       
   201     {
       
   202     id = EMusuiCmdViewHandset;
       
   203     txt = qtn_msh_msk_ihf_off;
       
   204     }
       
   205 
       
   206 RESOURCE CBA_BUTTON r_musui_view_ops_msk_ihf_on
       
   207     {
       
   208     id = EMusuiCmdViewLoadspeaker;
       
   209     txt = qtn_msh_msk_ihf_on;
       
   210     }
       
   211 
       
   212 RESOURCE CBA_BUTTON r_musui_view_msk_ok
       
   213     {
       
   214     id = EMusuiCmdViewMiddleSoftkeyOk;
       
   215     txt = qtn_msh_msk_done;
       
   216     }
       
   217 
       
   218 
       
   219 // -----------------------------------------------------------------------------
       
   220 // Menubar definition for live sharing view
       
   221 // -----------------------------------------------------------------------------
       
   222 //
       
   223 RESOURCE MENU_BAR r_musui_view_menubar
       
   224     {
       
   225     titles =
       
   226         {
       
   227         MENU_TITLE { menu_pane = r_musui_general_menu;  txt = "--"; },
       
   228         MENU_TITLE { menu_pane = r_musui_view_menu; txt = "--"; }
       
   229         };
       
   230     }
       
   231     
       
   232 
       
   233 // -----------------------------------------------------------------------------
       
   234 // Items for menupane in live sharing view
       
   235 // -----------------------------------------------------------------------------
       
   236 //
       
   237 RESOURCE MENU_PANE r_musui_view_menu
       
   238     {
       
   239     items =
       
   240         {
       
   241         MENU_ITEM
       
   242             {
       
   243             command = EMusuiCmdViewReplay;
       
   244             txt = qtn_msh_shareview_softk_replay;
       
   245             },
       
   246         MENU_ITEM
       
   247             {
       
   248             command = EMusuiCmdViewShareVideo;
       
   249             txt = qtn_msh_options_gen_shareclip;
       
   250             },
       
   251         MENU_ITEM
       
   252             {
       
   253             command = EMusuiCmdViewShareImage;
       
   254             txt = qtn_msh_options_gen_shareimage;
       
   255             },
       
   256         MENU_ITEM
       
   257             {
       
   258             command = EMusuiCmdViewShareLive;
       
   259             txt = qtn_msh_options_gen_sharelive;
       
   260             },
       
   261         MENU_ITEM
       
   262             {
       
   263             command = EMusuiCmdViewAudioNormal;
       
   264             txt = qtn_msh_options_clip_audio_normal;
       
   265             },
       
   266         MENU_ITEM
       
   267             {
       
   268             command = EMusuiCmdViewAudioMute;
       
   269             txt = qtn_msh_options_clip_audio_mute;
       
   270             },
       
   271         MENU_ITEM
       
   272             {
       
   273             command = EMusuiCmdToolbarZoom;
       
   274             txt = qtn_msh_tooltip_zoom; // Adjust zoom
       
   275             },
       
   276         MENU_ITEM
       
   277             {
       
   278             command = EMusuiCmdToolbarBrightness;
       
   279             txt = qtn_msh_tooltip_brightness; // Adjust brightness
       
   280             },
       
   281         MENU_ITEM
       
   282             {
       
   283             command = EMusuiCmdViewFullScreen;
       
   284             txt = qtn_msh_options_fullscreen;
       
   285             },   
       
   286         MENU_ITEM
       
   287             {
       
   288             command = EMusuiCmdViewZoom;
       
   289             txt = qtn_msh_options_zoom;
       
   290             },    
       
   291         MENU_ITEM
       
   292             {
       
   293             command = EMusuiCmdViewBrightness;
       
   294             txt = qtn_msh_options_brightness;
       
   295             },
       
   296         MENU_ITEM
       
   297             {
       
   298             command = EMusuiCmdRecord;
       
   299             txt = qtn_msh_options_rec_start;
       
   300             },
       
   301         MENU_ITEM
       
   302             {
       
   303             command = EMusuiCmdStopRecording;
       
   304             txt = qtn_msh_options_rec_stop;
       
   305             },
       
   306         MENU_ITEM
       
   307             {
       
   308             command = EMusuiCmdViewMicrophoneMute;
       
   309             txt = qtn_incal_mute_option;
       
   310             },
       
   311         MENU_ITEM
       
   312             {
       
   313             command = EMusuiCmdViewMicrophoneUnmute;
       
   314             txt = qtn_incal_unmute_option;
       
   315             },
       
   316         MENU_ITEM 
       
   317             {
       
   318             command = EMusuiCmdViewEndActiveCall;
       
   319             txt =  qtn_incal_drop_option;
       
   320             },
       
   321 #ifdef __SERIES60_HELP            
       
   322         MENU_ITEM
       
   323             {
       
   324             command = EAknCmdHelp;
       
   325             txt = qtn_options_help;
       
   326             }
       
   327 #endif  // __SERIES60_HELP
       
   328         };
       
   329     }
       
   330 
       
   331 
       
   332 // -----------------------------------------------------------------------------
       
   333 //
       
   334 // -----------------------------------------------------------------------------
       
   335 //
       
   336 RESOURCE AVKON_LAYOUT_RECT r_mus_navi_media_icon_layout_size
       
   337     {
       
   338     l = 0; t = 0; W = 13; H = 16;
       
   339     }
       
   340 
       
   341 
       
   342 // -----------------------------------------------------------------------------
       
   343 //
       
   344 // -----------------------------------------------------------------------------
       
   345 //
       
   346 RESOURCE AVKON_LAYOUT_TEXT r_mus_navi_media_text_left_layout
       
   347     {
       
   348     font = ELatinPlain12;
       
   349     C = 10;
       
   350     l = 43;
       
   351     r = 4;
       
   352     B = 13;
       
   353     W = 73;
       
   354     J = ELayoutAlignLeft;
       
   355     }
       
   356 
       
   357 
       
   358 // -----------------------------------------------------------------------------
       
   359 //
       
   360 // -----------------------------------------------------------------------------
       
   361 //
       
   362 RESOURCE AVKON_LAYOUT_TEXT r_mus_navi_media_text_right_layout
       
   363     {
       
   364     font = ELatinPlain12;
       
   365     C = 0;
       
   366     l = 43;
       
   367     r = 4;
       
   368     B = 13;
       
   369     W = 73;
       
   370     J = ELayoutAlignRight;
       
   371     }
       
   372 
       
   373 
       
   374 // -----------------------------------------------------------------------------
       
   375 //
       
   376 // -----------------------------------------------------------------------------
       
   377 //
       
   378 RESOURCE AKN_ICON_ARRAY r_mus_navi_media_icon_array_rom
       
   379     {
       
   380     bmpfile = KMyBitmapRomFile; // HERE
       
   381     icons =
       
   382         {
       
   383         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_forw;
       
   384                     maskId = EMbmMusuiiconsQgn_indi_video_forw_mask; },
       
   385         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_pause;
       
   386                     maskId = EMbmMusuiiconsQgn_indi_video_pause_mask; },
       
   387         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_play;
       
   388                     maskId = EMbmMusuiiconsQgn_indi_video_play_mask; },
       
   389         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_record;
       
   390                     maskId = EMbmMusuiiconsQgn_indi_video_record_mask; },
       
   391         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_record_not;
       
   392                     maskId = EMbmMusuiiconsQgn_indi_video_record_not_mask; },
       
   393         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_rew;
       
   394                     maskId = EMbmMusuiiconsQgn_indi_video_rew_mask; },
       
   395         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_stop;
       
   396                     maskId = EMbmMusuiiconsQgn_indi_video_stop_mask; },
       
   397         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait1;
       
   398                     maskId = EMbmMusuiiconsQgn_indi_video_wait1_mask; },
       
   399         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait2;
       
   400                     maskId = EMbmMusuiiconsQgn_indi_video_wait2_mask; },
       
   401         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait3;
       
   402                     maskId = EMbmMusuiiconsQgn_indi_video_wait3_mask; },
       
   403         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait4;
       
   404                     maskId = EMbmMusuiiconsQgn_indi_video_wait4_mask; },
       
   405         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait5;
       
   406                     maskId = EMbmMusuiiconsQgn_indi_video_wait5_mask; },
       
   407         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait6;
       
   408                     maskId = EMbmMusuiiconsQgn_indi_video_wait6_mask; },
       
   409         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait7;
       
   410                     maskId = EMbmMusuiiconsQgn_indi_video_wait7_mask; },
       
   411         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait8;
       
   412                     maskId = EMbmMusuiiconsQgn_indi_video_wait8_mask; }
       
   413         };
       
   414     }
       
   415 
       
   416  // -----------------------------------------------------------------------------
       
   417 //
       
   418 // -----------------------------------------------------------------------------
       
   419 //
       
   420 RESOURCE AKN_ICON_ARRAY r_mus_navi_media_icon_array_ram
       
   421     {
       
   422     bmpfile = KMyBitmapRamFile; // HERE
       
   423     icons =
       
   424         {
       
   425         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_forw;
       
   426                     maskId = EMbmMusuiiconsQgn_indi_video_forw_mask; },
       
   427         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_pause;
       
   428                     maskId = EMbmMusuiiconsQgn_indi_video_pause_mask; },
       
   429         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_play;
       
   430                     maskId = EMbmMusuiiconsQgn_indi_video_play_mask; },
       
   431         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_record;
       
   432                     maskId = EMbmMusuiiconsQgn_indi_video_record_mask; },
       
   433         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_record_not;
       
   434                     maskId = EMbmMusuiiconsQgn_indi_video_record_not_mask; },
       
   435         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_rew;
       
   436                     maskId = EMbmMusuiiconsQgn_indi_video_rew_mask; },
       
   437         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_stop;
       
   438                     maskId = EMbmMusuiiconsQgn_indi_video_stop_mask; },
       
   439         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait1;
       
   440                     maskId = EMbmMusuiiconsQgn_indi_video_wait1_mask; },
       
   441         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait2;
       
   442                     maskId = EMbmMusuiiconsQgn_indi_video_wait2_mask; },
       
   443         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait3;
       
   444                     maskId = EMbmMusuiiconsQgn_indi_video_wait3_mask; },
       
   445         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait4;
       
   446                     maskId = EMbmMusuiiconsQgn_indi_video_wait4_mask; },
       
   447         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait5;
       
   448                     maskId = EMbmMusuiiconsQgn_indi_video_wait5_mask; },
       
   449         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait6;
       
   450                     maskId = EMbmMusuiiconsQgn_indi_video_wait6_mask; },
       
   451         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait7;
       
   452                     maskId = EMbmMusuiiconsQgn_indi_video_wait7_mask; },
       
   453         AKN_ICON  { iconId = EMbmMusuiiconsQgn_indi_video_wait8;
       
   454                     maskId = EMbmMusuiiconsQgn_indi_video_wait8_mask; }
       
   455         };
       
   456     }
       
   457 
       
   458 ///////////////////////////////////////////////////LG///////////////////////////////////////////
       
   459 // -----------------------------------------------------------------------------
       
   460 // Toolbar for non-touch mode
       
   461 // -----------------------------------------------------------------------------
       
   462 //
       
   463 RESOURCE AVKON_TOOLBAR r_mus_toolbar_nontouch
       
   464     {
       
   465     //KAknToolbarFlexiblePosition
       
   466     //3.2.3 -> KAknToolbarWithoutCba
       
   467     //5.0   -> KAknToolbarFixed
       
   468     flags = KAknToolbarWithoutCba | KAknToolbarFloatingUnTransparent;
       
   469 
       
   470     items =
       
   471         {
       
   472         // ****************************************************************** //
       
   473         TBAR_CTRL   // Sending Live/Clip & Receiving: Activate Volume Mode
       
   474             {
       
   475             type = EAknCtButton;
       
   476             id = EMusuiCmdToolbarVolume;
       
   477             control = AVKON_BUTTON
       
   478                 {
       
   479                 flags = KAknButtonSizeFitText ;
       
   480                 states =
       
   481                     {
       
   482                     AVKON_BUTTON_STATE
       
   483                         {
       
   484                         //txt = qtn_msh_tooltip_volume;   // Adjust call volume
       
   485                         helptxt = qtn_msh_tooltip_volume;
       
   486                         // TODO: ROM/RAM:
       
   487                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";
       
   488                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_call_volume;
       
   489                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_call_volume_mask;
       
   490                         }
       
   491                     };
       
   492                 };
       
   493             },
       
   494           // ****************************************************************** //
       
   495                                                                                                                                                 
       
   496           TBAR_CTRL   // Receiving: Change to full screen mode
       
   497               {
       
   498               type = EAknCtButton;
       
   499               id = EMusuiCmdToolbarFullScreen;
       
   500               control = AVKON_BUTTON
       
   501                   {
       
   502                   flags = KAknButtonSizeFitText ;
       
   503                   states =
       
   504                       {
       
   505                       AVKON_BUTTON_STATE
       
   506                           {
       
   507                           //txt = qtn_msh_tooltip_fullscreen; // View in full screen mode
       
   508                           helptxt = qtn_msh_tooltip_fullscreen; 
       
   509                           // TODO: ROM/RAM:
       
   510                           bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";
       
   511                           bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_fullscreen;
       
   512                           bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_fullscreen_mask;
       
   513 //                          extension = r_mus_fullscreen_button_state_extension;
       
   514                           }
       
   515                       };
       
   516                   };
       
   517               },
       
   518                                                                                                                                                 
       
   519         // ****************************************************************** //
       
   520        
       
   521         TBAR_CTRL   // Sending Live: Pause sharing <=> Toggled
       
   522             {
       
   523             type = EAknCtButton;
       
   524             id = EMusuiCmdToolbarPauseLive;
       
   525             control = AVKON_BUTTON
       
   526                 {
       
   527                 flags = KAknButtonSizeFitText;
       
   528                 states =
       
   529                     {
       
   530                     AVKON_BUTTON_STATE
       
   531                         {
       
   532                         //txt = qtn_msh_tooltip_pause_live;   // Pause sharing
       
   533                         helptxt = qtn_msh_tooltip_pause_live;
       
   534                         // TODO: ROM/RAM:
       
   535                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";
       
   536                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_pause_send_video;
       
   537                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_pause_send_video_mask;
       
   538 //                        extension = r_mus_pause_send_video_button_state_extension;
       
   539                         }
       
   540                     };
       
   541                 };
       
   542             },
       
   543         TBAR_CTRL   // Sending Live/Clip: Un-pause sharing <=> Toggled
       
   544             {
       
   545             type = EAknCtButton;
       
   546             id = EMusuiCmdToolbarUnPauseLive;
       
   547             control = AVKON_BUTTON
       
   548                 {
       
   549                 flags = KAknButtonSizeFitText;
       
   550                 states =
       
   551                     {
       
   552                     AVKON_BUTTON_STATE
       
   553                         {
       
   554                         //txt = qtn_msh_tooltip_unpause_live;
       
   555                         helptxt = qtn_msh_tooltip_unpause_live;
       
   556                         // TODO: ROM/RAM
       
   557                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";
       
   558                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_video;
       
   559                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_video_mask;
       
   560 //                        extension = r_mus_video_button_state_extension;
       
   561                         }
       
   562                     };
       
   563                 };
       
   564             },
       
   565         // ****************************************************************** //
       
   566                                             
       
   567         TBAR_CTRL   // Sending Clip: Pause sharing <=> Toggled
       
   568             {
       
   569             type = EAknCtButton;
       
   570             id = EMusuiCmdToolbarPause;
       
   571             control = AVKON_BUTTON
       
   572                 {
       
   573                 flags = KAknButtonSizeFitText ;
       
   574                 states =
       
   575                     {
       
   576                     AVKON_BUTTON_STATE
       
   577                         {
       
   578                         //txt = qtn_msh_tooltip_pause_live;   // Pause sharing
       
   579                         helptxt = qtn_msh_tooltip_pause_live;
       
   580                         // TODO: ROM/RAM:
       
   581                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";
       
   582                         bmpid   = EMbmMusuitoolbariconsQgn_indi_cams_tb_rec_pause;
       
   583                         bmpmask = EMbmMusuitoolbariconsQgn_indi_cams_tb_rec_pause_mask;
       
   584  //                       extension = r_mus_rec_pause_button_state_extension;
       
   585                         }
       
   586                     };
       
   587                 };
       
   588             },
       
   589         TBAR_CTRL   // Sending Live/Clip: Un-pause sharing <=> Toggled
       
   590             {
       
   591             type = EAknCtButton;
       
   592             id = EMusuiCmdToolbarUnPause;
       
   593             control = AVKON_BUTTON
       
   594                 {
       
   595                 flags = KAknButtonSizeFitText ;
       
   596                 states =
       
   597                     {
       
   598                     AVKON_BUTTON_STATE
       
   599                         {
       
   600                         //txt = qtn_msh_tooltip_unpause_live;
       
   601                         helptxt = qtn_msh_tooltip_unpause_live;
       
   602                         // TODO: ROM/RAM
       
   603                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";
       
   604                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_play;
       
   605                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_play_mask;
       
   606  //                       extension = r_mus_play_button_state_extension;
       
   607                         }
       
   608                     };
       
   609                 };
       
   610             },
       
   611 
       
   612         // ****************************************************************** //
       
   613        TBAR_CTRL   // Sending Clip: Activate fast forward / reverse mode
       
   614            {
       
   615            type = EAknCtButton;
       
   616            id = EMusuiCmdToolbarFFRev;
       
   617            control = AVKON_BUTTON
       
   618                {
       
   619                flags = KAknButtonSizeFitText ;
       
   620                states =
       
   621                    {
       
   622                    AVKON_BUTTON_STATE
       
   623                        {
       
   624                        //txt = qtn_msh_tooltip_ffrev; // Fast forward or rewind clip
       
   625                        helptxt = qtn_msh_tooltip_ffrev;
       
   626                        bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   627                        bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_ffw_frew;
       
   628                        bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_ffw_frew_mask;
       
   629                        },
       
   630                    AVKON_BUTTON_STATE
       
   631                        {
       
   632                        flags = KAknButtonStateHasLatchedFrame;
       
   633                        //txt = qtn_msh_tooltip_ffrev;
       
   634                        helptxt = qtn_msh_tooltip_ffrev;
       
   635                        bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   636                        bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_ffw_frew;
       
   637                        // bmpmask = 0x8000;  /*32768, tumma*/
       
   638                        bmpmask = 0x7FFF;   /*32767, vaalea*/
       
   639                        }
       
   640                    };
       
   641                };
       
   642            },
       
   643        // ****************************************************************** //
       
   644        TBAR_CTRL   // Sending Live: Activate zoom mode
       
   645            {
       
   646            type = EAknCtButton;
       
   647            id = EMusuiCmdToolbarZoom;
       
   648            control = AVKON_BUTTON
       
   649                {
       
   650                flags = KAknButtonSizeFitText ;
       
   651                states =
       
   652                    {
       
   653                    AVKON_BUTTON_STATE
       
   654                        {
       
   655                        //txt = qtn_msh_tooltip_zoom; // Adjust zoom
       
   656                        helptxt = qtn_msh_tooltip_zoom;
       
   657                        bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   658                        bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_zoom;
       
   659                        bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_zoom_mask;
       
   660                        },
       
   661                    AVKON_BUTTON_STATE
       
   662                        {
       
   663                        flags = KAknButtonStateHasLatchedFrame;
       
   664                        //txt = qtn_msh_tooltip_zoom; // Adjust zoom
       
   665                        helptxt = qtn_msh_tooltip_zoom;
       
   666                        bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   667                        bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_zoom;    // TODO: Correct bitmap!!!
       
   668                        // bmpmask = 0x8000;  /*32768, tumma*/     
       
   669                        bmpmask = 0x7FFF;   /*32767, vaalea*/
       
   670                        }
       
   671                     };
       
   672                 };
       
   673             },
       
   674        // ****************************************************************** //
       
   675        TBAR_CTRL   // Sending Live: Activate brightness mode
       
   676             {
       
   677             type = EAknCtButton;
       
   678             id = EMusuiCmdToolbarBrightness;
       
   679             control = AVKON_BUTTON
       
   680                 {
       
   681                 flags = KAknButtonSizeFitText;
       
   682                 states =
       
   683                     {
       
   684                     AVKON_BUTTON_STATE
       
   685                         {
       
   686                         //txt = qtn_msh_tooltip_brightness; // Adjust brightness
       
   687                         helptxt = qtn_msh_tooltip_brightness;
       
   688                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   689                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_brightness;
       
   690                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_brightness_mask;
       
   691                         },
       
   692                     AVKON_BUTTON_STATE
       
   693                         {
       
   694                         flags = KAknButtonStateHasLatchedFrame;
       
   695                         //txt = qtn_msh_tooltip_brightness; // Adjust brightness
       
   696                         helptxt = qtn_msh_tooltip_brightness;
       
   697                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   698                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_brightness;
       
   699                         // bmpmask = 0x8000;  /*32768, tumma*/
       
   700                         bmpmask = 0x7FFF;   /*32767, vaalea*/
       
   701                         }
       
   702                     };
       
   703                 };
       
   704             },
       
   705         // ****************************************************************** //
       
   706                 
       
   707         TBAR_CTRL   // Sending Live/Clip & Receiving: Mute microphone <=> Toggled
       
   708             {
       
   709             type = EAknCtButton;
       
   710             id = EMusuiCmdToolbarMute;
       
   711             control = AVKON_BUTTON
       
   712                 {
       
   713                 flags = KAknButtonSizeFitText ;
       
   714                 states =
       
   715                     {
       
   716                     AVKON_BUTTON_STATE
       
   717                         {
       
   718                         //txt = qtn_msh_tooltip_mute;     // Mute Microphone
       
   719                         helptxt = qtn_msh_tooltip_mute;
       
   720                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   721                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_microphone_mute;
       
   722                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_microphone_mute_mask;
       
   723 //                        extension = r_mus_microphone_mute_button_state_extension;
       
   724                         }
       
   725                     };
       
   726                 };
       
   727             },
       
   728         TBAR_CTRL   // Sending Live/Clip & Receiving: Unmute microphone <=> Toggled
       
   729             {
       
   730             type = EAknCtButton;
       
   731             id = EMusuiCmdToolbarUnmute;
       
   732             control = AVKON_BUTTON
       
   733                 {
       
   734                 flags = KAknButtonSizeFitText ;
       
   735                 states =
       
   736                     {
       
   737                     AVKON_BUTTON_STATE
       
   738                         {
       
   739                         //txt = qtn_msh_tooltip_unmute;     // Unmute Microphone
       
   740                         helptxt = qtn_msh_tooltip_unmute;
       
   741                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   742                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_microphone_unmute;
       
   743                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_microphone_unmute_mask;
       
   744  //                       extension = r_mus_microphone_unmute_button_state_extension;
       
   745                         }
       
   746                     };
       
   747                 };
       
   748             },
       
   749            
       
   750         // ****************************************************************** //
       
   751         
       
   752         TBAR_CTRL   // Sending LiveClip & Receiving: Speaker off <=> Toggled
       
   753             {
       
   754             type = EAknCtButton;
       
   755             id = EMusuiCmdToolbarSpeakerOff;
       
   756             control = AVKON_BUTTON
       
   757                 {
       
   758                 flags = KAknButtonSizeFitText ;
       
   759                 states =
       
   760                     {
       
   761                     AVKON_BUTTON_STATE
       
   762                         {
       
   763                         //txt = qtn_msh_tooltip_ihf_off;     // Loudspeaker off
       
   764                         helptxt = qtn_msh_tooltip_ihf_off;
       
   765                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   766                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_ihf_off;
       
   767                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_ihf_off_mask;
       
   768  //                       extension = r_mus_ihf_off_button_state_extension;
       
   769                         }
       
   770                     };
       
   771                 };
       
   772             },
       
   773         TBAR_CTRL   // Sending Live/Clip & Receiving: Speaker on <=> Toggled
       
   774             {
       
   775             type = EAknCtButton;
       
   776             id = EMusuiCmdToolbarSpeakerOn;
       
   777             control = AVKON_BUTTON
       
   778                 {
       
   779                 flags = KAknButtonSizeFitText;
       
   780                 states =
       
   781                     {
       
   782                     AVKON_BUTTON_STATE
       
   783                         {
       
   784                         //txt = qtn_msh_tooltip_ihf_on;     // Loudspeaker on
       
   785                         helptxt = qtn_msh_tooltip_ihf_on;
       
   786                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   787                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_ihf_on;
       
   788                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_ihf_on_mask;
       
   789  //                       extension = r_mus_ihf_on_button_state_extension;
       
   790                         }
       
   791                     };
       
   792                 };
       
   793             }
       
   794         };
       
   795     }
       
   796 ///////////////////////////////////////////////////LG///////////////////////////////////////////
       
   797          
       
   798  
       
   799 
       
   800 // -----------------------------------------------------------------------------
       
   801 // Toolbar
       
   802 // -----------------------------------------------------------------------------
       
   803 //
       
   804 RESOURCE AVKON_TOOLBAR r_mus_toolbar
       
   805     {
       
   806     flags = KAknToolbarFixed;
       
   807 
       
   808     items =
       
   809         {
       
   810         // ****************************************************************** //
       
   811 																																		        
       
   812 	      TBAR_CTRL   // Receiving: Change to full screen mode
       
   813 	          {
       
   814 	          type = EAknCtButton;
       
   815 	          id = EMusuiCmdToolbarFullScreen;
       
   816 	          control = AVKON_BUTTON
       
   817 	              {
       
   818 	              flags = KAknButtonSizeFitText ;
       
   819 	              states =
       
   820 	                  {
       
   821 	                  AVKON_BUTTON_STATE
       
   822 	                      {
       
   823 	                      //txt = qtn_msh_tooltip_fullscreen; // View in full screen mode
       
   824 	                      helptxt = qtn_msh_tooltip_fullscreen; 
       
   825 	                      // TODO: ROM/RAM:
       
   826 	                      bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";
       
   827 	                      bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_fullscreen;
       
   828 	                      bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_fullscreen_mask;
       
   829 	                      extension = r_mus_fullscreen_button_state_extension;
       
   830 	                      }
       
   831 	                  };
       
   832 	              };
       
   833 	          },
       
   834 																																		        
       
   835         // ****************************************************************** //
       
   836        
       
   837         TBAR_CTRL   // Sending Live: Pause sharing <=> Toggled
       
   838             {
       
   839             type = EAknCtButton;
       
   840             id = EMusuiCmdToolbarPauseLive;
       
   841             control = AVKON_BUTTON
       
   842                 {
       
   843                 flags = KAknButtonSizeFitText;
       
   844                 states =
       
   845                     {
       
   846                     AVKON_BUTTON_STATE
       
   847                         {
       
   848                         //txt = qtn_msh_tooltip_pause_live;   // Pause sharing
       
   849                         helptxt = qtn_msh_tooltip_pause_live;
       
   850                         // TODO: ROM/RAM:
       
   851                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";
       
   852                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_pause_send_video;
       
   853                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_pause_send_video_mask;
       
   854                         extension = r_mus_pause_send_video_button_state_extension;
       
   855                         }
       
   856                     };
       
   857                 };
       
   858             },
       
   859         TBAR_CTRL   // Sending Live/Clip: Un-pause sharing <=> Toggled
       
   860             {
       
   861             type = EAknCtButton;
       
   862             id = EMusuiCmdToolbarUnPauseLive;
       
   863             control = AVKON_BUTTON
       
   864                 {
       
   865                 flags = KAknButtonSizeFitText;
       
   866                 states =
       
   867                     {
       
   868                     AVKON_BUTTON_STATE
       
   869                         {
       
   870                         //txt = qtn_msh_tooltip_unpause_live;
       
   871                         helptxt = qtn_msh_tooltip_unpause_live;
       
   872                         // TODO: ROM/RAM
       
   873                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";
       
   874                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_video;
       
   875                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_video_mask;
       
   876                         extension = r_mus_video_button_state_extension;
       
   877                         }
       
   878                     };
       
   879                 };
       
   880             },
       
   881         // ****************************************************************** //
       
   882 									        
       
   883         TBAR_CTRL   // Sending Clip: Pause sharing <=> Toggled
       
   884             {
       
   885             type = EAknCtButton;
       
   886             id = EMusuiCmdToolbarPause;
       
   887             control = AVKON_BUTTON
       
   888                 {
       
   889                 flags = KAknButtonSizeFitText ;
       
   890                 states =
       
   891                     {
       
   892                     AVKON_BUTTON_STATE
       
   893                         {
       
   894                         //txt = qtn_msh_tooltip_pause_live;   // Pause sharing
       
   895                         helptxt = qtn_msh_tooltip_pause_live;
       
   896                         // TODO: ROM/RAM:
       
   897                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";
       
   898                         bmpid   = EMbmMusuitoolbariconsQgn_indi_cams_tb_rec_pause;
       
   899                         bmpmask = EMbmMusuitoolbariconsQgn_indi_cams_tb_rec_pause_mask;
       
   900                         extension = r_mus_rec_pause_button_state_extension;
       
   901                         }
       
   902                     };
       
   903                 };
       
   904             },
       
   905         TBAR_CTRL   // Sending Live/Clip: Un-pause sharing <=> Toggled
       
   906             {
       
   907             type = EAknCtButton;
       
   908             id = EMusuiCmdToolbarUnPause;
       
   909             control = AVKON_BUTTON
       
   910                 {
       
   911                 flags = KAknButtonSizeFitText ;
       
   912                 states =
       
   913                     {
       
   914                     AVKON_BUTTON_STATE
       
   915                         {
       
   916                         //txt = qtn_msh_tooltip_unpause_live;
       
   917                         helptxt = qtn_msh_tooltip_unpause_live;
       
   918                         // TODO: ROM/RAM
       
   919                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";
       
   920                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_play;
       
   921                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_play_mask;
       
   922                         extension = r_mus_play_button_state_extension;
       
   923                         }
       
   924                     };
       
   925                 };
       
   926             },
       
   927 
       
   928         // ****************************************************************** //
       
   929         
       
   930         TBAR_CTRL   // Sending Live/Clip & Receiving: Mute microphone <=> Toggled
       
   931             {
       
   932             type = EAknCtButton;
       
   933             id = EMusuiCmdToolbarMute;
       
   934             control = AVKON_BUTTON
       
   935                 {
       
   936                 flags = KAknButtonSizeFitText ;
       
   937                 states =
       
   938                     {
       
   939                     AVKON_BUTTON_STATE
       
   940                         {
       
   941                         //txt = qtn_msh_tooltip_mute;     // Mute Microphone
       
   942                         helptxt = qtn_msh_tooltip_mute;
       
   943                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   944                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_microphone_mute;
       
   945                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_microphone_mute_mask;
       
   946                         extension = r_mus_microphone_mute_button_state_extension;
       
   947                         }
       
   948                     };
       
   949                 };
       
   950             },
       
   951         TBAR_CTRL   // Sending Live/Clip & Receiving: Unmute microphone <=> Toggled
       
   952             {
       
   953             type = EAknCtButton;
       
   954             id = EMusuiCmdToolbarUnmute;
       
   955             control = AVKON_BUTTON
       
   956                 {
       
   957                 flags = KAknButtonSizeFitText ;
       
   958                 states =
       
   959                     {
       
   960                     AVKON_BUTTON_STATE
       
   961                         {
       
   962                         //txt = qtn_msh_tooltip_unmute;     // Unmute Microphone
       
   963                         helptxt = qtn_msh_tooltip_unmute;
       
   964                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
   965                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_microphone_unmute;
       
   966                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_microphone_unmute_mask;
       
   967                         extension = r_mus_microphone_unmute_button_state_extension;
       
   968                         }
       
   969                     };
       
   970                 };
       
   971             },
       
   972 	
       
   973 	//****************************************************************** //
       
   974         TBAR_CTRL
       
   975             {
       
   976             type = EAknCtButton;
       
   977             id = EMusuiCmdToolbarBlank;
       
   978             control = AVKON_BUTTON
       
   979                 {
       
   980                 flags = KAknButtonSizeFitText;
       
   981                 };
       
   982             },
       
   983            
       
   984         // ****************************************************************** //
       
   985         
       
   986         TBAR_CTRL   // Sending LiveClip & Receiving: Speaker off <=> Toggled
       
   987             {
       
   988             type = EAknCtButton;
       
   989             id = EMusuiCmdToolbarSpeakerOff;
       
   990             control = AVKON_BUTTON
       
   991                 {
       
   992                 flags = KAknButtonSizeFitText ;
       
   993                 states =
       
   994                     {
       
   995                     AVKON_BUTTON_STATE
       
   996                         {
       
   997                         //txt = qtn_msh_tooltip_ihf_off;     // Loudspeaker off
       
   998                         helptxt = qtn_msh_tooltip_ihf_off;
       
   999                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
  1000                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_ihf_off;
       
  1001                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_ihf_off_mask;
       
  1002                         extension = r_mus_ihf_off_button_state_extension;
       
  1003                         }
       
  1004                     };
       
  1005                 };
       
  1006             },
       
  1007         TBAR_CTRL   // Sending Live/Clip & Receiving: Speaker on <=> Toggled
       
  1008             {
       
  1009             type = EAknCtButton;
       
  1010             id = EMusuiCmdToolbarSpeakerOn;
       
  1011             control = AVKON_BUTTON
       
  1012                 {
       
  1013                 flags = KAknButtonSizeFitText;
       
  1014                 states =
       
  1015                     {
       
  1016                     AVKON_BUTTON_STATE
       
  1017                         {
       
  1018                         //txt = qtn_msh_tooltip_ihf_on;     // Loudspeaker on
       
  1019                         helptxt = qtn_msh_tooltip_ihf_on;
       
  1020                         bmpfile = "Z:\\Resource\\apps\\musuitoolbaricons.mif";  // Only ROM . RAM is unofficial
       
  1021                         bmpid   = EMbmMusuitoolbariconsQgn_indi_tb_ihf_on;
       
  1022                         bmpmask = EMbmMusuitoolbariconsQgn_indi_tb_ihf_on_mask;
       
  1023                         extension = r_mus_ihf_on_button_state_extension;
       
  1024                         }
       
  1025                     };
       
  1026                 };
       
  1027             }
       
  1028         };
       
  1029     }
       
  1030           
       
  1031  
       
  1032     
       
  1033 // BUTTON STATE EXTENSION needed for skinning
       
  1034 
       
  1035 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_call_volume_button_state_extension 
       
  1036     { 
       
  1037     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1038     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbCallVolume; 
       
  1039     }
       
  1040     
       
  1041 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_fullscreen_button_state_extension 
       
  1042     { 
       
  1043     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1044     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbFullscreen; 
       
  1045     }
       
  1046     
       
  1047 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_pause_send_video_button_state_extension 
       
  1048     { 
       
  1049     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1050     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbPauseSendVideo; 
       
  1051     }
       
  1052     
       
  1053 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_video_button_state_extension 
       
  1054     { 
       
  1055     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1056     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbVideo; 
       
  1057     }
       
  1058 
       
  1059 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_rec_pause_button_state_extension 
       
  1060     { 
       
  1061     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1062     bmbSkinIdMinor= EAknsMinorGenericQgnIndiCamsTbRecPause; 
       
  1063     }
       
  1064     
       
  1065 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_play_button_state_extension 
       
  1066     { 
       
  1067     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1068     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbPlay; 
       
  1069     }                
       
  1070     
       
  1071 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_ffw_frew_button_state_extension 
       
  1072     { 
       
  1073     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1074     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbFfwFrew; 
       
  1075     }
       
  1076     
       
  1077 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_zoom_button_state_extension 
       
  1078     { 
       
  1079     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1080     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbZoom; 
       
  1081     }
       
  1082     
       
  1083 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_brightness_button_state_extension 
       
  1084     { 
       
  1085     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1086     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbBrightness; 
       
  1087     }
       
  1088     
       
  1089 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_microphone_mute_button_state_extension 
       
  1090     { 
       
  1091     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1092     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbMicrophoneMute; 
       
  1093     }
       
  1094 
       
  1095 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_microphone_unmute_button_state_extension 
       
  1096     { 
       
  1097     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1098     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbMicrophoneUnmute; 
       
  1099     }
       
  1100     
       
  1101 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_ihf_off_button_state_extension 
       
  1102     { 
       
  1103     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1104     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbIhfOff; 
       
  1105     }
       
  1106     
       
  1107 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_mus_ihf_on_button_state_extension 
       
  1108     { 
       
  1109     bmbSkinIdMajor= EAknsMajorGeneric; 
       
  1110     bmbSkinIdMinor= EAknsMinorGenericQgnIndiTbIhfOn; 
       
  1111     }    
       
  1112         
       
  1113 // -----------------------------------------------------------------------------
       
  1114 //
       
  1115 // -----------------------------------------------------------------------------
       
  1116 //
       
  1117 RESOURCE DIALOG r_mus_text_query_dialog
       
  1118     {
       
  1119     flags = EAknGeneralQueryFlags;
       
  1120     buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
  1121     items =
       
  1122         {
       
  1123         DLG_LINE
       
  1124             {
       
  1125             type = EAknCtQuery;
       
  1126             id = EGeneralQuery;
       
  1127             control = AVKON_DATA_QUERY
       
  1128                 {
       
  1129                 layout = EDataLayout;
       
  1130                 control = EDWIN
       
  1131                     {
       
  1132                     flags = EEikEdwinOnlyASCIIChars;
       
  1133                     avkon_flags = EAknEditorFlagLatinInputModesOnly;
       
  1134                     default_input_mode = EAknEditorTextInputMode;
       
  1135                     allowed_input_modes = EAknEditorTextInputMode |
       
  1136                                           EAknEditorNumericInputMode;
       
  1137                     };
       
  1138                 };
       
  1139             }
       
  1140         };
       
  1141     }
       
  1142 
       
  1143 
       
  1144 // -----------------------------------------------------------------------------
       
  1145 // Resource for the address selection query.
       
  1146 // -----------------------------------------------------------------------------
       
  1147 //
       
  1148 RESOURCE DIALOG r_mus_confirmation_query_dialog
       
  1149     {
       
  1150     flags = EGeneralQueryFlags;
       
  1151     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
  1152     items =
       
  1153         {
       
  1154         DLG_LINE
       
  1155             {
       
  1156             type = EAknCtQuery;
       
  1157             id = EMusConfirmationQuery;
       
  1158             control = AVKON_CONFIRMATION_QUERY
       
  1159                 {
       
  1160                 layout = EConfirmationQueryLayout;
       
  1161                 };
       
  1162             }
       
  1163         };
       
  1164     }
       
  1165 
       
  1166 
       
  1167 // -----------------------------------------------------------------------------
       
  1168 // Resource for the address selection query.
       
  1169 // -----------------------------------------------------------------------------
       
  1170 //
       
  1171 RESOURCE AVKON_LIST_QUERY r_mus_livesharingview_address_query
       
  1172     {
       
  1173     flags    = EGeneralQueryFlags;
       
  1174     softkeys = R_AVKON_SOFTKEYS_OK_CANCEL;
       
  1175     items =
       
  1176         {
       
  1177         AVKON_LIST_QUERY_DLG_LINE
       
  1178             {
       
  1179             control = AVKON_LIST_QUERY_CONTROL
       
  1180                 {
       
  1181                 listtype = EAknCtSinglePopupMenuListBox;
       
  1182                 listbox  = AVKON_LIST_QUERY_LIST
       
  1183                     {
       
  1184                     array_id = r_mus_livesharingview_address_array;
       
  1185                     };
       
  1186                 heading  = qtn_msh_inviteview_select_query_hdr_txt;
       
  1187                 };
       
  1188             }
       
  1189         };
       
  1190     }
       
  1191 
       
  1192 
       
  1193 // -----------------------------------------------------------------------------
       
  1194 // Resource for the address selection query array
       
  1195 // -----------------------------------------------------------------------------
       
  1196 //
       
  1197 RESOURCE ARRAY r_mus_livesharingview_address_array
       
  1198     {
       
  1199     items =
       
  1200         {
       
  1201         LBUF { txt = ""; }
       
  1202         };
       
  1203     }
       
  1204 
       
  1205 
       
  1206 // -----------------------------------------------------------------------------
       
  1207 // Resource for the inviting wait note
       
  1208 // -----------------------------------------------------------------------------
       
  1209 //
       
  1210 RESOURCE DIALOG r_mus_view_inviting_wait_note
       
  1211     {
       
  1212     flags   = EAknWaitNoteFlags | EEikDialogFlagWait;
       
  1213     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1214     items   =
       
  1215         {
       
  1216         DLG_LINE
       
  1217             {
       
  1218             type    = EAknCtNote;
       
  1219             id      = EMusInvitingWaitNoteId;
       
  1220             control = AVKON_NOTE
       
  1221                 {
       
  1222                 layout    = EWaitLayout;
       
  1223                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1224                 };
       
  1225             }
       
  1226         };
       
  1227     }
       
  1228 
       
  1229 
       
  1230 // -----------------------------------------------------------------------------
       
  1231 // Resource for the camera activation wait note
       
  1232 // -----------------------------------------------------------------------------
       
  1233 //
       
  1234 RESOURCE DIALOG r_mus_live_sharing_view_activate_camera_wait_note
       
  1235     {
       
  1236     flags   = EAknWaitNoteFlags | EEikDialogFlagWait;
       
  1237     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1238     items   =
       
  1239         {
       
  1240         DLG_LINE
       
  1241             {
       
  1242             type    = EAknCtNote;
       
  1243             id      = EMusActivateCameraWaitNoteId;
       
  1244             control = AVKON_NOTE
       
  1245                 {
       
  1246                 layout    = EWaitLayout;
       
  1247                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1248                 };
       
  1249             }
       
  1250         };
       
  1251     }
       
  1252 
       
  1253 
       
  1254 // -----------------------------------------------------------------------------
       
  1255 //
       
  1256 // -----------------------------------------------------------------------------
       
  1257 //
       
  1258 RESOURCE DIALOG r_mus_view_transcoding_wait_note
       
  1259     {
       
  1260     flags   = EAknProgressNoteFlags;
       
  1261     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1262     items   =
       
  1263         {
       
  1264         DLG_LINE
       
  1265             {
       
  1266             type    = EAknCtNote;
       
  1267             id      = EMusTranscodingProgressNoteId;
       
  1268             control = AVKON_NOTE
       
  1269                 {
       
  1270                 layout = EWaitLayout;
       
  1271                 };
       
  1272             }
       
  1273         };
       
  1274     }
       
  1275 
       
  1276 
       
  1277 // -----------------------------------------------------------------------------
       
  1278 //
       
  1279 // -----------------------------------------------------------------------------
       
  1280 //
       
  1281 RESOURCE TBUF r_mus_text_enter_address_dialog_prompt
       
  1282     {
       
  1283     buf = qtn_msh_inviteview_enter_sip;
       
  1284     }
       
  1285 
       
  1286 
       
  1287 // -----------------------------------------------------------------------------
       
  1288 //
       
  1289 // -----------------------------------------------------------------------------
       
  1290 //
       
  1291 RESOURCE TBUF r_mus_live_sharing_view_title
       
  1292     {
       
  1293     buf = qtn_msh_shareview_title;
       
  1294     }
       
  1295 
       
  1296 
       
  1297 // -----------------------------------------------------------------------------
       
  1298 //
       
  1299 // -----------------------------------------------------------------------------
       
  1300 //
       
  1301 RESOURCE TBUF r_mus_live_sharing_view_inviting_wait_note_txt
       
  1302     {
       
  1303     buf = qtn_msh_note_inviting;
       
  1304     }
       
  1305 
       
  1306 
       
  1307 // -----------------------------------------------------------------------------
       
  1308 //
       
  1309 // -----------------------------------------------------------------------------
       
  1310 //
       
  1311 RESOURCE TBUF r_mus_live_sharing_view_open_camera_lens_cover_wait_note_txt
       
  1312     {
       
  1313     buf = qtn_msh_note_change_camera_mode;
       
  1314     }
       
  1315 
       
  1316 
       
  1317 // -----------------------------------------------------------------------------
       
  1318 //
       
  1319 // -----------------------------------------------------------------------------
       
  1320 //
       
  1321 RESOURCE TBUF r_mus_registration_pending_wait_note_txt
       
  1322     {
       
  1323     //"Registering to SIP server"
       
  1324     buf = qtn_msh_note_registration_pending;
       
  1325     }
       
  1326 
       
  1327 
       
  1328 // -----------------------------------------------------------------------------
       
  1329 //
       
  1330 // -----------------------------------------------------------------------------
       
  1331 //
       
  1332 RESOURCE TBUF r_mus_change_keypad_mode_txt
       
  1333     {
       
  1334 	buf = qtn_msh_note_change_keypad_mode;
       
  1335     }
       
  1336 
       
  1337 
       
  1338 // --------------------------------------------------------
       
  1339 // Resources related to video receive
       
  1340 // --------------------------------------------------------
       
  1341 
       
  1342 RESOURCE TBUF r_mus_receive_view_note_incoming_video_request
       
  1343     {
       
  1344     buf = qtn_msh_note_incoming_video_request;   // "Accept sharing request from %U[35]?"
       
  1345     }
       
  1346 
       
  1347 
       
  1348 // -----------------------------------------------------------------------------
       
  1349 //
       
  1350 // -----------------------------------------------------------------------------
       
  1351 //
       
  1352 RESOURCE TBUF r_mus_receive_view_waiting_for_stream
       
  1353     {
       
  1354     buf = qtn_msh_note_waiting_for_stream;
       
  1355     }
       
  1356 
       
  1357 
       
  1358 // -----------------------------------------------------------------------------
       
  1359 //
       
  1360 // -----------------------------------------------------------------------------
       
  1361 //
       
  1362 RESOURCE TBUF r_mus_view_save_address_query_txt
       
  1363     {
       
  1364     buf = qtn_msh_query_save_contact;
       
  1365     }
       
  1366 
       
  1367 
       
  1368 // -----------------------------------------------------------------------------
       
  1369 //
       
  1370 // -----------------------------------------------------------------------------
       
  1371 //
       
  1372 RESOURCE TBUF r_mus_view_saved_filename
       
  1373     {
       
  1374     buf = qtn_msh_set_saving_filename;
       
  1375     }
       
  1376 
       
  1377 
       
  1378 // -----------------------------------------------------------------------------
       
  1379 //
       
  1380 // -----------------------------------------------------------------------------
       
  1381 //
       
  1382 RESOURCE TBUF r_mus_view_save_shared_video_query
       
  1383     {
       
  1384     buf = qtn_msh_query_save_clip;
       
  1385     }
       
  1386 
       
  1387 
       
  1388 // -----------------------------------------------------------------------------
       
  1389 //
       
  1390 // -----------------------------------------------------------------------------
       
  1391 //
       
  1392 RESOURCE TBUF r_mus_view_note_video_saved
       
  1393     {
       
  1394     buf = qtn_msh_note_video_saved;
       
  1395     }
       
  1396 
       
  1397 
       
  1398 // -----------------------------------------------------------------------------
       
  1399 //
       
  1400 // -----------------------------------------------------------------------------
       
  1401 //
       
  1402 RESOURCE TBUF r_mus_video_save_folder_name
       
  1403     {
       
  1404     buf = qtn_apps_mg_gs;
       
  1405     }
       
  1406 
       
  1407 // -----------------------------------------------------------------------------
       
  1408 //
       
  1409 // -----------------------------------------------------------------------------
       
  1410 //
       
  1411 RESOURCE TBUF r_mus_progress_note_converting_clip
       
  1412     {
       
  1413     // "Converting clip for sharing"
       
  1414     buf = qtn_msh_note_transcoding_video;
       
  1415     }
       
  1416 
       
  1417 
       
  1418 // -----------------------------------------------------------------------------
       
  1419 //
       
  1420 // -----------------------------------------------------------------------------
       
  1421 //
       
  1422 RESOURCE TBUF r_mus_view_note_transcoding_complete
       
  1423     {
       
  1424     // "Clip conversion complete"
       
  1425     buf = qtn_msh_note_transcoding_complete;
       
  1426     }
       
  1427 
       
  1428 
       
  1429 // -----------------------------------------------------------------------------
       
  1430 //
       
  1431 // -----------------------------------------------------------------------------
       
  1432 //
       
  1433 RESOURCE TBUF r_mus_view_note_memorycard_problem
       
  1434     {
       
  1435     // "Memory card is not accessible. Phone memory will be used instead."
       
  1436     buf = qtn_msh_note_memorycard_problem;
       
  1437     }
       
  1438 
       
  1439 
       
  1440 // -----------------------------------------------------------------------------
       
  1441 // Error Note Strings
       
  1442 // -----------------------------------------------------------------------------
       
  1443 //
       
  1444 RESOURCE TBUF r_mus_live_sharing_view_note_recipient_not_found
       
  1445     {
       
  1446     //  "Unable to find recipient"
       
  1447     buf =  qtn_msh_note_recipient_not_found;
       
  1448     }
       
  1449 
       
  1450 RESOURCE TBUF r_mus_live_sharing_view_note_app_n_a
       
  1451     {
       
  1452     //  "Recipient does not have 'Video sharing' application"
       
  1453     buf =  qtn_msh_note_app_n_a;
       
  1454     }
       
  1455 
       
  1456 RESOURCE TBUF r_mus_live_sharing_view_note_connection_rejected
       
  1457     {
       
  1458     //  "Invitation rejected by recipient"
       
  1459     buf =  qtn_msh_note_connection_rejected;
       
  1460     }
       
  1461 
       
  1462 RESOURCE TBUF r_mus_live_sharing_view_note_no_response
       
  1463     {
       
  1464     //  "No response received to invitation"
       
  1465     buf =  qtn_msh_note_no_response;
       
  1466     }
       
  1467 
       
  1468 RESOURCE TBUF r_mus_live_sharing_view_note_invitation_cancelled
       
  1469     {
       
  1470     //  "Invitation cancelled"
       
  1471     buf =  qtn_msh_note_invitation_cancelled;
       
  1472     }
       
  1473 
       
  1474 RESOURCE TBUF r_mus_live_sharing_view_note_resource_n_a
       
  1475     {
       
  1476     //  "Application not available"
       
  1477     buf =  qtn_msh_note_resource_n_a;
       
  1478     }
       
  1479 
       
  1480 RESOURCE TBUF r_mus_live_sharing_view_note_error_mediainit
       
  1481     {
       
  1482     //  "Media initialisation failed"
       
  1483     buf =  qtn_msh_note_error_mediainit;
       
  1484     }
       
  1485 
       
  1486 RESOURCE TBUF r_mus_live_sharing_view_note_error_filelock
       
  1487     {
       
  1488     //  "Unable to read file"
       
  1489     buf =  qtn_msh_note_error_filelock;
       
  1490     }
       
  1491 
       
  1492 RESOURCE TBUF r_mus_live_sharing_view_note_error_genericfile
       
  1493     {
       
  1494     //  "File error"
       
  1495     buf =  qtn_msh_note_error_genericfile;
       
  1496     }
       
  1497 
       
  1498 RESOURCE TBUF r_mus_live_sharing_view_note_error_app_general
       
  1499     {
       
  1500     //  "Application error"
       
  1501     buf =  qtn_msh_note_error_app_general;
       
  1502     }
       
  1503 
       
  1504 RESOURCE TBUF r_mus_live_sharing_view_note_startup_failed
       
  1505     {
       
  1506     //  "Start-up failed. Reinstall 'Video sharing' application."
       
  1507     buf =  qtn_msh_note_startup_failed;
       
  1508     }
       
  1509 
       
  1510 RESOURCE TBUF r_mus_live_sharing_view_note_bad_startup_settings
       
  1511     {
       
  1512     //  "Start-up failed. Check settings."
       
  1513     buf =  qtn_msh_note_bad_startup_settings;
       
  1514     }
       
  1515 
       
  1516 RESOURCE TBUF r_mus_live_sharing_view_note_connection_lost
       
  1517     {
       
  1518     //  "Disconnected"
       
  1519     buf =  qtn_msh_note_connection_lost;
       
  1520     }
       
  1521 
       
  1522 RESOURCE TBUF r_mus_live_sharing_view_note_recipient_busy
       
  1523     {
       
  1524     //  "Recipient already sharing video. Unable to establish connection."
       
  1525     buf =  qtn_msh_note_recipient_busy;
       
  1526     }
       
  1527 
       
  1528 RESOURCE TBUF r_mus_live_sharing_view_note_network_n_a
       
  1529     {
       
  1530     //  "No network coverage"
       
  1531     buf =  qtn_msh_note_network_n_a;
       
  1532     }
       
  1533 
       
  1534 RESOURCE TBUF r_mus_live_sharing_view_note_recipient_n_a
       
  1535     {
       
  1536     //  "Recipient busy. Try again later."
       
  1537     buf =  qtn_msh_note_recipient_n_a;
       
  1538     }
       
  1539 
       
  1540 RESOURCE TBUF r_mus_live_sharing_view_note_wrong_address
       
  1541     {
       
  1542     //  "Recipient not found. Check the address."
       
  1543     buf =  qtn_msh_note_wrong_address;
       
  1544     }
       
  1545 
       
  1546 RESOURCE TBUF r_mus_live_sharing_view_note_timeout_expired
       
  1547     {
       
  1548     //  "Connection time-out"
       
  1549     buf =  qtn_msh_note_timeout_expired;
       
  1550     }
       
  1551 
       
  1552 RESOURCE TBUF r_mus_live_sharing_view_note_service_n_a
       
  1553     {
       
  1554     //  "Service temporarily unavailable"
       
  1555     buf =  qtn_msh_note_service_n_a;
       
  1556     }
       
  1557 
       
  1558 RESOURCE TBUF r_mus_live_sharing_view_note_only_3g
       
  1559     {
       
  1560     //  "Video Sharing is supported only in 3G network."
       
  1561     buf = qtn_mshstarter_note_network_incompatible;
       
  1562     }
       
  1563 
       
  1564 RESOURCE TBUF r_mus_live_sharing_view_note_invite_error
       
  1565     {
       
  1566     //  "Unable to send invitation"
       
  1567     buf =  qtn_msh_note_invite_error;
       
  1568     }
       
  1569 
       
  1570 RESOURCE TBUF r_mus_live_sharing_view_note_no_reg
       
  1571    {
       
  1572    //  "Unable to register to network"
       
  1573    buf =  qtn_msh_note_no_reg;
       
  1574    }
       
  1575 
       
  1576 RESOURCE TBUF r_mus_live_sharing_view_note_transcoding_not_supported
       
  1577     {
       
  1578     // "Clip is not in correct format. Unable to share."
       
  1579     buf = qtn_msh_note_transcoding_not_supported;
       
  1580     }
       
  1581 
       
  1582 RESOURCE TBUF r_mus_live_sharing_view_note_sharing_ended
       
  1583     {
       
  1584     // "Video sharing ended"
       
  1585     buf = qtn_msh_note_sharing_ended;
       
  1586     }
       
  1587 
       
  1588 RESOURCE TBUF r_mus_live_sharing_view_note_sharing_ended_record
       
  1589     {
       
  1590     // "Video sharing ended. Continue recording?"
       
  1591     buf = qtn_msh_note_sharing_ended_record;
       
  1592     }
       
  1593 
       
  1594 RESOURCE TBUF r_mus_view_drm_info_send_forbid
       
  1595     {
       
  1596     // "Unable to send protected object"
       
  1597     buf = qtn_drm_info_send_forbid_one;
       
  1598     }
       
  1599 
       
  1600 RESOURCE TBUF r_mus_view_note_memory_low
       
  1601     {
       
  1602     // "Memory low. Recording stopped."
       
  1603     buf = qtn_msh_note_memory_low;
       
  1604     }
       
  1605 
       
  1606 RESOURCE TBUF r_mus_view_note_unable_to_convert
       
  1607     {
       
  1608     // "Unable to convert clip"
       
  1609     buf = qtn_msh_note_transcoding_failed;
       
  1610     }
       
  1611 
       
  1612 RESOURCE TBUF r_mus_note_hf_activated
       
  1613     {
       
  1614     // "Handsfree activated"
       
  1615     buf = qtn_hf_conf_activate;
       
  1616     }
       
  1617 
       
  1618 RESOURCE TBUF r_mus_note_hf_deactivated
       
  1619     {
       
  1620     // "Handsfree deactivated"
       
  1621     buf = qtn_hf_conf_earpiece;
       
  1622     }
       
  1623 
       
  1624 RESOURCE SLIDER r_mus_slider_vertical
       
  1625     {        
       
  1626     layout=EAknSliderLayoutVertical;    
       
  1627     minvalue=0;
       
  1628     maxvalue=100;
       
  1629     step=1;
       
  1630     valuetype=EAknSliderValueNone;    
       
  1631     minlabel="-";
       
  1632     maxlabel="+";
       
  1633     }
       
  1634 
       
  1635 RESOURCE SLIDER r_mus_slider_horizontal
       
  1636     {      
       
  1637     layout=EAknSliderLayoutHorizontal;
       
  1638     minvalue=0;
       
  1639     maxvalue=100;
       
  1640     step=1;
       
  1641     valuetype=EAknSliderValueNone;
       
  1642     }    
       
  1643         
       
  1644 // end of file
       
  1645