vtuis/videotelui/data/videotelui.rss
branchRCL_3
changeset 25 779871d1e4f4
child 26 590f6f022902
equal deleted inserted replaced
24:f15ac8e65a02 25:779871d1e4f4
       
     1 /*
       
     2 * Copyright (c) 2004, 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:  Resources for Video Telephone application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME        VTUI
       
    22 
       
    23 //  INCLUDES
       
    24 #include    <eikon.rh>
       
    25 #include    <avkon.rsg>
       
    26 #include    <avkon.rh>
       
    27 #include    <avkon.loc>
       
    28 #include    <data_caging_paths_strings.hrh>
       
    29 #include    <avkon.mbg>
       
    30 #include    <videotelui.mbg>
       
    31 #include    <aknsconstants.hrh>
       
    32 
       
    33 #include    <videotelui.loc>
       
    34 #include    "videotelui.hrh"
       
    35 
       
    36 
       
    37 #include    <appinfo.rh>
       
    38 
       
    39 //  CONSTANTS
       
    40 #define KVtStartSoundFile   "z:\\system\\sounds\\digital\\VtStartRecord.wav"
       
    41 #define KVtStopSoundFile    "z:\\system\\sounds\\digital\\VtStopRecord.wav"
       
    42 //  RESOURCE DEFINITIONS
       
    43 
       
    44 // -----------------------------------------------------------------------------
       
    45 //
       
    46 // Resource file signature.
       
    47 //
       
    48 // -----------------------------------------------------------------------------
       
    49 //
       
    50 RESOURCE RSS_SIGNATURE
       
    51     {
       
    52     }
       
    53 
       
    54 // -----------------------------------------------------------------------------
       
    55 //
       
    56 // Default name of the document. No such document, so empty.
       
    57 //
       
    58 // -----------------------------------------------------------------------------
       
    59 //
       
    60 RESOURCE TBUF
       
    61     {
       
    62     buf = "";
       
    63     }
       
    64 
       
    65 // -----------------------------------------------------------------------------
       
    66 //
       
    67 // Application information.
       
    68 //
       
    69 // -----------------------------------------------------------------------------
       
    70 //
       
    71 RESOURCE EIK_APP_INFO
       
    72     {
       
    73     status_pane = r_videotelui_status_pane;
       
    74     menubar = r_videotelui_menubar;
       
    75     cba = r_videotelui_softkeys_end_call;
       
    76     custom_app_info_extension = r_videotelui_info_extension;
       
    77     }
       
    78 // -----------------------------------------------------------------------------
       
    79 //
       
    80 // Info extension
       
    81 // r_videotelui_info_extension
       
    82 //
       
    83 // -----------------------------------------------------------------------------
       
    84 //
       
    85 RESOURCE EIK_APP_INFO_EXT r_videotelui_info_extension
       
    86     {
       
    87     popup_toolbar = r_videotelui_fixed _toolbar;
       
    88     }
       
    89 
       
    90 // -----------------------------------------------------------------------------
       
    91 //
       
    92 // r_videotelui_localisable_app_info
       
    93 // Captions for this application.
       
    94 //
       
    95 // -----------------------------------------------------------------------------
       
    96 //
       
    97 RESOURCE LOCALISABLE_APP_INFO r_videotelui_localisable_app_info
       
    98     {
       
    99     short_caption = qtn_apps_videophone_grid;
       
   100     caption_and_icon =
       
   101         CAPTION_AND_ICON_INFO
       
   102             {
       
   103             caption = qtn_apps_videophone_grid;
       
   104 #ifdef __SCALABLE_ICONS
       
   105             number_of_icons = 1;
       
   106 
       
   107 
       
   108             icon_file =
       
   109                 "Z:"APP_BITMAP_DIR"\\videotelui_aif.mif";
       
   110 #else
       
   111             number_of_icons = 1;
       
   112             icon_file =
       
   113                 "Z:"APP_BITMAP_DIR"\\videotelui_aif.mbm";
       
   114 
       
   115 
       
   116 #endif // __SCALABLE_ICONS
       
   117             };
       
   118     }
       
   119 
       
   120 // -----------------------------------------------------------------------------
       
   121 //
       
   122 // r_videotelui_status_pane
       
   123 // Status pane for the application.
       
   124 //
       
   125 // -----------------------------------------------------------------------------
       
   126 //
       
   127 RESOURCE STATUS_PANE_APP_MODEL r_videotelui_status_pane
       
   128     {
       
   129     layout = R_AVKON_STATUS_PANE_LAYOUT_USUAL;
       
   130     panes =
       
   131         {
       
   132         SPANE_PANE
       
   133             {
       
   134             id = EEikStatusPaneUidTitle;
       
   135             type = EAknCtTitlePane;
       
   136             resource = r_videotelui_title_pane;
       
   137             }
       
   138         };
       
   139     }
       
   140 
       
   141 // -----------------------------------------------------------------------------
       
   142 //
       
   143 // r_videotelui_menubar
       
   144 // Menubar for the application.
       
   145 //
       
   146 // -----------------------------------------------------------------------------
       
   147 //
       
   148 RESOURCE MENU_BAR r_videotelui_menubar
       
   149     {
       
   150     titles =
       
   151         {
       
   152         MENU_TITLE
       
   153             {
       
   154             menu_pane = r_videotelui_menu;
       
   155             }
       
   156         };
       
   157     }
       
   158 
       
   159 // -----------------------------------------------------------------------------
       
   160 //
       
   161 // r_videotelui_ok_menubar
       
   162 // Menubar for the application.
       
   163 //
       
   164 // -----------------------------------------------------------------------------
       
   165 //
       
   166 RESOURCE MENU_BAR r_videotelui_ok_menubar
       
   167     {
       
   168     titles =
       
   169         {
       
   170         MENU_TITLE
       
   171             {
       
   172             menu_pane = r_videotelui_ok_menu;
       
   173             }
       
   174         };
       
   175     }
       
   176 
       
   177 // -----------------------------------------------------------------------------
       
   178 //
       
   179 // r_videotelui_menu
       
   180 // Options menu for the application. This menu is opened when Options softkey
       
   181 // is pressed.
       
   182 //
       
   183 // -----------------------------------------------------------------------------
       
   184 //
       
   185 RESOURCE MENU_PANE r_videotelui_menu
       
   186     {
       
   187     items =
       
   188         {
       
   189         MENU_ITEM // Enable
       
   190             {
       
   191             command = EVtUiCmdEnableMain;
       
   192             txt = qtn_incal_enable_main_option;
       
   193             cascade = r_videotelui_enable_menu;
       
   194             },
       
   195         MENU_ITEM // Disable
       
   196             {
       
   197             command = EVtUiCmdDisableMain;
       
   198             txt = qtn_incal_disable_main_option;
       
   199             cascade = r_videotelui_disable_menu;
       
   200             },
       
   201         MENU_ITEM // Use primary camera
       
   202             {
       
   203             command = EVtUiCmdUsePrimaryCamera;
       
   204             txt = qtn_incal_camera_1_option;
       
   205             },
       
   206         MENU_ITEM // Use secondary camera
       
   207             {
       
   208             command = EVtUiCmdUseSecondaryCamera;
       
   209             txt = qtn_incal_camera_2_option;
       
   210             },
       
   211         MENU_ITEM // Swap images places
       
   212             {
       
   213             command = EVtUiCmdSwapImagesPlaces;
       
   214             txt = qtn_incal_swap_vt_images;
       
   215             },
       
   216         MENU_ITEM // Snapshot
       
   217             {
       
   218             command = EVtUiCmdSnapshot;
       
   219             txt = qtn_incal_snapshot_option;
       
   220             },
       
   221         MENU_ITEM // Send DTMF
       
   222             {
       
   223             command = EVtUiCmdSendDTMF;
       
   224             txt = qtn_incal_send_dtmf_tone_option;
       
   225             },
       
   226         MENU_ITEM // Share file
       
   227             {
       
   228             command = EVtUiCmdShareObjectImage;
       
   229             txt = qtn_incal_video_call_share_file;
       
   230             },
       
   231         MENU_ITEM // Handset (deactivate loudspeaker)
       
   232             {
       
   233             command = EVtUiCmdDeactivateLoudspeaker;
       
   234             txt = qtn_incal_deact_ihf_option;
       
   235             },
       
   236         MENU_ITEM // Loudspeaker
       
   237             {
       
   238             command = EVtUiCmdActivateLoudspeaker;
       
   239             txt = qtn_incal_act_ihf_option;
       
   240             },
       
   241         MENU_ITEM // BT handsfree
       
   242             {
       
   243             command = EVtUiCmdActivateBT;
       
   244             txt = qtn_incal_bt_handsfree_option;
       
   245             },
       
   246         MENU_ITEM // Handset (deactivate BT)
       
   247             {
       
   248             command = EVtUiCmdDeactivateBT;
       
   249             txt = qtn_incal_handset_option;
       
   250             },
       
   251         MENU_ITEM // Video to voice
       
   252             {
       
   253             command = EVtUiCmdCreateVoice;
       
   254             txt = qtn_incal_video_to_voice;
       
   255             },
       
   256         MENU_ITEM
       
   257             {
       
   258             command = EVtUiCmdAdjustVideo;
       
   259             txt = qtn_incal_video_adjust_option;
       
   260             cascade = r_videotelui_video_adjust_menu;
       
   261             },
       
   262         MENU_ITEM // Zoom
       
   263             {
       
   264             command = EVtUiCmdZoom;
       
   265             txt = qtn_incal_zoom_own_video;
       
   266             },
       
   267         MENU_ITEM // End active call
       
   268             {
       
   269             command = EVtUiCmdEndActiveCall;
       
   270             txt = qtn_incal_drop_option;
       
   271             },
       
   272         MENU_ITEM // Go to Idle
       
   273             {
       
   274             command = EVtUiCmdGoToIdle;
       
   275 #ifdef RD_BOOT_CUSTOMIZABLE_AI
       
   276             txt = qtn_incal_goto_idle;
       
   277 #else
       
   278             txt = qtn_incal_goto_active_idle;
       
   279 #endif // RD_BOOT_CUSTOMIZABLE_AI
       
   280             },
       
   281         MENU_ITEM // Help
       
   282             {
       
   283             command = EAknCmdHelp;
       
   284             txt = qtn_options_help;
       
   285             },
       
   286         MENU_ITEM // Exit
       
   287             {
       
   288             command = EAknCmdExit;
       
   289             txt = qtn_options_exit;
       
   290             }
       
   291         };
       
   292     }
       
   293 
       
   294 // -----------------------------------------------------------------------------
       
   295 //
       
   296 // r_videotelui_ok_menu
       
   297 // Options menu for the application. This menu is opened when selection key
       
   298 // is pressed.
       
   299 //
       
   300 // -----------------------------------------------------------------------------
       
   301 //
       
   302 RESOURCE MENU_PANE r_videotelui_ok_menu
       
   303     {
       
   304     items =
       
   305         {
       
   306         MENU_ITEM // Disable
       
   307             {
       
   308             command = EVtUiCmdDisableMain;
       
   309             txt = qtn_incal_disable_main_option;
       
   310             cascade = r_videotelui_disable_menu;
       
   311             },
       
   312         MENU_ITEM // Snapshot
       
   313             {
       
   314             command = EVtUiCmdSnapshot;
       
   315             txt = qtn_incal_snapshot_option;
       
   316             },
       
   317         MENU_ITEM // End active call
       
   318             {
       
   319             command = EVtUiCmdEndActiveCall;
       
   320             txt = qtn_incal_drop_option;
       
   321             },
       
   322         MENU_ITEM // Use primary camera
       
   323             {
       
   324             command = EVtUiCmdUsePrimaryCamera;
       
   325             txt = qtn_incal_camera_1_option;
       
   326             },
       
   327         MENU_ITEM // Use secondary camera
       
   328             {
       
   329             command = EVtUiCmdUseSecondaryCamera;
       
   330             txt = qtn_incal_camera_2_option;
       
   331             }
       
   332         };
       
   333     }
       
   334 
       
   335 // -----------------------------------------------------------------------------
       
   336 //
       
   337 // r_videotelui_enable_menu
       
   338 // "Enable" submenu for the application.
       
   339 //
       
   340 // -----------------------------------------------------------------------------
       
   341 //
       
   342 RESOURCE MENU_PANE r_videotelui_enable_menu
       
   343     {
       
   344     items =
       
   345         {
       
   346         MENU_ITEM
       
   347             {
       
   348             command = EVtUiCmdEnableVideo;
       
   349             txt = qtn_incal_change_video_option;
       
   350             },
       
   351         MENU_ITEM
       
   352             {
       
   353             command = EVtUiCmdEnableAudio;
       
   354             txt = qtn_incal_change_audio_option;
       
   355             },
       
   356         MENU_ITEM
       
   357             {
       
   358             command = EVtUiCmdEnableBoth;
       
   359             txt = qtn_incal_change_both_option;
       
   360             }
       
   361         };
       
   362     }
       
   363 
       
   364 // -----------------------------------------------------------------------------
       
   365 //
       
   366 // r_videotelui_disable_menu
       
   367 // "Disable" submenu for the application.
       
   368 //
       
   369 // -----------------------------------------------------------------------------
       
   370 //
       
   371 RESOURCE MENU_PANE r_videotelui_disable_menu
       
   372     {
       
   373     items =
       
   374         {
       
   375         MENU_ITEM
       
   376             {
       
   377             command = EVtUiCmdDisableVideo;
       
   378             txt = qtn_incal_change_video_option;
       
   379             },
       
   380         MENU_ITEM
       
   381             {
       
   382             command = EVtUiCmdDisableAudio;
       
   383             txt = qtn_incal_change_audio_option;
       
   384             },
       
   385         MENU_ITEM
       
   386             {
       
   387             command = EVtUiCmdDisableBoth;
       
   388             txt = qtn_incal_change_both_option;
       
   389             }
       
   390         };
       
   391     }
       
   392 
       
   393 // -----------------------------------------------------------------------------
       
   394 //
       
   395 // r_videotelui_video_adjust_menu
       
   396 // "Adjust video" submenu for the application.
       
   397 //
       
   398 // -----------------------------------------------------------------------------
       
   399 //
       
   400 RESOURCE MENU_PANE r_videotelui_video_adjust_menu
       
   401 	{
       
   402     items =
       
   403         {
       
   404         MENU_ITEM
       
   405             {
       
   406             command = EVtUiCmdAdjustVideoVideoQuality;
       
   407             txt = qtn_incal_video_prefer_option;
       
   408             },
       
   409         MENU_ITEM
       
   410             {
       
   411             command = EVtUiCmdAdjustVideoWhiteBalance;
       
   412             txt = qtn_incal_video_white_balance_option;
       
   413             },
       
   414         MENU_ITEM
       
   415             {
       
   416             command = EVtUiCmdAdjustVideoBrightness;
       
   417             txt = qtn_incal_video_brightness_option;
       
   418             },
       
   419         MENU_ITEM
       
   420             {
       
   421             command = EVtUiCmdAdjustVideoContrast;
       
   422             txt = qtn_incal_video_contrast_option;
       
   423             },
       
   424         MENU_ITEM
       
   425             {
       
   426             command = EVtUiCmdAdjustVideoColourTone;
       
   427             txt = qtn_incal_video_colour_tone_option;
       
   428             }
       
   429         };
       
   430 	}
       
   431 
       
   432 // -----------------------------------------------------------------------------
       
   433 //
       
   434 // r_videotelui_softkeys_enable_video
       
   435 // Options & Enable video softkeys
       
   436 //
       
   437 // -----------------------------------------------------------------------------
       
   438 //
       
   439 RESOURCE CBA r_videotelui_softkeys_enable_video
       
   440     {
       
   441     buttons =
       
   442         {
       
   443         CBA_BUTTON
       
   444             {
       
   445             id = EAknSoftkeyOptions;
       
   446             txt = text_softkey_option;
       
   447             },
       
   448         CBA_BUTTON
       
   449             {
       
   450             id = EVtUiCmdEnableVideo;
       
   451             txt = qtn_incal_softk_enable_video;
       
   452             },
       
   453         CBA_BUTTON
       
   454             {
       
   455             id = EAknSoftkeyContextOptions;
       
   456             txt = text_softkey_empty;
       
   457             }
       
   458         };
       
   459     }
       
   460 
       
   461 // -----------------------------------------------------------------------------
       
   462 //
       
   463 // r_videotelui_softkeys_enable_audio
       
   464 // Options & Enable audio softkeys
       
   465 //
       
   466 // -----------------------------------------------------------------------------
       
   467 //
       
   468 RESOURCE CBA r_videotelui_softkeys_enable_audio
       
   469     {
       
   470     buttons =
       
   471         {
       
   472         CBA_BUTTON
       
   473             {
       
   474             id = EAknSoftkeyOptions;
       
   475             txt = text_softkey_option;
       
   476             },
       
   477         CBA_BUTTON
       
   478             {
       
   479             id = EVtUiCmdEnableAudio;
       
   480             txt = qtn_incal_softk_enable_audio;
       
   481             },
       
   482         CBA_BUTTON
       
   483             {
       
   484             id = EAknSoftkeyContextOptions;
       
   485             txt = text_softkey_empty;
       
   486             }
       
   487         };
       
   488     }
       
   489 
       
   490 // -----------------------------------------------------------------------------
       
   491 //
       
   492 // r_videotelui_softkeys_handset_b
       
   493 // Options & Handset both softkeys
       
   494 //
       
   495 // -----------------------------------------------------------------------------
       
   496 //
       
   497 RESOURCE CBA r_videotelui_softkeys_handset_b
       
   498     {
       
   499     buttons =
       
   500         {
       
   501         CBA_BUTTON
       
   502             {
       
   503             id = EAknSoftkeyOptions;
       
   504             txt = text_softkey_option;
       
   505             },
       
   506         CBA_BUTTON
       
   507             {
       
   508             id = EVtUiCmdDeactivateLoudspeaker;
       
   509             txt = qtn_incal_softk_handset;
       
   510             },
       
   511         CBA_BUTTON
       
   512             {
       
   513             id = EAknSoftkeyContextOptions;
       
   514             txt = text_softkey_empty;
       
   515             }
       
   516         };
       
   517     }
       
   518 
       
   519 // -----------------------------------------------------------------------------
       
   520 //
       
   521 // r_videotelui_softkeys_loudspeaker
       
   522 // Options & Handset both softkeys
       
   523 //
       
   524 // -----------------------------------------------------------------------------
       
   525 //
       
   526 RESOURCE CBA r_videotelui_softkeys_loudspeaker
       
   527     {
       
   528     buttons =
       
   529         {
       
   530         CBA_BUTTON
       
   531             {
       
   532             id = EAknSoftkeyOptions;
       
   533             txt = text_softkey_option;
       
   534             },
       
   535         CBA_BUTTON
       
   536             {
       
   537             id = EVtUiCmdActivateLoudspeaker;
       
   538             txt = qtn_incal_softk_laudspek;
       
   539             },
       
   540         CBA_BUTTON
       
   541             {
       
   542             id = EAknSoftkeyContextOptions;
       
   543             txt = text_softkey_empty;
       
   544             }
       
   545         };
       
   546     }
       
   547 
       
   548 // -----------------------------------------------------------------------------
       
   549 //
       
   550 // r_videotelui_softkeys_bt_handsfree
       
   551 // Options & Handset both softkeys
       
   552 //
       
   553 // -----------------------------------------------------------------------------
       
   554 //
       
   555 RESOURCE CBA r_videotelui_softkeys_bt_handsfree
       
   556     {
       
   557     buttons =
       
   558         {
       
   559         CBA_BUTTON
       
   560             {
       
   561             id = EAknSoftkeyOptions;
       
   562             txt = text_softkey_option;
       
   563             },
       
   564         CBA_BUTTON
       
   565             {
       
   566             id = EVtUiCmdActivateBT;
       
   567             txt = qtn_incal_softk_bt_handsfree;
       
   568             },
       
   569         CBA_BUTTON
       
   570             {
       
   571             id = EAknSoftkeyContextOptions;
       
   572             txt = text_softkey_empty;
       
   573             }
       
   574         };
       
   575     }
       
   576 
       
   577 // -----------------------------------------------------------------------------
       
   578 //
       
   579 // r_videotelui_softkeys_end_call
       
   580 // Options & End call softkeys
       
   581 //
       
   582 // -----------------------------------------------------------------------------
       
   583 //
       
   584 RESOURCE CBA r_videotelui_softkeys_end_call
       
   585     {
       
   586     buttons =
       
   587         {
       
   588         CBA_BUTTON
       
   589             {
       
   590             id = EAknSoftkeyOptions;
       
   591             txt = text_softkey_option;
       
   592             },
       
   593         CBA_BUTTON
       
   594             {
       
   595             id = EVtUiCmdEndActiveCall;
       
   596             txt = qtn_incal_softk_end_this;
       
   597             },
       
   598         CBA_BUTTON
       
   599             {
       
   600             id = EAknSoftkeyContextOptions;
       
   601             txt = text_softkey_empty;
       
   602             }
       
   603         };
       
   604     }
       
   605 
       
   606 // -----------------------------------------------------------------------------
       
   607 //
       
   608 // r_videotelui_softkeys_capture_video
       
   609 // Capture & Cancel video softkeys
       
   610 //
       
   611 // -----------------------------------------------------------------------------
       
   612 //
       
   613 RESOURCE CBA r_videotelui_softkeys_capture_video
       
   614     {
       
   615     buttons =
       
   616         {
       
   617         CBA_BUTTON
       
   618             {
       
   619             id = EVtUiCmdCapture;
       
   620             txt = qtn_softk_capture;
       
   621             },
       
   622         CBA_BUTTON
       
   623             {
       
   624             id = EVtUiCmdCancelCapture;
       
   625             txt = text_softkey_cancel;
       
   626             },
       
   627         CBA_BUTTON
       
   628             {
       
   629             id = EVtUiCmdCapture;
       
   630             txt = qtn_softk_capture;
       
   631             }
       
   632         };
       
   633     }
       
   634 
       
   635 // -----------------------------------------------------------------------------
       
   636 //
       
   637 // r_videotelui_softkeys_share_object_image
       
   638 // Options & Stop image object sharing
       
   639 //
       
   640 // -----------------------------------------------------------------------------
       
   641 //
       
   642 RESOURCE CBA r_videotelui_softkeys_share_object_image
       
   643     {
       
   644     buttons =
       
   645         {
       
   646         CBA_BUTTON
       
   647             {
       
   648             id = EAknSoftkeyOptions;
       
   649             txt = text_softkey_option;
       
   650             },
       
   651         CBA_BUTTON
       
   652             {
       
   653             id = EVtUiCmdStopSharingObjectImage;
       
   654             txt = qtn_softk_disable_share;
       
   655             },
       
   656         CBA_BUTTON
       
   657             {
       
   658             id = EAknSoftkeyContextOptions;
       
   659             txt = text_softkey_empty;
       
   660             }
       
   661         };
       
   662     }
       
   663 
       
   664 // -----------------------------------------------------------------------------
       
   665 //
       
   666 // r_videotelui_blank_dlg
       
   667 // Blank dialog.
       
   668 //
       
   669 // -----------------------------------------------------------------------------
       
   670 //
       
   671 RESOURCE DIALOG r_videotelui_blank_dlg
       
   672     {
       
   673     flags = ( EEikDialogFlagNoDrag |
       
   674               EEikDialogFlagNoTitleBar |
       
   675               EEikDialogFlagFillAppClientRect |
       
   676               EEikDialogFlagCbaButtons |
       
   677               EEikDialogFlagWait );
       
   678 
       
   679     buttons = r_videotelui_softkeys_empty;
       
   680 
       
   681     items =
       
   682         {
       
   683         };
       
   684     }
       
   685 
       
   686 // -----------------------------------------------------------------------------
       
   687 //
       
   688 // r_videotelui_blank_nowait_dlg
       
   689 // Blank dialog, no wait flag.
       
   690 //
       
   691 // -----------------------------------------------------------------------------
       
   692 //
       
   693 RESOURCE DIALOG r_videotelui_blank_nowait_dlg
       
   694     {
       
   695     flags = ( EEikDialogFlagNoDrag |
       
   696               EEikDialogFlagNoTitleBar |
       
   697               EEikDialogFlagFillAppClientRect |
       
   698               EEikDialogFlagCbaButtons );
       
   699 
       
   700     buttons = r_videotelui_softkeys_empty;
       
   701 
       
   702     items =
       
   703         {
       
   704         };
       
   705     }
       
   706 
       
   707 // -----------------------------------------------------------------------------
       
   708 //
       
   709 // r_videotelui_softkeys_empty
       
   710 //
       
   711 // Empty softkeys. Note that AVKON empty softkey
       
   712 // resource can not be used, because flags are needed.
       
   713 //
       
   714 // -----------------------------------------------------------------------------
       
   715 //
       
   716 RESOURCE CBA r_videotelui_softkeys_empty
       
   717     {
       
   718     flags = EAknCBAFlagRespondWhenInvisible;
       
   719 
       
   720     buttons =
       
   721         {
       
   722         CBA_BUTTON
       
   723             {
       
   724             id = EAknSoftkeyEmpty;
       
   725             txt = text_softkey_empty;
       
   726             },
       
   727         CBA_BUTTON
       
   728             {
       
   729             id = EAknSoftkeyEmpty;
       
   730             txt = text_softkey_empty;
       
   731             },
       
   732         CBA_BUTTON
       
   733             {
       
   734             id = EAknSoftkeyEmpty;
       
   735             txt = text_softkey_empty;
       
   736             }
       
   737         };
       
   738     }
       
   739 
       
   740 
       
   741 // -----------------------------------------------------------------------------
       
   742 //
       
   743 // r_videotelui_qtn_incal_muted_pane
       
   744 //
       
   745 // -----------------------------------------------------------------------------
       
   746 //
       
   747 RESOURCE TBUF r_videotelui_qtn_incal_muted_pane
       
   748     {
       
   749     buf = qtn_incal_muted_pane;
       
   750     }
       
   751 
       
   752 // -----------------------------------------------------------------------------
       
   753 //
       
   754 // r_videotelui_allow_video_query
       
   755 //
       
   756 // -----------------------------------------------------------------------------
       
   757 //
       
   758 RESOURCE DIALOG r_videotelui_allow_video_query
       
   759     {
       
   760     flags =
       
   761         EEikDialogFlagNoDrag |
       
   762         EEikDialogFlagNoTitleBar |
       
   763         EEikDialogFlagCbaButtons |
       
   764         EEikDialogFlagNotifyEsc ;
       
   765     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   766     items =
       
   767         {
       
   768         DLG_LINE
       
   769             {
       
   770             type = EAknCtQuery;
       
   771             id = EGeneralQuery;
       
   772             control = AVKON_CONFIRMATION_QUERY
       
   773                 {
       
   774                 layout = EConfirmationLayout;
       
   775                 label = "";
       
   776                 };
       
   777             }
       
   778         };
       
   779     }
       
   780 
       
   781 // -----------------------------------------------------------------------------
       
   782 //
       
   783 // r_videotelui_switch_to_voice_query
       
   784 //
       
   785 // -----------------------------------------------------------------------------
       
   786 //
       
   787 RESOURCE DIALOG r_videotelui_create_voice_query
       
   788     {
       
   789     flags = EGeneralQueryFlags;
       
   790     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   791     items =
       
   792         {
       
   793         DLG_LINE
       
   794             {
       
   795             type = EAknCtQuery;
       
   796             id = EGeneralQuery;
       
   797             control = AVKON_CONFIRMATION_QUERY
       
   798                 {
       
   799                 layout = EConfirmationLayout;
       
   800                 };
       
   801             }
       
   802         };
       
   803     }
       
   804 
       
   805 // ---------------------------------------------------------
       
   806 //
       
   807 // r_videotelui_qtn_send_video_image
       
   808 //
       
   809 // ---------------------------------------------------------
       
   810 //
       
   811 RESOURCE TBUF r_videotelui_qtn_send_video_image
       
   812     {
       
   813     buf = qtn_incal_send_video_image;
       
   814     }
       
   815 
       
   816 // ---------------------------------------------------------
       
   817 //
       
   818 // r_videotelui_qtn_call_number_video
       
   819 //
       
   820 // ---------------------------------------------------------
       
   821 //
       
   822 RESOURCE TBUF r_videotelui_qtn_call_number_video
       
   823     {
       
   824     buf = qtn_call_number_video;
       
   825     }
       
   826 
       
   827 // -----------------------------------------------------------------------------
       
   828 //
       
   829 //    r_videotelui_title_pane
       
   830 //    It defines default title pane.
       
   831 //
       
   832 // -----------------------------------------------------------------------------
       
   833 //
       
   834 RESOURCE TITLE_PANE r_videotelui_title_pane
       
   835     {
       
   836     txt = " ";
       
   837     }
       
   838 
       
   839 // -----------------------------------------------------------------------------
       
   840 //
       
   841 // r_videotelui_qtn_incal_waiting_image
       
   842 //
       
   843 // -----------------------------------------------------------------------------
       
   844 //
       
   845 RESOURCE TBUF r_videotelui_qtn_incal_waiting_image
       
   846     {
       
   847     buf = qtn_incal_waiting_image;
       
   848     }
       
   849 
       
   850 // -----------------------------------------------------------------------------
       
   851 //
       
   852 // r_videotelui_emergency_note
       
   853 //
       
   854 // -----------------------------------------------------------------------------
       
   855 //
       
   856 RESOURCE DIALOG r_videotelui_emergency_note
       
   857     {
       
   858     flags = EEikDialogFlagNoDrag |
       
   859             EEikDialogFlagNoTitleBar |
       
   860             EEikDialogFlagCbaButtons;
       
   861 
       
   862     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   863 
       
   864     items =
       
   865         {
       
   866         DLG_LINE
       
   867             {
       
   868             type = EAknCtNote;
       
   869             id = EGeneralNote;
       
   870             control = AVKON_NOTE
       
   871                 {
       
   872                 layout = EGeneralLayout;
       
   873                 };
       
   874             }
       
   875         };
       
   876     }
       
   877 
       
   878 // -----------------------------------------------------------------------------
       
   879 //
       
   880 //    r_videotelui_information_note
       
   881 //    It defines note template for information notes. Text
       
   882 //    must be replaced to correct in code. Note does not have wait
       
   883 //    flag.
       
   884 //
       
   885 // -----------------------------------------------------------------------------
       
   886 //
       
   887 RESOURCE DIALOG r_videotelui_information_note
       
   888     {
       
   889     flags =
       
   890         EEikDialogFlagNoDrag |
       
   891         EEikDialogFlagNoTitleBar |
       
   892         EEikDialogFlagCbaButtons;
       
   893     items =
       
   894         {
       
   895         DLG_LINE
       
   896             {
       
   897             type = EAknCtNote;
       
   898             id = EGeneralNote;
       
   899             control =
       
   900                 AVKON_NOTE
       
   901                     {
       
   902                     layout = EGeneralLayout;
       
   903                     singular_label = " ";
       
   904                     plural_label = "";
       
   905                     animation = R_QGN_NOTE_INFO_ANIM;
       
   906                     };
       
   907             }
       
   908         };
       
   909     }
       
   910 
       
   911 // -----------------------------------------------------------------------------
       
   912 //
       
   913 // r_videotelui_qtn_incal_close_camcorder
       
   914 //
       
   915 // -----------------------------------------------------------------------------
       
   916 //
       
   917 RESOURCE TBUF r_videotelui_qtn_incal_close_camcorder
       
   918     {
       
   919     buf = qtn_incal_close_camcorder;
       
   920     }
       
   921 
       
   922 // -----------------------------------------------------------------------------
       
   923 //
       
   924 // r_videotelui_bthf_connect_wait_note
       
   925 //
       
   926 // -----------------------------------------------------------------------------
       
   927 //
       
   928 RESOURCE DIALOG r_videotelui_bthf_connect_wait_note
       
   929     {
       
   930     flags = EEikDialogFlagNoDrag |
       
   931             EEikDialogFlagNoTitleBar |
       
   932             EEikDialogFlagCbaButtons |
       
   933             EEikDialogFlagWait;
       
   934 
       
   935     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   936 
       
   937     items =
       
   938         {
       
   939         DLG_LINE
       
   940             {
       
   941             type = EAknCtNote;
       
   942             id = EGeneralNote;
       
   943             control = AVKON_NOTE
       
   944                 {
       
   945                 layout = EWaitLayout;
       
   946                 singular_label = qtn_wait_connecting_to_bt;
       
   947                 plural_label = "";
       
   948                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   949                 };
       
   950             }
       
   951         };
       
   952     }
       
   953 
       
   954 // -----------------------------------------------------------------------------
       
   955 //
       
   956 // r_videotelui_qtn_bt_device_not_avail
       
   957 //
       
   958 // -----------------------------------------------------------------------------
       
   959 //
       
   960 RESOURCE TBUF r_videotelui_qtn_bt_device_not_avail
       
   961     {
       
   962     buf = qtn_bt_device_not_avail;
       
   963     }
       
   964 
       
   965 // -----------------------------------------------------------------------------
       
   966 //
       
   967 // r_videotelui_text_not_allowed
       
   968 //
       
   969 // -----------------------------------------------------------------------------
       
   970 //
       
   971 RESOURCE TBUF r_videotelui_text_not_allowed
       
   972     {
       
   973     buf = text_not_allowed;
       
   974     }
       
   975 
       
   976 // -----------------------------------------------------------------------------
       
   977 //
       
   978 // r_videotelui_text_call_not_allowed
       
   979 //
       
   980 // -----------------------------------------------------------------------------
       
   981 //
       
   982 RESOURCE TBUF r_videotelui_text_call_not_allowed
       
   983     {
       
   984     buf = text_call_not_allowed;
       
   985     }
       
   986 
       
   987 // -----------------------------------------------------------------------------
       
   988 //
       
   989 // r_videotelui_qtn_err_cam_swap
       
   990 //
       
   991 // -----------------------------------------------------------------------------
       
   992 //
       
   993 RESOURCE TBUF r_videotelui_qtn_err_cam_swap
       
   994     {
       
   995     buf = qtn_err_cam_swap;
       
   996     }
       
   997 
       
   998 // -----------------------------------------------------------------------------
       
   999 //
       
  1000 // r_videotelui_qtn_query_create_voice_call
       
  1001 //
       
  1002 //
       
  1003 RESOURCE TBUF r_videotelui_qtn_query_create_voice_call
       
  1004     {
       
  1005     buf = qtn_query_create_voice_call;
       
  1006     }
       
  1007 //----------------------------------------------------
       
  1008 //
       
  1009 //    r_videotelui_qtn_err_unable_to_open_image
       
  1010 //
       
  1011 //----------------------------------------------------
       
  1012 //
       
  1013 RESOURCE TBUF r_videotelui_qtn_err_unable_to_open_image
       
  1014     {
       
  1015     buf = qtn_tel_info_unable_open_image;
       
  1016     }
       
  1017 
       
  1018 //----------------------------------------------------
       
  1019 //
       
  1020 //    r_videotelui_qtn_incal_note_decoding_failed
       
  1021 //
       
  1022 //----------------------------------------------------
       
  1023 //
       
  1024 RESOURCE TBUF r_videotelui_qtn_incal_note_decoding_failed
       
  1025     {
       
  1026     buf = qtn_incal_note_decoding_failed;
       
  1027     }
       
  1028 
       
  1029 //----------------------------------------------------
       
  1030 //
       
  1031 //    r_videotelui_qtn_err_drm_not_allowed
       
  1032 //
       
  1033 //----------------------------------------------------
       
  1034 //
       
  1035 RESOURCE TBUF r_videotelui_qtn_err_drm_not_allowed
       
  1036     {
       
  1037     buf = qtn_drm_not_allowed;
       
  1038     }
       
  1039 
       
  1040 // -----------------------------------------------------------------------------
       
  1041 //
       
  1042 // r_videotelui_tooltip_zoom
       
  1043 //
       
  1044 //
       
  1045 RESOURCE TBUF r_videotelui_tooltip_zoom
       
  1046     {
       
  1047     buf = qtn_vt_tooltip_zoom;
       
  1048     }
       
  1049 
       
  1050 //----------------------------------------------------
       
  1051 //
       
  1052 //    r_image_load_wait_note
       
  1053 //    Image initialization wait note.
       
  1054 //
       
  1055 //----------------------------------------------------
       
  1056 //
       
  1057 RESOURCE DIALOG r_progress_decoding_image_wait_note
       
  1058     {
       
  1059     flags = EAknWaitNoteFlags;
       
  1060     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  1061     items=
       
  1062         {
       
  1063         DLG_LINE
       
  1064             {
       
  1065             type = EAknCtNote;
       
  1066             id = EGeneralNote;
       
  1067             control = AVKON_NOTE
       
  1068                 {
       
  1069                 layout = EWaitLayout;
       
  1070                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1071                 singular_label = qtn_vt_progress_decoding_image;
       
  1072                 };
       
  1073             }
       
  1074         };
       
  1075     }
       
  1076 
       
  1077 //----------------------------------------------------
       
  1078 //
       
  1079 //    r_videotelui_context_options_cba_button
       
  1080 //    Cba button resource for number entry.
       
  1081 //
       
  1082 //----------------------------------------------------
       
  1083 //
       
  1084 RESOURCE CBA_BUTTON r_videotelui_context_options_cba_button
       
  1085     {
       
  1086     id=EAknSoftkeyContextOptions;
       
  1087     txt=text_softkey_empty;
       
  1088     }
       
  1089 
       
  1090 //----------------------------------------------------
       
  1091 //
       
  1092 //    r_videotelui_select_cba_button
       
  1093 //    Empty cba button resource for toolbar.
       
  1094 //
       
  1095 //----------------------------------------------------
       
  1096 //
       
  1097 RESOURCE CBA_BUTTON r_videotelui_select_cba_button
       
  1098     {
       
  1099     id = EAknSoftkeySelect;
       
  1100     txt= text_softkey_select;
       
  1101     }
       
  1102 
       
  1103 //----------------------------------------------------
       
  1104 //
       
  1105 //    r_videotelui_empty_cba_button
       
  1106 //    Empty cba button resource for number entry.
       
  1107 //
       
  1108 //----------------------------------------------------
       
  1109 //
       
  1110 RESOURCE CBA_BUTTON r_videotelui_empty_cba_button
       
  1111     {
       
  1112     id = EAknSoftkeyEmpty;
       
  1113     txt= text_softkey_empty;
       
  1114     }
       
  1115 
       
  1116 //----------------------------------------------------
       
  1117 //
       
  1118 //    r_videotelui_floating_toolbar
       
  1119 //    Empty resource for floating toolbar.
       
  1120 //
       
  1121 //----------------------------------------------------
       
  1122 //
       
  1123 RESOURCE AVKON_TOOLBAR r_videotelui_floating_toolbar
       
  1124     {
       
  1125     flags = KAknToolbarWithoutCba | KAknToolbarAlwaysFocusing |
       
  1126             KAknToolbarFlexiblePosition;
       
  1127     items =
       
  1128         {
       
  1129         };
       
  1130     }
       
  1131 
       
  1132 //----------------------------------------------------
       
  1133 //
       
  1134 //    r_videotelui_fixed_toolbar
       
  1135 //    Empty resource for fixed toolbar.
       
  1136 //
       
  1137 //----------------------------------------------------
       
  1138 //
       
  1139 RESOURCE AVKON_TOOLBAR r_videotelui_fixed_toolbar
       
  1140     {
       
  1141     flags = KAknToolbarFixed;
       
  1142     items =
       
  1143         {
       
  1144         };
       
  1145     }
       
  1146 
       
  1147 //----------------------------------------------------
       
  1148 //
       
  1149 //    r_videotelui_video_record_start_sound_path
       
  1150 //    Path to a sound file to play when starting video recording
       
  1151 //
       
  1152 //----------------------------------------------------
       
  1153 //
       
  1154 RESOURCE TBUF r_videotelui_video_record_start_sound_path
       
  1155     {
       
  1156     buf = KVtStartSoundFile;
       
  1157     }
       
  1158 
       
  1159 
       
  1160 //----------------------------------------------------
       
  1161 //
       
  1162 //    r_videotelui_video_record_stop_sound_path
       
  1163 //    Path to a sound file to play when stopping video recording
       
  1164 //
       
  1165 //----------------------------------------------------
       
  1166 //
       
  1167 RESOURCE TBUF r_videotelui_video_record_stop_sound_path
       
  1168     {
       
  1169     buf = KVtStopSoundFile;
       
  1170     }
       
  1171 
       
  1172 //----------------------------------------------------
       
  1173 //
       
  1174 //   r_disable_video_button_state_extension
       
  1175 //
       
  1176 //----------------------------------------------------
       
  1177 //
       
  1178 RESOURCE AVKON_BUTTON_STATE_EXTENSION  r_disable_video_button_state_extension
       
  1179     {
       
  1180     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1181     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbVideoDisable;
       
  1182     //skinid = KAknsIIDQgnIndiTbVideoDisable;
       
  1183     }
       
  1184 
       
  1185 //----------------------------------------------------
       
  1186 //
       
  1187 //   r_enable_video_button_state_extension
       
  1188 //
       
  1189 //----------------------------------------------------
       
  1190 //
       
  1191 RESOURCE AVKON_BUTTON_STATE_EXTENSION  r_enable_video_button_state_extension
       
  1192     {
       
  1193     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1194     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbVideo;
       
  1195     //skinid = KAknsIIDQgnIndiTbVideo;
       
  1196     }
       
  1197 
       
  1198 //----------------------------------------------------
       
  1199 //
       
  1200 //   r_mute_microphone_button_state_extension
       
  1201 //
       
  1202 //----------------------------------------------------
       
  1203 //
       
  1204 RESOURCE AVKON_BUTTON_STATE_EXTENSION  r_mute_microphone_button_state_extension
       
  1205     {
       
  1206     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1207     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbMicrophoneMute;
       
  1208     //skinid = KAknsIIDQgnIndiTbMicrophoneMute;
       
  1209     }
       
  1210 
       
  1211 //----------------------------------------------------
       
  1212 //
       
  1213 //   r_unmute_microphone_button_state_extension
       
  1214 //
       
  1215 //----------------------------------------------------
       
  1216 //
       
  1217 RESOURCE AVKON_BUTTON_STATE_EXTENSION  r_unmute_microphone_button_state_extension
       
  1218     {
       
  1219     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1220     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbMicrophoneUnmute;
       
  1221     //skinid = KAknsIIDQgnIndiTbMicrophoneUnmute;
       
  1222     }
       
  1223 
       
  1224 //----------------------------------------------------
       
  1225 //
       
  1226 //   r_primary_cam_button_state_extension
       
  1227 //
       
  1228 //----------------------------------------------------
       
  1229 //
       
  1230 RESOURCE AVKON_BUTTON_STATE_EXTENSION  r_primary_cam_button_state_extension
       
  1231     {
       
  1232     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1233     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbCameraMain ;
       
  1234     //skinid = KAknsIIDQgnIndiTbCameraMain;
       
  1235     }
       
  1236 
       
  1237 //----------------------------------------------------
       
  1238 //
       
  1239 //   r_secondary_cam_button_state_extension
       
  1240 //
       
  1241 //----------------------------------------------------
       
  1242 //
       
  1243 RESOURCE AVKON_BUTTON_STATE_EXTENSION  r_secondary_cam_button_state_extension
       
  1244     {
       
  1245     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1246     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbCameraSecondary;
       
  1247     //skinid = KAknsIIDQgnIndiTbCameraSecondary;
       
  1248     }
       
  1249 
       
  1250 //----------------------------------------------------
       
  1251 //
       
  1252 //   r_zoom_button_state_extension
       
  1253 //
       
  1254 //----------------------------------------------------
       
  1255 //
       
  1256 RESOURCE AVKON_BUTTON_STATE_EXTENSION  r_zoom_button_state_extension
       
  1257     {
       
  1258     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1259     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbZoom;
       
  1260     //skinid = KAknsIIDQgnIndiTbZoom;
       
  1261     }
       
  1262 
       
  1263 //----------------------------------------------------
       
  1264 //
       
  1265 //   r_share_button_state_extension
       
  1266 //
       
  1267 //----------------------------------------------------
       
  1268 //
       
  1269 RESOURCE AVKON_BUTTON_STATE_EXTENSION  r_swap_button_state_extension
       
  1270     {
       
  1271     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1272     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbSwapImages;
       
  1273     //skinid = KAknsIIDQgnIndiTbSwapImages;
       
  1274     }
       
  1275 
       
  1276 //----------------------------------------------------
       
  1277 //
       
  1278 //   r_share_button_state_extension
       
  1279 //
       
  1280 //----------------------------------------------------
       
  1281 //
       
  1282 RESOURCE AVKON_BUTTON_STATE_EXTENSION  r_share_button_state_extension
       
  1283     {
       
  1284     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1285     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbGallery;
       
  1286     //skinid = KAknsIIDQgnIndiTbGallery;
       
  1287     }
       
  1288 
       
  1289 //----------------------------------------------------
       
  1290 //
       
  1291 //   r_handset_button_state_extension
       
  1292 //
       
  1293 //----------------------------------------------------
       
  1294 //
       
  1295 RESOURCE AVKON_BUTTON_STATE_EXTENSION  r_handset_button_state_extension
       
  1296     {
       
  1297     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1298     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbHandset;
       
  1299     //skinid = KAknsIIDQgnIndiTbHandset;
       
  1300     }
       
  1301 
       
  1302 //----------------------------------------------------
       
  1303 //
       
  1304 //   r_ihf_on_button_state_extension
       
  1305 //
       
  1306 //----------------------------------------------------
       
  1307 //
       
  1308 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_ihf_on_button_state_extension
       
  1309     {
       
  1310     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1311     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbIhfOn;
       
  1312     //skinid = KAknsIIDQgnIndiTbIhfOn;
       
  1313     }
       
  1314 
       
  1315 //----------------------------------------------------
       
  1316 //
       
  1317 //   r_bt_hf_button_state_extension
       
  1318 //
       
  1319 //----------------------------------------------------
       
  1320 //
       
  1321 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_bt_hf_button_state_extension
       
  1322     {
       
  1323     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1324     bmbSkinIdMinor = EAknsMinorGenericQgnIndiTbBthf;
       
  1325     //skinid = KAknsIIDQgnIndiTbBthf;
       
  1326     }
       
  1327 
       
  1328 // -----------------------------------------------------------------------------
       
  1329 //
       
  1330 // r_avkonbutton_toggle_video_button
       
  1331 // This button disables and enables video.
       
  1332 // This button has two states.
       
  1333 //
       
  1334 // -----------------------------------------------------------------------------
       
  1335 //
       
  1336 RESOURCE AVKON_BUTTON r_avkonbutton_toggle_video_button
       
  1337     {
       
  1338     flags  = 0;
       
  1339     states =
       
  1340         {
       
  1341         AVKON_BUTTON_STATE  // disable video button (0)
       
  1342             {
       
  1343             bmpfile =  "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1344             bmpid = EMbmVideoteluiQgn_indi_tb_video_disable;
       
  1345             bmpmask = EMbmVideoteluiQgn_indi_tb_video_disable_mask;
       
  1346             helptxt = qtn_vt_tooltip_disable_video;
       
  1347             extension = r_disable_video_button_state_extension;
       
  1348             },
       
  1349         AVKON_BUTTON_STATE // disable video button (dummy state) (1)
       
  1350             {
       
  1351             bmpfile =  "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1352             bmpid = EMbmVideoteluiQgn_indi_tb_video_disable;
       
  1353             bmpmask = EMbmVideoteluiQgn_indi_tb_video_disable_mask;
       
  1354             extension = r_disable_video_button_state_extension;
       
  1355  			  	  },
       
  1356         AVKON_BUTTON_STATE  // enable video button (2)
       
  1357             {
       
  1358             bmpfile =  "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1359             bmpid = EMbmVideoteluiQgn_indi_tb_video;
       
  1360             bmpmask = EMbmVideoteluiQgn_indi_tb_video_mask;
       
  1361             helptxt = qtn_vt_tooltip_enable_video;
       
  1362             extension = r_enable_video_button_state_extension;
       
  1363             },
       
  1364         AVKON_BUTTON_STATE // enable video button (dummy state) (3)
       
  1365             {
       
  1366             bmpfile =  "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1367             bmpid = EMbmVideoteluiQgn_indi_tb_video;
       
  1368             bmpmask = EMbmVideoteluiQgn_indi_tb_video_mask;
       
  1369             extension = r_enable_video_button_state_extension;
       
  1370  			  	  }
       
  1371         };
       
  1372     }
       
  1373 // -----------------------------------------------------------------------------
       
  1374 //
       
  1375 // r_avkonbutton_toggle_microphone_button
       
  1376 // This button mutes and unmutes microphone.
       
  1377 // This button has two states.
       
  1378 //
       
  1379 // -----------------------------------------------------------------------------
       
  1380 //
       
  1381 RESOURCE AVKON_BUTTON r_avkonbutton_toggle_microphone_button
       
  1382     {
       
  1383     flags  = 0;
       
  1384     states =
       
  1385         {
       
  1386         AVKON_BUTTON_STATE  // mute mic button (0)
       
  1387             {
       
  1388             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1389             bmpid = EMbmVideoteluiQgn_indi_tb_microphone_mute;
       
  1390             bmpmask = EMbmVideoteluiQgn_indi_tb_microphone_mute_mask;
       
  1391             helptxt = qtn_vt_tooltip_mute_microphone;
       
  1392             extension = r_mute_microphone_button_state_extension;
       
  1393             },
       
  1394         AVKON_BUTTON_STATE  // mute mic button (dummy state) (1)
       
  1395             {
       
  1396             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1397             bmpid = EMbmVideoteluiQgn_indi_tb_microphone_mute;
       
  1398             bmpmask = EMbmVideoteluiQgn_indi_tb_microphone_mute_mask;
       
  1399             extension = r_mute_microphone_button_state_extension;
       
  1400             },
       
  1401         AVKON_BUTTON_STATE  // unmute mic button (2)
       
  1402             {
       
  1403             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1404             bmpid = EMbmVideoteluiQgn_indi_tb_microphone_unmute;
       
  1405             bmpmask = EMbmVideoteluiQgn_indi_tb_microphone_unmute_mask;
       
  1406             helptxt = qtn_vt_tooltip_unmute_microphone;
       
  1407             extension = r_unmute_microphone_button_state_extension;
       
  1408             },
       
  1409         AVKON_BUTTON_STATE  // unmute mic button  (dummy state) (3)
       
  1410             {
       
  1411             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1412             bmpid = EMbmVideoteluiQgn_indi_tb_microphone_unmute;
       
  1413             bmpmask = EMbmVideoteluiQgn_indi_tb_microphone_unmute_mask;
       
  1414             extension = r_unmute_microphone_button_state_extension;
       
  1415             }
       
  1416         };
       
  1417     }
       
  1418 
       
  1419 // -----------------------------------------------------------------------------
       
  1420 //
       
  1421 // r_avkonbutton_toggle_camera_button
       
  1422 // This button changes used camera between primary and secondary.
       
  1423 // This button has two states.
       
  1424 //
       
  1425 // -----------------------------------------------------------------------------
       
  1426 //
       
  1427 RESOURCE AVKON_BUTTON r_avkonbutton_toggle_camera_button
       
  1428     {
       
  1429     flags  = 0;
       
  1430     states =
       
  1431         {
       
  1432         AVKON_BUTTON_STATE  // primary camera button (0)
       
  1433             {
       
  1434             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1435             bmpid = EMbmVideoteluiQgn_indi_tb_camera_main;
       
  1436             bmpmask = EMbmVideoteluiQgn_indi_tb_camera_main_mask;
       
  1437             helptxt = qtn_vt_tooltip_primary_cam;
       
  1438             extension = r_primary_cam_button_state_extension;
       
  1439             },
       
  1440         AVKON_BUTTON_STATE  // primary camera button (dummy state) (1)
       
  1441             {
       
  1442             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1443             bmpid = EMbmVideoteluiQgn_indi_tb_camera_main;
       
  1444             bmpmask = EMbmVideoteluiQgn_indi_tb_camera_main_mask;
       
  1445             extension = r_primary_cam_button_state_extension;
       
  1446             },
       
  1447         AVKON_BUTTON_STATE  // secondary camera button (2)
       
  1448             {
       
  1449             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1450             bmpid = EMbmVideoteluiQgn_indi_tb_camera_secondary;
       
  1451             bmpmask = EMbmVideoteluiQgn_indi_tb_camera_secondary_mask;
       
  1452             helptxt = qtn_vt_tooltip_secondary_cam;
       
  1453              extension = r_secondary_cam_button_state_extension;
       
  1454             },
       
  1455         AVKON_BUTTON_STATE  // secondary camera button (dummy state) (3)
       
  1456             {
       
  1457             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1458             bmpid = EMbmVideoteluiQgn_indi_tb_camera_secondary;
       
  1459             bmpmask = EMbmVideoteluiQgn_indi_tb_camera_secondary_mask;
       
  1460             extension = r_secondary_cam_button_state_extension;
       
  1461             }
       
  1462         };
       
  1463     }
       
  1464 
       
  1465 // -----------------------------------------------------------------------------
       
  1466 //
       
  1467 // r_avkonbutton_swap_images_button
       
  1468 // This button swaps images
       
  1469 //
       
  1470 // -----------------------------------------------------------------------------
       
  1471 //
       
  1472 RESOURCE AVKON_BUTTON r_avkonbutton_swap_images_button
       
  1473     {
       
  1474     flags  = 0;
       
  1475     states =
       
  1476         {
       
  1477         AVKON_BUTTON_STATE
       
  1478             {
       
  1479             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1480             bmpid = EMbmVideoteluiQgn_indi_tb_swap_images;
       
  1481             bmpmask = EMbmVideoteluiQgn_indi_tb_swap_images_mask;
       
  1482             helptxt = qtn_vt_tooltip_swap_images;
       
  1483             extension = r_swap_button_state_extension;
       
  1484             }
       
  1485         };
       
  1486     }
       
  1487 
       
  1488 // -----------------------------------------------------------------------------
       
  1489 //
       
  1490 // r_avkonbutton_activate_zoom_mode_button
       
  1491 // This button activates zoom mode.
       
  1492 //
       
  1493 // -----------------------------------------------------------------------------
       
  1494 //
       
  1495 RESOURCE AVKON_BUTTON r_avkonbutton_activate_zoom_mode_button
       
  1496     {
       
  1497     flags  = 0;
       
  1498     states =
       
  1499         {
       
  1500         AVKON_BUTTON_STATE
       
  1501             {
       
  1502             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1503             bmpid = EMbmVideoteluiQgn_indi_tb_zoom;
       
  1504             bmpmask = EMbmVideoteluiQgn_indi_tb_zoom_mask;
       
  1505             helptxt =  qtn_vt_tooltip_zoom;
       
  1506             extension = r_zoom_button_state_extension;
       
  1507             },
       
  1508          AVKON_BUTTON_STATE
       
  1509             {
       
  1510             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1511             bmpid  = EMbmVideoteluiQgn_indi_tb_zoom;
       
  1512             bmpmask = EMbmVideoteluiQgn_indi_tb_zoom_mask;
       
  1513             flags = KAknButtonStateHasLatchedFrame;
       
  1514             helptxt = qtn_vt_tooltip_zoom;
       
  1515             extension = r_zoom_button_state_extension;
       
  1516             }
       
  1517         };
       
  1518     }
       
  1519 
       
  1520 // -----------------------------------------------------------------------------
       
  1521 //
       
  1522 // r_avkonbutton_share_file_button
       
  1523 // This button starts the file sharing.
       
  1524 //
       
  1525 // -----------------------------------------------------------------------------
       
  1526 //
       
  1527 RESOURCE AVKON_BUTTON r_avkonbutton_share_file_button
       
  1528     {
       
  1529     flags  = 0;
       
  1530     states =
       
  1531         {
       
  1532         AVKON_BUTTON_STATE
       
  1533             {
       
  1534             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1535             bmpid  = EMbmVideoteluiQgn_indi_tb_gallery;
       
  1536             bmpmask = EMbmVideoteluiQgn_indi_tb_gallery_mask;
       
  1537             helptxt = qtn_vt_tooltip_share;
       
  1538             extension = r_share_button_state_extension;
       
  1539             }
       
  1540         };
       
  1541     }
       
  1542 
       
  1543 // -----------------------------------------------------------------------------
       
  1544 //
       
  1545 // r_avkonbutton_snapshot_button
       
  1546 // This button sets capture mode on.
       
  1547 //
       
  1548 // -----------------------------------------------------------------------------
       
  1549 //
       
  1550 /* Not in use currently
       
  1551 RESOURCE AVKON_BUTTON r_avkonbutton_snapshot_button
       
  1552     {
       
  1553     flags  = 0;
       
  1554     states =
       
  1555         {
       
  1556         AVKON_BUTTON_STATE
       
  1557             {
       
  1558             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1559             bmpid  =  EMbmVideoteluiQgn_indi_cams_tb_capture;
       
  1560             bmpmask = EMbmVideoteluiQgn_indi_cams_tb_capture_mask;
       
  1561             helptxt = qtn_vt_tooltip_send_snapshot;
       
  1562             //extension is also needed here
       
  1563             }
       
  1564         };
       
  1565     }
       
  1566 */
       
  1567 
       
  1568 
       
  1569 // -----------------------------------------------------------------------------
       
  1570 //
       
  1571 // r_mini_dialer_editor
       
  1572 // This is a resource for a hidden focused editor for minidialer (touch input).
       
  1573 //
       
  1574 // -----------------------------------------------------------------------------
       
  1575 //
       
  1576 RESOURCE SECRETED r_mini_dialer_editor
       
  1577     {
       
  1578     num_letters=255;
       
  1579     }
       
  1580 
       
  1581 //----------------------------------------------------
       
  1582 //
       
  1583 //    video preference options
       
  1584 //
       
  1585 //----------------------------------------------------
       
  1586 //
       
  1587 RESOURCE TBUF r_videotelui_qtn_incal_normal_list_option
       
  1588     {
       
  1589     buf = qtn_incal_normal_list_option;
       
  1590     }
       
  1591 
       
  1592 RESOURCE TBUF r_videotelui_qtn_incal_details_list_option
       
  1593     {
       
  1594     buf = qtn_incal_details_list_option;
       
  1595     }
       
  1596 
       
  1597 RESOURCE TBUF r_videotelui_qtn_incal_motion_list_option
       
  1598     {
       
  1599     buf = qtn_incal_motion_list_option;
       
  1600     }
       
  1601 
       
  1602 //----------------------------------------------------
       
  1603 //
       
  1604 //    white balance options
       
  1605 //
       
  1606 //----------------------------------------------------
       
  1607 RESOURCE TBUF r_videotelui_qtn_incal_automatic_option
       
  1608     {
       
  1609     buf = qtn_incal_automatic_option;
       
  1610     }
       
  1611 
       
  1612 RESOURCE TBUF r_videotelui_qtn_incal_sunny_option
       
  1613     {
       
  1614     buf = qtn_incal_sunny_option;
       
  1615     }
       
  1616 
       
  1617 RESOURCE TBUF r_videotelui_qtn_incal_cloudy_option
       
  1618     {
       
  1619     buf = qtn_incal_cloudy_option;
       
  1620     }
       
  1621 
       
  1622 RESOURCE TBUF r_videotelui_qtn_incal_incandescent_option
       
  1623     {
       
  1624     buf = qtn_incal_incandescent_option;
       
  1625     }
       
  1626 
       
  1627 RESOURCE TBUF r_videotelui_qtn_incal_fluorescent_option
       
  1628     {
       
  1629     buf = qtn_incal_fluorescent_option;
       
  1630     }
       
  1631 
       
  1632 //----------------------------------------------------
       
  1633 //
       
  1634 //    colour tone options
       
  1635 //
       
  1636 //----------------------------------------------------
       
  1637 RESOURCE TBUF r_videotelui_qtn_incal_ct_normal_option
       
  1638     {
       
  1639     buf = qtn_incal_ct_normal_option;
       
  1640     }
       
  1641 
       
  1642 RESOURCE TBUF r_videotelui_qtn_incal_sepia_option
       
  1643     {
       
  1644     buf = qtn_incal_sepia_option;
       
  1645     }
       
  1646 
       
  1647 RESOURCE TBUF r_videotelui_qtn_incal_b_and_w_option
       
  1648     {
       
  1649     buf = qtn_incal_b_and_w_option;
       
  1650     }
       
  1651 
       
  1652 RESOURCE TBUF r_videotelui_qtn_incal_negative_option
       
  1653     {
       
  1654     buf = qtn_incal_negative_option;
       
  1655     }
       
  1656 
       
  1657 // ---------------------------------------------------------
       
  1658 //		r_videotelui_white_balance_setting_page
       
  1659 //		White balance item array for setting page
       
  1660 //
       
  1661 // ---------------------------------------------------------
       
  1662 //
       
  1663 RESOURCE AVKON_SETTING_PAGE r_videotelui_white_balance_setting_page
       
  1664      {
       
  1665      label = qtn_incal_video_white_balance_option;
       
  1666      softkey_resource =  R_AVKON_SOFTKEYS_OK_CANCEL;
       
  1667      type = EAknSetListBox;
       
  1668      editor_resource_id = r_videotelui_transparent_setting_listbox;
       
  1669      }
       
  1670 
       
  1671 // ---------------------------------------------------------
       
  1672 //		r_videotelui_color_tone_setting_page
       
  1673 //		White balance item array for setting page
       
  1674 //
       
  1675 // ---------------------------------------------------------
       
  1676 //
       
  1677 RESOURCE AVKON_SETTING_PAGE r_videotelui_color_tone_setting_page
       
  1678      {
       
  1679      label = qtn_incal_video_colour_tone_option;
       
  1680      softkey_resource =  R_AVKON_SOFTKEYS_OK_CANCEL;
       
  1681      type = EAknSetListBox;
       
  1682      editor_resource_id = r_videotelui_transparent_setting_listbox;
       
  1683      }
       
  1684 
       
  1685 //----------------------------------------------------
       
  1686 //
       
  1687 //    r_videotelui_transparent_setting_listbox
       
  1688 //    Listbox for transparent setting page
       
  1689 //
       
  1690 //----------------------------------------------------
       
  1691 //
       
  1692 RESOURCE LISTBOX r_videotelui_transparent_setting_listbox
       
  1693      {
       
  1694      flags = 0x0001;
       
  1695      }
       
  1696 
       
  1697 // ---------------------------------------------------------
       
  1698 //		r_videotelui_video_quality_array
       
  1699 //		Item array for the selection list dialog
       
  1700 //
       
  1701 // ---------------------------------------------------------
       
  1702 //
       
  1703 RESOURCE ARRAY r_videotelui_video_quality_array
       
  1704 	{
       
  1705 	items =
       
  1706 		{
       
  1707 		LBUF
       
  1708 			{
       
  1709 			txt = qtn_incal_normal_list_option;
       
  1710 			},
       
  1711 		LBUF
       
  1712 			{
       
  1713 			txt = qtn_incal_details_list_option;
       
  1714 			},
       
  1715 		LBUF
       
  1716 			{
       
  1717 			txt = qtn_incal_motion_list_option;
       
  1718 			}
       
  1719 		};
       
  1720 	}
       
  1721 
       
  1722 // -----------------------------------------------------------------------------
       
  1723 //
       
  1724 // r_videotelui_softkeys_select_cancel
       
  1725 // Videoquality softkeys
       
  1726 //
       
  1727 // -----------------------------------------------------------------------------
       
  1728 //
       
  1729 RESOURCE CBA r_videotelui_softkeys_select_cancel
       
  1730     {
       
  1731     buttons =
       
  1732         {
       
  1733         CBA_BUTTON
       
  1734             {
       
  1735             id = EAknSoftkeyEmpty;
       
  1736             txt= text_softkey_empty;
       
  1737             },
       
  1738         CBA_BUTTON
       
  1739             {
       
  1740             id = EAknSoftkeyCancel;
       
  1741             txt = text_softkey_cancel;
       
  1742             },
       
  1743         CBA_BUTTON
       
  1744             {
       
  1745             id = EAknSoftkeySelect;
       
  1746             txt= text_softkey_select;
       
  1747             }
       
  1748         };
       
  1749     }
       
  1750 
       
  1751 // -----------------------------------------------------------------------------
       
  1752 //
       
  1753 // r_videotelui_softkeys_empty_dialerexit
       
  1754 // Dialer softkeys
       
  1755 //
       
  1756 // -----------------------------------------------------------------------------
       
  1757 //
       
  1758 RESOURCE CBA r_videotelui_softkeys_empty_dialerexit
       
  1759     {
       
  1760     buttons =
       
  1761         {
       
  1762         CBA_BUTTON
       
  1763             {
       
  1764             id = EVtUiCmdDialerEmergencyCall;
       
  1765             txt = qtn_incal_softk_emergency_call;
       
  1766             },
       
  1767         CBA_BUTTON
       
  1768             {
       
  1769             id = EVtUiDialerExit;
       
  1770             txt = text_softkey_back;
       
  1771             },
       
  1772         CBA_BUTTON
       
  1773             {
       
  1774             id = EAknSoftkeyEmpty;
       
  1775             txt = text_softkey_empty;
       
  1776             }
       
  1777         };
       
  1778     }
       
  1779 
       
  1780 // -----------------------------------------------------------------------------
       
  1781 //
       
  1782 //r_videotelui_softkeys_empty_active_command
       
  1783 // Dialer softkeys
       
  1784 //
       
  1785 // -----------------------------------------------------------------------------
       
  1786 //
       
  1787 RESOURCE CBA r_videotelui_softkeys_empty_active_command
       
  1788     {
       
  1789     buttons =
       
  1790         {
       
  1791         CBA_BUTTON
       
  1792             {
       
  1793             id = EAknSoftkeyEmpty;
       
  1794             txt = text_softkey_empty;
       
  1795             },
       
  1796         CBA_BUTTON
       
  1797             {
       
  1798             id = EAknSoftkeyEmpty;
       
  1799             txt = text_softkey_empty;
       
  1800             },
       
  1801         CBA_BUTTON
       
  1802             {
       
  1803             id = EAknSoftkeyEmpty;
       
  1804             txt = text_softkey_empty;
       
  1805             }
       
  1806         };
       
  1807     }
       
  1808 
       
  1809 // -----------------------------------------------------------------------------
       
  1810 //
       
  1811 // r_avkonbutton_audio_routing_button
       
  1812 // This button changes audio routing.
       
  1813 //
       
  1814 // -----------------------------------------------------------------------------
       
  1815 //
       
  1816 RESOURCE AVKON_BUTTON r_avkonbutton_audio_routing_button
       
  1817     {
       
  1818     flags  = 0;
       
  1819     states =
       
  1820         {
       
  1821         AVKON_BUTTON_STATE // Deactivate loudspeaker (0)
       
  1822             {
       
  1823             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1824             bmpid = EMbmVideoteluiQgn_indi_tb_handset;
       
  1825             bmpmask = EMbmVideoteluiQgn_indi_tb_handset_mask;
       
  1826             helptxt = qtn_vt_tooltip_audio_handset;
       
  1827             extension =  r_handset_button_state_extension;
       
  1828             },
       
  1829         AVKON_BUTTON_STATE // Deactivate loudspeaker (dummy state) (1)
       
  1830             {
       
  1831             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1832             bmpid = EMbmVideoteluiQgn_indi_tb_handset;
       
  1833             bmpmask = EMbmVideoteluiQgn_indi_tb_handset_mask;
       
  1834             extension = r_handset_button_state_extension;
       
  1835             },
       
  1836         AVKON_BUTTON_STATE // Deactivate bthf == Activate loudspkr (2)
       
  1837             {
       
  1838             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1839             bmpid = EMbmVideoteluiQgn_indi_tb_ihf_on;
       
  1840             bmpmask = EMbmVideoteluiQgn_indi_tb_ihf_on_mask;
       
  1841             helptxt = qtn_vt_tooltip_audio_loudspeaker;
       
  1842             extension = r_ihf_on_button_state_extension;
       
  1843             },
       
  1844         AVKON_BUTTON_STATE // Deactivate bthf (dummy state) (3)
       
  1845             {
       
  1846             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1847             bmpid = EMbmVideoteluiQgn_indi_tb_ihf_on;
       
  1848             bmpmask = EMbmVideoteluiQgn_indi_tb_ihf_on_mask;
       
  1849             extension = r_ihf_on_button_state_extension;
       
  1850             },
       
  1851          AVKON_BUTTON_STATE // Activate loudspeaker (4)
       
  1852             {
       
  1853             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1854             bmpid  = EMbmVideoteluiQgn_indi_tb_ihf_on;
       
  1855             bmpmask = EMbmVideoteluiQgn_indi_tb_ihf_on_mask;
       
  1856             helptxt = qtn_vt_tooltip_audio_loudspeaker;
       
  1857             extension = r_ihf_on_button_state_extension;
       
  1858             },
       
  1859         AVKON_BUTTON_STATE // Activate loudspeaker (dummy state) (5)
       
  1860             {
       
  1861             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1862             bmpid = EMbmVideoteluiQgn_indi_tb_ihf_on;
       
  1863             bmpmask = EMbmVideoteluiQgn_indi_tb_ihf_on_mask;
       
  1864             extension = r_ihf_on_button_state_extension;
       
  1865             },
       
  1866          AVKON_BUTTON_STATE // Activate bt hf (6)
       
  1867             {
       
  1868             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1869             bmpid  = EMbmVideoteluiQgn_indi_tb_bthf;
       
  1870             bmpmask = EMbmVideoteluiQgn_indi_tb_bthf_mask;
       
  1871             helptxt = qtn_vt_tooltip_audio_bthf;
       
  1872             extension = r_bt_hf_button_state_extension;
       
  1873             },
       
  1874         AVKON_BUTTON_STATE // Activate bt hf (dummy state) (7)
       
  1875             {
       
  1876             bmpfile = "Z:"APP_BITMAP_DIR"\\videotelui.mif";
       
  1877             bmpid = EMbmVideoteluiQgn_indi_tb_bthf;
       
  1878             bmpmask = EMbmVideoteluiQgn_indi_tb_bthf_mask;
       
  1879             extension = r_bt_hf_button_state_extension;
       
  1880             }
       
  1881         };
       
  1882     }
       
  1883 
       
  1884 // -----------------------------------------------------------------------------
       
  1885 //
       
  1886 // r_videotelui_softkeys_dialer
       
  1887 // Options & Dialer open softkeys
       
  1888 //
       
  1889 // -----------------------------------------------------------------------------
       
  1890 //
       
  1891 RESOURCE CBA r_videotelui_softkeys_dialer
       
  1892     {
       
  1893     buttons =
       
  1894         {
       
  1895         CBA_BUTTON
       
  1896             {
       
  1897             id = EAknSoftkeyOptions;
       
  1898             txt = text_softkey_option;
       
  1899             },
       
  1900         CBA_BUTTON
       
  1901             {
       
  1902             id = EVtUiCmdSendDTMF;
       
  1903             txt = qtn_incal_softk_dialer;
       
  1904             },
       
  1905         CBA_BUTTON
       
  1906             {
       
  1907             id = EAknSoftkeyContextOptions;
       
  1908             txt = text_softkey_empty;
       
  1909             }
       
  1910         };
       
  1911     }
       
  1912 
       
  1913 // -----------------------------------------------------------------------------
       
  1914 //
       
  1915 // r_videotelui_end_call_button
       
  1916 // End call button
       
  1917 //
       
  1918 // -----------------------------------------------------------------------------
       
  1919 //
       
  1920 RESOURCE AVKON_BUTTON r_videotelui_end_call_button
       
  1921         {
       
  1922         flags = 0;
       
  1923         states =
       
  1924             {
       
  1925             AVKON_BUTTON_STATE
       
  1926                 {
       
  1927                 flags = 0;
       
  1928                 txt = qtn_vt_button_end_call;
       
  1929                 }
       
  1930             };                
       
  1931         }
       
  1932 // End of File