browserutilities/browsertelservice/data/BrowserTelService.rss
changeset 0 dd21522fd290
child 37 cb62a4f66ebe
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2003 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 the License "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: 
       
    15 *	  Resource file for browser telephony service dll.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 NAME BTEL
       
    22 
       
    23 #include <eikon.rh>
       
    24 #include <eikon.rsg>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.mbg>
       
    28 #include <avkon.hrh>
       
    29 
       
    30 #include <AiwCommon.hrh>
       
    31 #include <AiwCommon.rh>
       
    32 
       
    33 #include <BrowserTelService.loc>
       
    34 #include "BrowserTelService.hrh"
       
    35 
       
    36 //***************************************************************************************
       
    37 //
       
    38 // COMMON
       
    39 //
       
    40 //***************************************************************************************
       
    41 
       
    42 RESOURCE RSS_SIGNATURE { }
       
    43 
       
    44 RESOURCE TBUF { buf=""; }
       
    45 
       
    46 
       
    47 //***************************************************************************************
       
    48 //
       
    49 // DIALOGS
       
    50 //
       
    51 //***************************************************************************************
       
    52 
       
    53 ////////////////////////////////////////////
       
    54 // Confirmation
       
    55 ////////////////////////////////////////////
       
    56 
       
    57 RESOURCE DIALOG r_confirmation_dialog
       
    58 	{
       
    59 	// Stolen from aknnotpi.rss, added EEikDialogFlagWait
       
    60 	flags = EEikDialogFlagWait | EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow | EEikDialogFlagNotifyEsc;
       
    61 	buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    62     	items =
       
    63 		{
       
    64 		DLG_LINE
       
    65 			{
       
    66 			type = EAknCtQuery;
       
    67 			id = EGeneralQuery;
       
    68 			control= AVKON_CONFIRMATION_QUERY 
       
    69 				{ 
       
    70 				layout = EConfirmationLayout;
       
    71 				animation = R_QGN_NOTE_QUERY_ANIM;
       
    72 				};
       
    73 			}
       
    74 		};	
       
    75 	}
       
    76 
       
    77 ////////////////////////////////////////////
       
    78 // Send DTMF
       
    79 ////////////////////////////////////////////
       
    80 
       
    81 RESOURCE DIALOG r_senddtmf_dialog
       
    82 	{
       
    83 	flags = EAknWaitNoteFlags;
       
    84 	buttons = R_AVKON_SOFTKEYS_CANCEL;
       
    85 	items=
       
    86 		{
       
    87 		DLG_LINE
       
    88 		    {
       
    89 		    type = EAknCtNote;
       
    90 		    id = E_Send_Dtmf;
       
    91 		    control = AVERELL_NOTE 
       
    92 			{ 
       
    93 			layout = EWaitLayout;
       
    94 			animation =R_QGN_GRAF_WAIT_BAR_ANIM;
       
    95 			};
       
    96 		    }
       
    97 		};
       
    98 	}
       
    99 
       
   100 ////////////////////////////////////////////
       
   101 // Add to Contacts
       
   102 ////////////////////////////////////////////
       
   103 RESOURCE AVKON_LIST_QUERY r_add_to_contacts_dialog
       
   104 	{
       
   105 	flags = EGeneralQueryFlags;
       
   106 	softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
   107 	items=
       
   108 		{
       
   109 		AVKON_LIST_QUERY_DLG_LINE
       
   110 		    {
       
   111 		    control = AVKON_LIST_QUERY_CONTROL
       
   112 				{ 
       
   113 				listtype = EAknCtSinglePopupMenuListBox;
       
   114 				listbox = AVKON_LIST_QUERY_LIST
       
   115 					{
       
   116 					array_id = r_listbox_item_list_array;
       
   117 					};
       
   118 				};
       
   119 		    }
       
   120 		};
       
   121 	}
       
   122 
       
   123 RESOURCE ARRAY r_listbox_item_list_array
       
   124 	{
       
   125 	items =
       
   126 		{
       
   127 		LBUF {txt = qtn_options_contacts_new; },
       
   128 		LBUF {txt = qtn_options_contacts_update; }
       
   129 		};
       
   130 	}
       
   131 
       
   132 RESOURCE AIW_INTEREST r_browsertelservices_menu_aiw_interests
       
   133     {
       
   134     items=
       
   135         {
       
   136         AIW_CRITERIA_ITEM      
       
   137             {
       
   138             id              = 0;         // dummy id
       
   139             serviceCmd      = KAiwCmdCall;
       
   140             serviceClass    = KAiwClassMenu;
       
   141             contentType     = "*";
       
   142             defaultProvider = 0x101F868E; // remove hard coding
       
   143             maxProviders    = 1;
       
   144             }
       
   145         };
       
   146     }
       
   147 
       
   148 //***************************************************************************************
       
   149 //
       
   150 // STRINGS
       
   151 //
       
   152 //***************************************************************************************
       
   153 
       
   154 //RESOURCE TBUF	r_call							{ buf=CALL; }
       
   155 RESOURCE TBUF	r_qtn_wml_wtai_call_no			{ buf=qtn_wml_wtai_call_no; }
       
   156 
       
   157 //RESOURCE TBUF	r_call_not_allowed				{ buf=CALL_NOT_ALLOWED; }
       
   158 RESOURCE TBUF	r_text_call_not_allowed			{ buf=text_call_not_allowed; }
       
   159 
       
   160 //RESOURCE TBUF	r_send_dtmf_number				{ buf=SEND_DTMF_NUMBER; }
       
   161 RESOURCE TBUF	r_qtn_wml_wtai_send_dtmf		{ buf=qtn_wml_wtai_send_dtmf; }
       
   162 
       
   163 //RESOURCE TBUF	r_sending_dtmf					{ buf=SENDING_DTMF; }
       
   164 RESOURCE TBUF	r_qtn_dtmf_sending_wait_note	{ buf=qtn_dtmf_sending_wait_note; }
       
   165 
       
   166 //RESOURCE TBUF	r_create_new_pb_entry			{ buf=CREATE_NEW; }
       
   167 RESOURCE TBUF	r_qtn_options_contacts_new		{ buf=qtn_options_contacts_new; }
       
   168 
       
   169 //RESOURCE TBUF	r_update_existing_pb_entry		{ buf=UPDATE_EXISTING; }
       
   170 RESOURCE TBUF	r_qtn_options_contacts_update	{ buf=qtn_options_contacts_update; }
       
   171 
       
   172