phoneuis/vmbx/src/vm.rss
changeset 0 5f000ab63145
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phoneuis/vmbx/src/vm.rss	Mon Jan 18 20:18:27 2010 +0200
@@ -0,0 +1,973 @@
+/*
+* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  This file contains all the resources for the module.
+ *
+*/
+
+
+//  RESOURCE IDENTIFIER
+NAME    VM  // 4 letter ID
+
+// INCLUDES
+#include <bldvariant.hrh>
+#include <data_caging_paths_strings.hrh>
+#include <AiwCommon.rh>
+#include <appinfo.rh>//svg icons
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.loc>
+#include <vm.loc>
+#include <vm.mbg>
+#include "vm.hrh"
+
+//  CONSTANTS
+#define vm_mbm "Z:\\Resource\\Apps\\vm.mbm"
+
+// RESOURCE DEFINITIONS
+
+// -----------------------------------------------------------------------------
+//
+// RSS signature
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE { }
+
+// -----------------------------------------------------------------------------
+//
+// A document name buffer.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF { buf=""; }
+
+// -----------------------------------------------------------------------------
+//
+// Application information.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE EIK_APP_INFO
+    {
+    status_pane = r_vm_status_pane;
+    menubar = r_vm_menubar;
+    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vm_menubar
+// A menubar.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE MENU_BAR r_vm_menubar
+    {
+    titles=
+        {
+        MENU_TITLE { menu_pane=r_vm_menu; txt="File"; }
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+//    r_vm_menu
+//    Menu items
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE MENU_PANE r_vm_menu
+    {
+    items=
+        {
+        MENU_ITEM { command = EVmCmdAiwPlaceholder ; txt = ""; }
+        // populated in run-time
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vm_status_pane
+// Status pane resource.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE STATUS_PANE_APP_MODEL r_vm_status_pane
+    {
+    panes=
+        {
+        SPANE_PANE
+            {
+            id = EEikStatusPaneUidTitle;
+            type = EAknCtTitlePane;
+            resource = r_overriden_app_name;
+            }
+#ifndef __SCALABLE_ICONS
+        ,
+        SPANE_PANE
+            {   // Context pane definition
+            id = EEikStatusPaneUidContext;
+            type = EAknCtContextPane;
+            resource = r_overriden_icon;
+            }
+#endif
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_overriden_app_name
+// Title pane for r_vm_status_pane
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TITLE_PANE r_overriden_app_name
+    {
+       txt = qtn_smsvo_title_voice_mailbox;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_overriden_icon
+// Context pane for r_vm_status_pane when no scalable icons
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CONTEXT_PANE r_overriden_icon
+    {
+        bmpfile = vm_mbm;
+        bmpid = EMbmVmQgn_menu_smsvo_cxt;
+        bmpmask = EMbmVmQgn_menu_smsvo_cxt_mask;
+    }
+// -----------------------------------------------------------------------------
+//
+// r_call_voicemail
+// Text string in the main view in a list pane for double item
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_call_voicemail
+    {
+    buf = qtn_smsvo_call_voicemail;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_number_pane_empty
+// Text string to show, when vmbx number is not defined.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_number_pane_empty
+    {
+    buf = qtn_smsvo_number_pane_empty;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_menu_call_voicemail
+// Command string in options list
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_menu_call_voicemail
+    {
+    buf = qtn_smsvo_call_voicemail_opt;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_menu_define_number
+// Command string in options list
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_menu_define_number
+    {
+    buf = qtn_smsvo_define_number;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_menu_define_video_number
+// Command string in options list
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_menu_define_video_number
+    {
+    buf = qtn_smsvi_define_number;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_menu_change_number
+// Command string in options list
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_menu_change_number
+    {
+    buf = qtn_smsvo_change_number;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_menu_exit
+// A common option in a options list for closing application.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_menu_exit
+    {
+    buf = qtn_options_exit;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_menu_help
+// Getting help via options Help selection.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_menu_help
+    {
+    buf = qtn_options_help;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_int_call_voicemail
+// Text string in the main view in a list pane for double item
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_int_call_voicemail
+    {
+    buf = qtn_voip_mailbox;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_address_pane_empty
+// Text string shown, when vmbx address is not defined.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_address_pane_empty
+    {
+    buf = qtn_voip_mailbox_empty;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_menu_define_address
+// Command string in options list    .
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_menu_define_address
+    {
+    buf = qtn_voip_define_mailbox_address;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_menu_change_address
+// Command string in options list.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_menu_change_address
+    {
+     buf = qtn_voip_change_address;
+     }
+
+// -----------------------------------------------------------------------------
+//
+// r_menu_call_int_mailbox
+// Command string in options list    .
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_menu_call_int_mailbox
+    {
+    buf = qtn_voip_call_mailbox;
+    }
+
+
+// CDMA ADDITIONS
+
+// -----------------------------------------------------------------------------
+//
+//    r_vmbx_detail_dialog
+//    Details of last message dialog.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_vmbx_detail_dialog
+    {
+    flags = EAknDialogSelectionList;
+    buttons = R_AVKON_SOFTKEYS_BACK;
+    items =
+        {
+        DLG_LINE
+            {
+            type = EAknCtSingleHeadingListBox;
+            id = KVmDetailsDialog;
+            control= LISTBOX
+                {
+                flags = EAknListBoxViewerFlags;
+                };
+            }
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+//    r_vmbx_detail_menubar
+//    Empty. Mandatory for the dialog.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE MENU_BAR r_vmbx_detail_menubar
+    {
+    titles=
+        {
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_voicemail_cleared
+// Text in infotmation note when the voicemail icon is cleared.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_voicemail_cleared
+    {
+    buf = qtn_smsvo_voicemail_cleared;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_clear_icon
+// Command string in options list.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_clear_icon
+    {
+    buf = qtn_smsvo_clear_icon;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_voice_messages
+// Text string in the main view in a list pane for double item.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_voice_messages
+    {
+    buf = qtn_smsvo_voice_messages;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_no_new
+// Text for number of new messages in the double listbox.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_no_new
+    {
+    buf = qtn_smsvo_no_new;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_new_messages
+// Text for new messages in the double listbox.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_new_messages
+    {
+    buf = qtn_smsvo_new_messages;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_n_new
+// Text for number of new messages in the double listbox.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_n_new
+    {
+    buf = qtn_smsvo_n_new;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_details_of_last
+// Text string in the main view in a list pane for double item;
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_details_of_last
+    {
+    buf = qtn_smsvo_details_of_last;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_title_details
+// Text string in title pane in the last message details dialog
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_title_details
+    {
+    buf = qtn_smsvo_title_details;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_urgency
+// Heading in the details view
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_urgency
+    {
+    buf = qtn_smsvo_urgency;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_emergency
+// Body text in the details view under Urgency heading
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_emergency
+    {
+    buf = qtn_smsvo_emergency;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_urgent
+// Body text in the details view under Urgency heading.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_urgent
+    {
+    buf = qtn_smsvo_urgent;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_normal
+// Body text in the details view under Urgency heading.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_normal
+    {
+    buf = qtn_smsvo_normal;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_date
+// Heading in the details view.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_date
+    {
+    buf = qtn_smsvo_date;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_time
+// Heading in the details view.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_time
+    {
+    buf = qtn_smsvo_time;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_call_back
+// Heading in the details view.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_call_back
+    {
+    buf = qtn_smsvo_call_back;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_text
+// Heading in the details view.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_text
+    {
+    buf = qtn_smsvo_text;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_mailbox_number
+// Displayed in the main view in a list pane for double item instead of
+// qtn_smsvo_call_voicemail in CDMA
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_mailbox_number
+    {
+    buf = qtn_smsvo_mailbox_number;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_open_details
+// Command in Options menu command name for "Open".
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_open_details
+    {
+    buf = qtn_options_open;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_offline_not_possible_sap
+// The note that is shown when the user attempts to connect the network when
+// in SIM Access Profile mode. From rel. 2.6 onwards
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_offline_not_possible_sap
+    {
+    buf = qtn_offline_not_possible_sap;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vm_localisable_app_info
+// Localisable app info
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE LOCALISABLE_APP_INFO r_vm_localisable_app_info
+    {
+    short_caption = qtn_apps_smsvo_grid;
+    caption_and_icon =
+    CAPTION_AND_ICON_INFO
+        {
+        caption = qtn_apps_smsvo_list;
+#ifdef __SCALABLE_ICONS
+        number_of_icons = 1;
+        icon_file = APP_BITMAP_DIR"\\vm_aif.mif";
+#else
+        number_of_icons = 2;
+        icon_file = APP_BITMAP_DIR"\\vm_aif.mbm";
+#endif
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_select_type_list
+// Selection listbox
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE LISTBOX r_vmbx_select_type_list
+    {
+    array_id = r_vmbx_select_type_list_items;
+    flags    = EAknListBoxSelectionList;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_select_type_list_items
+// Listbox items for "r_vmbx_select_type_list" -listbox
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_vmbx_select_type_list_items
+    {
+    items =
+        {
+        LBUF
+            {
+            txt = "Voice mailbox";
+            },
+        LBUF
+            {
+            txt = "Internet call voice mailbox";
+            }
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_call_videomail
+// Text string in the main view in a list pane for double item
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_call_videomail
+    {
+    buf = qtn_smsvi_list_video_mailbox;
+    }
+
+
+// -----------------------------------------------------------------------------
+//
+// r_menu_call_videomail
+// Text string in the main view in a list pane for double item
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_menu_call_videomail
+    {
+    buf = qtn_smsvi_call_videomail_opt;
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_cba_define_vo_number
+// CBA buttons when voice mailbox number not defined
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_cba_define_vo_number
+    {
+    flags = 0;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit;  txt= text_softkey_exit;},
+        CBA_BUTTON {id=EVmCbaMskDefVoMbx;  txt=qtn_msk_define_cs_vmbx_number;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//   
+// r_vmbx_cba_notallow_define_vo_number
+// CBA buttons when voice mailbox number not defined
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_cba_notallow_define_vo_number
+    {
+    flags = 0;
+    buttons = 
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit; txt=text_softkey_exit;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_cba_call_vo_mailbox
+// CBA buttons when voice mailbox number defined
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_cba_call_vo_mailbox
+    {
+    flags = 0;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit;  txt= text_softkey_exit;},
+        CBA_BUTTON {id=EVmCbaMskCallVoMbx; txt= qtn_msk_call_cs_vmbx;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_gs_cba_define_vo_number
+// CBA buttons when voice mailbox number not defined (application opened from
+// general settings)
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_gs_cba_define_vo_number
+    {
+    flags = 0;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit;  txt= text_softkey_back;},
+        CBA_BUTTON {id=EVmCbaMskDefVoMbx;  txt=qtn_msk_define_cs_vmbx_number;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//   
+// r_vmbx_gs_cba_notallow_define_vo_number
+// CBA buttons when voice mailbox number not defined
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_gs_cba_notallow_define_vo_number
+    {
+    flags = 0;
+    buttons = 
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit; txt=text_softkey_back;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_gs_cba_call_vo_mailbox
+// CBA buttons when voice mailbox number defined (application opened from
+// general settings)
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_gs_cba_call_vo_mailbox
+    {
+    flags = 0;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit;  txt= text_softkey_back;},
+        CBA_BUTTON {id=EVmCbaMskCallVoMbx; txt= qtn_msk_call_cs_vmbx;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_cba_define_vi_number
+// CBA buttons when video mailbox number not defined
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_cba_define_vi_number
+    {
+    flags = 0;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit;  txt= text_softkey_exit;},
+        CBA_BUTTON {id=EVmCbaMskDefViMbx;  txt=qtn_msk_define_video_mbx_number;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//   
+// r_vmbx_cba_notallow_define_vi_number
+// CBA buttons when video mailbox number not defined
+//
+// -----------------------------------------------------------------------------
+//    
+RESOURCE CBA r_vmbx_cba_notallow_define_vi_number
+    {
+    flags = 0;
+    buttons = 
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit; txt=text_softkey_exit;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_cba_call_vi_mailbox
+// CBA buttons when video mailbox number defined
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_cba_call_vi_mailbox
+    {
+    flags = 0;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit;  txt= text_softkey_exit;},
+        CBA_BUTTON {id=EVmCbaMskCallViMbx; txt=qtn_msk_call_video_mbx;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_gs_cba_define_vi_number
+// CBA buttons when video mailbox number not defined (application opened from
+// general settings)
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_gs_cba_define_vi_number
+    {
+    flags = 0;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit;  txt= text_softkey_back;},
+        CBA_BUTTON {id=EVmCbaMskDefViMbx;  txt=qtn_msk_define_video_mbx_number;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//   
+// r_vmbx_gs_cba_notallow_define_vi_number
+// CBA buttons when voice mailbox number not defined
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_gs_cba_notallow_define_vi_number
+    {
+    flags = 0;
+    buttons = 
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit; txt=text_softkey_back;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_gs_cba_call_vi_mailbox
+// CBA buttons when video mailbox number defined (application opened from
+// general settings)
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_gs_cba_call_vi_mailbox
+    {
+    flags = 0;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit;  txt= text_softkey_back;},
+        CBA_BUTTON {id=EVmCbaMskCallViMbx; txt=qtn_msk_call_video_mbx;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_cba_define_voip_number
+// CBA buttons when voip mailbox not defined
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_cba_define_voip_number
+    {
+    flags = 0;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions;  txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit;   txt= text_softkey_exit;},
+        CBA_BUTTON {id=EVmCbaMskDefVoipMbx; txt=qtn_msk_define_voip_mbx_address;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_cba_call_voip_mailbox
+// CBA buttons when voip mailbox defined
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_cba_call_voip_mailbox
+    {
+    flags = 0;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions;   txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit;    txt= text_softkey_exit;},
+        CBA_BUTTON {id=EVmCbaMskCallVoipMbx; txt=qtn_msk_call_voip_vmbx;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_gs_call_voip_mailbox
+// CBA buttons when voip mailbox defined (vmbx opened from General settings)
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE CBA r_vmbx_gs_call_voip_mailbox
+    {
+    flags = 0;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions;   txt=text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyExit;    txt= text_softkey_back;},
+        CBA_BUTTON {id=EVmCbaMskCallVoipMbx; txt=qtn_msk_call_voip_vmbx;}
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_vmbx_app_interest
+// For AIW
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE AIW_INTEREST r_vmbx_app_interest
+    {
+    items=
+        {
+        // This application is interested in calling from menu.
+        AIW_CRITERIA_ITEM
+            {
+            id              = EVmCmdAiwPlaceholder ;
+            serviceCmd      = KAiwCmdCall;
+            serviceClass    = KAiwClassMenu;
+            contentType     = "*";
+            defaultProvider = 0x101F868E;
+            maxProviders    = 1;
+            }
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// r_voip_list_mailbox_name
+// Command string in options list.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TBUF r_voip_list_mailbox_name
+    {
+    buf = qtn_voip_list_mailbox_name;
+    }
+
+// End of File