phonebookui/Phonebook2/remotecontactlookup/engine/data/engine.rss
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2008 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:  Resource definitions for the engine.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME RCLE
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <avkon.rsg>
       
    23 #include <avkon.rh>
       
    24 #include <avkon.mbg>
       
    25 #include <avkon.loc>
       
    26 #include <appinfo.rh>
       
    27 #include "engine.hrh"
       
    28 #include <phonebook2rcl.loc> 
       
    29 #include <AiwCommon.hrh>
       
    30 #include <AiwCommon.rh>
       
    31 #include <AiwPoCParameters.hrh>
       
    32 
       
    33 //PhoneBook2
       
    34 #include <phonebook2.loc>
       
    35 #include <phonebook2ece.loc>
       
    36 
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38 RESOURCE TBUF { buf=""; }
       
    39 //
       
    40 // ---------------------------------------------------------------------------
       
    41 // Message resources
       
    42 // ---------------------------------------------------------------------------
       
    43 //
       
    44 
       
    45 RESOURCE TBUF r_qtn_rcl_search { buf = qtn_rcl_search; }
       
    46 
       
    47 RESOURCE TBUF r_qtn_rcl_search_wait_note { buf = qtn_rcl_search_wait_note; }
       
    48 
       
    49 RESOURCE TBUF r_qtn_rcl_result_navi { buf = qtn_rcl_result_navi; }
       
    50 
       
    51 RESOURCE TBUF r_qtn_rcl_one_result_navi { buf = qtn_rcl_one_result_navi; }
       
    52 
       
    53 RESOURCE TBUF r_qtn_rcl_info_navi { buf = qtn_rcl_info_navi; }
       
    54 
       
    55 RESOURCE TBUF r_qtn_rcl_opening_wait_note { buf = qtn_rcl_opening_wait_note; }
       
    56 
       
    57 RESOURCE TBUF r_qtn_rcl_retrieval_wait_note { buf = qtn_rcl_retrieval_wait_note; }
       
    58 
       
    59 RESOURCE TBUF r_qtn_rcl_saving_wait_note { buf = qtn_rcl_saving_wait_note; }
       
    60 
       
    61 RESOURCE TBUF r_qtn_rcl_no_results { buf = qtn_rcl_no_results; }
       
    62 
       
    63 RESOURCE TBUF r_qtn_rcl_too_many_results_note { buf = qtn_rcl_too_many_results_note; }
       
    64 
       
    65 RESOURCE TBUF r_qtn_rcl_error_note { buf = qtn_rcl_error_note; }
       
    66 
       
    67 RESOURCE TBUF r_qtn_rcl_update_note { buf = qtn_rcl_update_note; }
       
    68 
       
    69 RESOURCE TBUF r_qtn_rcl_add_recipient_action_menu_text { buf = qtn_fs_action_recipient; }
       
    70 
       
    71 RESOURCE TBUF r_qtn_rcl_replace_existing_detail_note { buf = qtn_rcl_replace_existing_detail_note; }
       
    72 
       
    73 RESOURCE TBUF r_qtn_rcl_title_server_contacts { buf = qtn_rcl_title_server_contacts; }
       
    74 
       
    75 //
       
    76 //----------------------------------------------------------------------------
       
    77 // Menu pane for search result dialog
       
    78 //----------------------------------------------------------------------------
       
    79 //
       
    80 
       
    81 RESOURCE MENU_PANE r_rcl_search_result_dialog_menu_pane
       
    82         {
       
    83         items =
       
    84                 {
       
    85         MENU_ITEM { command = ERclCmdSaveToContacts; txt = qtn_rcl_opt_save_contact; flags = EEikMenuItemSpecific;},
       
    86         
       
    87         // Stylus Popup menu items for Call and Send actions (in Options Menu they are submenu items)
       
    88         MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_stylus_popup_voice_call; flags = EEikMenuItemSpecific;},
       
    89         MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_stylus_popup_video_call; flags = EEikMenuItemSpecific;},
       
    90         MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_stylus_popup_msg; flags = EEikMenuItemSpecific;},
       
    91         MENU_ITEM { command = ERclCmdSendBusinessCard; txt = qtn_rcl_stylus_popup_bcard; flags = EEikMenuItemSpecific;},
       
    92         MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_stylus_popup_email; flags = EEikMenuItemSpecific;},
       
    93         
       
    94 		MENU_ITEM { command = ERclCmdViewDetails; txt = qtn_rcl_opt_details; flags = EEikMenuItemAction; },
       
    95 		MENU_ITEM { command = ERclCmdAddAsRecipient; txt = qtn_rcl_opt_add_recipient; flags = EEikMenuItemSpecific;},		
       
    96 		MENU_ITEM { command = ERclCmdNewSearchPrefilled; txt = qtn_rcl_opt_new_search; },
       
    97 		MENU_ITEM { command = ERclCmdCall; cascade = r_rcl_call_menu_pane; txt = qtn_rcl_opt_call; flags = EEikMenuItemAction; },
       
    98 		MENU_ITEM { command = ERclCmdSend; cascade = r_rcl_send_menu_pane; txt = qtn_rcl_opt_send; flags = EEikMenuItemAction; },
       
    99 		MENU_ITEM { command = EAknCmdHelp; txt = qtn_options_help; },
       
   100 		MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }	
       
   101 		};
       
   102 	}
       
   103 
       
   104 
       
   105 //
       
   106 // ---------------------------------------------------------------------------
       
   107 // Menu sub pane for call options
       
   108 // ---------------------------------------------------------------------------
       
   109 //
       
   110 
       
   111 RESOURCE MENU_PANE r_rcl_call_menu_pane
       
   112 	{
       
   113 	items =
       
   114 	       {
       
   115 	       MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_opt_voice_call; flags = EEikMenuItemAction;},
       
   116 	       MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_opt_video_call; flags = EEikMenuItemAction;},
       
   117 	       MENU_ITEM { command = ERclCmdVoip; txt = qtn_rcl_opt_voip; flags = EEikMenuItemAction;}
       
   118 	       };
       
   119 	}
       
   120 
       
   121 //
       
   122 // ---------------------------------------------------------------------------
       
   123 // Menu sub pane for send options
       
   124 // ---------------------------------------------------------------------------
       
   125 //
       
   126 
       
   127 RESOURCE MENU_PANE r_rcl_send_menu_pane
       
   128 	{
       
   129 	items =
       
   130 	        {
       
   131 		MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_opt_msg; flags = EEikMenuItemAction;},
       
   132 		MENU_ITEM { command = ERclCmdSendBusinessCard; txt = qtn_rcl_opt_bcard; flags = EEikMenuItemAction;},
       
   133 		MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_opt_email; flags = EEikMenuItemAction;},
       
   134 		MENU_ITEM { command = ERclCmdSendMeetingReq; txt = qtn_rcl_opt_mreq; flags = EEikMenuItemAction;},		
       
   135 		MENU_ITEM { command = ERclCmdSendAudioMsg; txt = qtn_rcl_opt_audio; flags = EEikMenuItemAction;}
       
   136 	       	};
       
   137 	}
       
   138 
       
   139 //
       
   140 // ---------------------------------------------------------------------------
       
   141 // Menu sub pane for send options for context sensitive menu
       
   142 // ---------------------------------------------------------------------------
       
   143 //
       
   144 
       
   145 RESOURCE MENU_PANE r_rcl_context_send_menu_pane
       
   146 	{
       
   147 	items =
       
   148 	        {
       
   149 		MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_opt_msg; },
       
   150 		MENU_ITEM { command = ERclCmdSendBusinessCard; txt = qtn_rcl_opt_bcard; },
       
   151 		MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_opt_email; },
       
   152 		MENU_ITEM { command = ERclCmdSendMeetingReq; txt = qtn_rcl_opt_mreq; },
       
   153 		MENU_ITEM { command = ERclCmdSendAudioMsg; txt = qtn_rcl_opt_audio; }
       
   154 	       	};
       
   155 	}
       
   156 
       
   157 //
       
   158 // ---------------------------------------------------------------------------
       
   159 // Menu sub pane for talk options
       
   160 // ---------------------------------------------------------------------------
       
   161 //
       
   162 
       
   163 RESOURCE MENU_PANE r_rcl_talk_menu_pane
       
   164 	{
       
   165 	items =
       
   166 	        {
       
   167 		MENU_ITEM { command = ERclCmdToContact; txt = qtn_rcl_opt_talk_1to1; flags = EEikMenuItemSpecific;},
       
   168 		MENU_ITEM { command = ERclCmdSendCallbackReq; txt = qtn_rcl_opt_talk_cbr; flags = EEikMenuItemSpecific;}
       
   169 		};
       
   170 	}
       
   171 
       
   172 //
       
   173 // ---------------------------------------------------------------------------
       
   174 // Menu pane for result info dialog
       
   175 // ---------------------------------------------------------------------------
       
   176 //
       
   177 
       
   178 RESOURCE MENU_PANE r_rcl_result_info_dialog_menu_pane
       
   179 	{
       
   180 	items =
       
   181 	        {
       
   182 		MENU_ITEM { command = ERclCmdAddAsRecipient; txt = qtn_rcl_opt_add_recipient; },
       
   183 		MENU_ITEM { command = ERclCmdAddToContacts; txt = qtn_rcl_opt_save_contact; },
       
   184 		MENU_ITEM { command = ERclCmdCall; cascade = r_rcl_info_call_menu_pane; txt = qtn_rcl_opt_call; },
       
   185 		MENU_ITEM { command = ERclCmdTalk; cascade = r_rcl_info_talk_menu_pane; txt = qtn_rcl_opt_talk; },
       
   186 		MENU_ITEM { command = ERclCmdSend; cascade = r_rcl_info_send_menu_pane; txt = qtn_rcl_opt_send; },
       
   187                 MENU_ITEM { command = ERclCmdCopyDetail; txt = qtn_cca_options_copy_detail; flags = EEikMenuItemAction; }, 
       
   188 		MENU_ITEM { command = EAknCmdHelp; txt = qtn_options_help; },
       
   189 		MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
       
   190 		};
       
   191 	}
       
   192 
       
   193 // ---------------------------------------------------------------------------
       
   194 // Context menu pane for result info dialog
       
   195 // ---------------------------------------------------------------------------
       
   196 //
       
   197 
       
   198 RESOURCE MENU_PANE r_rcl_result_info_dialog_context_menu_pane
       
   199 	{
       
   200 	items =
       
   201         {
       
   202         MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_stylus_popup_voice_call; },
       
   203         MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_stylus_popup_video_call; },
       
   204 		MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_stylus_popup_msg; },	
       
   205 		MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_stylus_popup_email; },
       
   206 		MENU_ITEM { command = ERclCmdCopyDetail; txt = qtn_rcl_opt_copy_detail; }			
       
   207 		};
       
   208 	}
       
   209 
       
   210 //
       
   211 // ---------------------------------------------------------------------------
       
   212 // Menu sub pane for call options in result info dialog
       
   213 // ---------------------------------------------------------------------------
       
   214 //
       
   215 
       
   216 RESOURCE MENU_PANE r_rcl_info_call_menu_pane
       
   217     {
       
   218     items =
       
   219            {
       
   220            MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_opt_voice_call;},
       
   221            MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_opt_video_call;},
       
   222            MENU_ITEM { command = ERclCmdVoip; txt = qtn_rcl_opt_voip;}
       
   223            };
       
   224     }
       
   225 
       
   226 //
       
   227 // ---------------------------------------------------------------------------
       
   228 // Menu sub pane for send options in result info dialog
       
   229 // ---------------------------------------------------------------------------
       
   230 //
       
   231 
       
   232 RESOURCE MENU_PANE r_rcl_info_send_menu_pane
       
   233     {
       
   234     items =
       
   235             {
       
   236         MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_opt_msg;},
       
   237         MENU_ITEM { command = ERclCmdSendBusinessCard; txt = qtn_rcl_opt_bcard;},
       
   238         MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_opt_email;},
       
   239         MENU_ITEM { command = ERclCmdSendMeetingReq; txt = qtn_rcl_opt_mreq;},        
       
   240         MENU_ITEM { command = ERclCmdSendAudioMsg; txt = qtn_rcl_opt_audio;}
       
   241             };
       
   242     }
       
   243 
       
   244 //
       
   245 // ---------------------------------------------------------------------------
       
   246 // Menu sub pane for talk options in result info dialog
       
   247 // ---------------------------------------------------------------------------
       
   248 //
       
   249 
       
   250 RESOURCE MENU_PANE r_rcl_info_talk_menu_pane
       
   251     {
       
   252     items =
       
   253             {
       
   254         MENU_ITEM { command = ERclCmdToContact; txt = qtn_rcl_opt_talk_1to1;},
       
   255         MENU_ITEM { command = ERclCmdSendCallbackReq; txt = qtn_rcl_opt_talk_cbr;}
       
   256         };
       
   257     }
       
   258 
       
   259 //
       
   260 // ---------------------------------------------------------------------------
       
   261 // Menu bar for search result dialog
       
   262 // ---------------------------------------------------------------------------
       
   263 //
       
   264 
       
   265 RESOURCE MENU_BAR r_rcl_search_result_dialog_menu_bar
       
   266         {
       
   267 	titles = 
       
   268 	       { 
       
   269 	       MENU_TITLE { menu_pane = r_rcl_search_result_dialog_menu_pane; }
       
   270 	       };
       
   271 	}
       
   272 
       
   273 //
       
   274 // ---------------------------------------------------------------------------
       
   275 // Menu bar for result info fialog
       
   276 // ---------------------------------------------------------------------------
       
   277 //
       
   278 
       
   279 RESOURCE MENU_BAR r_rcl_result_info_dialog_menu_bar
       
   280 	{
       
   281 	titles =
       
   282 	       {
       
   283 	       MENU_TITLE { menu_pane = r_rcl_result_info_dialog_menu_pane; }
       
   284 	       };
       
   285 	}
       
   286 
       
   287 // ---------------------------------------------------------------------------
       
   288 // Context sensitive menu bar for info dialog
       
   289 // ---------------------------------------------------------------------------
       
   290 //
       
   291 
       
   292 RESOURCE MENU_BAR r_rcl_result_info_dialog_context_menu_bar
       
   293 	{
       
   294 	titles =
       
   295 	       {
       
   296 	       MENU_TITLE { menu_pane = r_rcl_result_info_dialog_context_menu_pane; }
       
   297 	       };
       
   298 	}
       
   299 
       
   300 //
       
   301 // ---------------------------------------------------------------------------
       
   302 // RCL setting item page for selecting account
       
   303 // ---------------------------------------------------------------------------
       
   304 //
       
   305 
       
   306 RESOURCE AVKON_SETTING_PAGE r_rcl_setting_item_page
       
   307 	{
       
   308 	type = EAknCtPopupSettingList;
       
   309 	editor_resource_id = r_rcl_popup_setting_list;
       
   310 	}
       
   311 
       
   312 //
       
   313 // ---------------------------------------------------------------------------
       
   314 // RCL popup setting list for selecting account
       
   315 // ---------------------------------------------------------------------------
       
   316 //
       
   317 
       
   318 RESOURCE POPUP_SETTING_LIST r_rcl_popup_setting_list
       
   319 	{
       
   320 	flags = 0;
       
   321 	}
       
   322 
       
   323 //
       
   324 // ---------------------------------------------------------------------------
       
   325 // RCL popup setting texts
       
   326 // ---------------------------------------------------------------------------
       
   327 //
       
   328 
       
   329 RESOURCE AVKON_POPUP_SETTING_TEXTS r_rcl_popup_setting_texts
       
   330 	{
       
   331 	setting_texts_resource = r_rcl_setting_text_array;
       
   332 	}
       
   333  
       
   334 //
       
   335 // ---------------------------------------------------------------------------
       
   336 // RCL popup setting text array
       
   337 // ---------------------------------------------------------------------------
       
   338 //
       
   339 
       
   340 RESOURCE ARRAY r_rcl_setting_text_array
       
   341 	{
       
   342 	items =
       
   343 	       {
       
   344 	       };
       
   345 	}
       
   346 
       
   347 //
       
   348 // ---------------------------------------------------------------------------
       
   349 // Wait dialog while executing remote search
       
   350 // ---------------------------------------------------------------------------
       
   351 //
       
   352 
       
   353 RESOURCE DIALOG r_rcl_search_wait_dialog_cancel
       
   354 	{
       
   355 	flags = EAknWaitNoteFlags;
       
   356 	buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   357 	items =
       
   358 	        {
       
   359 		DLG_LINE
       
   360 	                {
       
   361 			type = EAknCtNote;
       
   362 			id = KRclWaitDialogId;
       
   363 			control = AVKON_NOTE
       
   364 				{
       
   365 				layout = EWaitLayout;
       
   366 				animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   367 				};
       
   368 			}
       
   369 		};
       
   370 	}
       
   371 
       
   372 //
       
   373 // ---------------------------------------------------------------------------
       
   374 // Confirmation note
       
   375 // ---------------------------------------------------------------------------
       
   376 //
       
   377 
       
   378 RESOURCE DIALOG r_rcl_confirmation_note
       
   379 	{
       
   380 	flags = EAknConfirmationNoteFlags | EEikDialogFlagWait;
       
   381 	items =
       
   382 	       {
       
   383 	       DLG_LINE
       
   384 	              {
       
   385 		      type = EAknCtNote;
       
   386 		      id = EGeneralNote;
       
   387 		      control = AVKON_NOTE
       
   388 			      {
       
   389 			      layout = EGeneralLayout;
       
   390 			      imagefile = AVKON_BITMAP_FILE;
       
   391 			      imageid = EMbmAvkonQgn_note_ok;
       
   392 			      imagemask = EMbmAvkonQgn_note_ok_mask;
       
   393 			      };
       
   394 		      }
       
   395 	       };
       
   396 	}
       
   397 
       
   398 //
       
   399 // ---------------------------------------------------------------------------
       
   400 // Query dialog with softkeys Ok - Refine
       
   401 // ---------------------------------------------------------------------------
       
   402 //
       
   403 //Fix for: EASV-7KFGG3
       
   404 RESOURCE DIALOG r_rcl_confirmation_note_ok_refine
       
   405     {
       
   406     flags=EGeneralQueryFlags;
       
   407     buttons=r_rcl_ok_refine_cba;
       
   408     items=
       
   409         {
       
   410         DLG_LINE
       
   411             {
       
   412             type=EAknCtQuery;
       
   413             id=EGeneralQuery;
       
   414             control= AVKON_CONFIRMATION_QUERY 
       
   415                 { 
       
   416                 layout = EConfirmationQueryLayout;
       
   417                 animation = R_QGN_NOTE_WARNING_ANIM;
       
   418                 };
       
   419             }
       
   420         };
       
   421     }
       
   422 
       
   423 //
       
   424 // ---------------------------------------------------------------------------
       
   425 // Confirmation note with softkeys Yes - Cancel
       
   426 // ---------------------------------------------------------------------------
       
   427 //
       
   428 
       
   429 RESOURCE DIALOG r_rcl_confirmation_note_yes_cancel
       
   430 	{
       
   431 	flags = EAknConfirmationNoteFlags | EEikDialogFlagWait;
       
   432 	buttons = r_rcl_yes_cancel_cba;
       
   433 	items =
       
   434 	       {
       
   435 	       DLG_LINE
       
   436 	              {
       
   437 		      type = EAknCtNote;
       
   438 		      id = EGeneralNote;
       
   439 		      control = AVKON_NOTE
       
   440 			      {
       
   441 			      layout = EGeneralLayout;
       
   442 			      imagefile = AVKON_BITMAP_FILE;
       
   443 			      imageid = EMbmAvkonQgn_note_ok;
       
   444 			      imagemask = EMbmAvkonQgn_note_ok_mask;
       
   445 			      };
       
   446 		      }
       
   447 	       };
       
   448 	}
       
   449 
       
   450 //
       
   451 // ---------------------------------------------------------------------------
       
   452 // Warning note
       
   453 // ---------------------------------------------------------------------------
       
   454 //
       
   455 
       
   456 RESOURCE DIALOG r_rcl_warning_note
       
   457 	{
       
   458 	flags = EAknErrorNoteFlags | EEikDialogFlagWait;
       
   459 	items =
       
   460 	       {
       
   461 	       DLG_LINE
       
   462 	              {
       
   463 		      type = EAknCtNote;
       
   464 		      id = EGeneralNote;
       
   465 		      control = AVKON_NOTE
       
   466 	                     {
       
   467 			     layout = EGeneralLayout;
       
   468 			     imagefile = AVKON_BITMAP_FILE;
       
   469 			     imageid = EMbmAvkonQgn_note_warning;
       
   470 			     imagemask = EMbmAvkonQgn_note_warning_mask;
       
   471 			     };
       
   472 		      }
       
   473 	       };
       
   474 	}
       
   475 
       
   476 //
       
   477 // ---------------------------------------------------------------------------
       
   478 // Remote lookup search result dialog
       
   479 // ---------------------------------------------------------------------------
       
   480 //
       
   481 
       
   482 RESOURCE DIALOG r_rcl_search_result_dialog 
       
   483 	{ 
       
   484 	flags = EAknDialogSelectionList; 
       
   485 	buttons = r_rcl_options_back_open; 
       
   486 	items = 
       
   487 	      { 
       
   488 	      DLG_LINE 
       
   489 		       { 
       
   490 		       type = ERclSearchResultListBox;
       
   491 		       id = ESelectionListControl; 
       
   492 		       control = LISTBOX 
       
   493 			       { 
       
   494 			       flags = EAknListBoxSelectionList; 
       
   495 			       }; 
       
   496 		       }
       
   497 	      };
       
   498         }
       
   499 
       
   500 //
       
   501 // ---------------------------------------------------------------------------
       
   502 // Result information dialog
       
   503 // ---------------------------------------------------------------------------
       
   504 //
       
   505 
       
   506 RESOURCE DIALOG r_rcl_result_info_dialog 
       
   507 	{
       
   508 	flags = EAknDialogSelectionList; 
       
   509 	buttons = r_rcl_options_back_contextmenu;
       
   510 	items = 
       
   511 	      { 
       
   512 	      DLG_LINE 
       
   513 		       { 
       
   514 		       type = ERclResultInfoListBox;
       
   515 		       id = ESelectionListControl; 
       
   516 		       control = LISTBOX 
       
   517 			       { 
       
   518 			       flags = EAknListBoxSelectionList; 
       
   519 			       }; 
       
   520 		       }
       
   521 	      };
       
   522         }
       
   523 
       
   524 //
       
   525 // ---------------------------------------------------------------------------
       
   526 // Query editor dialog
       
   527 // ---------------------------------------------------------------------------
       
   528 //
       
   529 
       
   530 RESOURCE DIALOG r_rcl_query_dialog
       
   531 	{
       
   532 	flags = EGeneralQueryFlags;
       
   533 	buttons = r_rcl_search_cancel_cba;
       
   534 	items =
       
   535 		{
       
   536 		DLG_LINE
       
   537 			{
       
   538 			type = EAknCtQuery;
       
   539 			id = EGeneralQuery;
       
   540 			control = AVKON_DATA_QUERY
       
   541 				{
       
   542 				layout = EDataLayout;
       
   543 				control = EDWIN
       
   544 					{
       
   545 					flags = EAknEditorFlagDefault;
       
   546 					maxlength = KRclQueryTextMaxLength;
       
   547 					allowed_input_modes = EAknEditorNumericInputMode | EAknEditorTextInputMode;
       
   548 					};
       
   549 				};
       
   550 			}
       
   551 		};
       
   552 	}
       
   553 
       
   554 //
       
   555 // ---------------------------------------------------------------------------
       
   556 // Search cancel cba
       
   557 // ---------------------------------------------------------------------------
       
   558 //
       
   559 
       
   560 RESOURCE CBA r_rcl_search_cancel_cba
       
   561         {
       
   562 	breadth = 80;
       
   563 	buttons =
       
   564 		{
       
   565 		CBA_BUTTON
       
   566 			{
       
   567 			id = EAknSoftkeyOk;
       
   568 			txt = qtn_rcl_softkey_search;
       
   569 			},
       
   570 		CBA_BUTTON
       
   571 			{
       
   572 			id = EAknSoftkeyCancel;
       
   573 			txt = text_softkey_cancel;
       
   574 			},
       
   575 		CBA_BUTTON
       
   576 			{
       
   577 			id = EAknSoftkeyOk;
       
   578 			txt = qgn_prop_msk_select;
       
   579 			}
       
   580 		};
       
   581 	}
       
   582 
       
   583 //
       
   584 // ---------------------------------------------------------------------------
       
   585 // Ok refine cba
       
   586 // ---------------------------------------------------------------------------
       
   587 //
       
   588 
       
   589 RESOURCE CBA r_rcl_ok_refine_cba
       
   590 	{
       
   591 	breadth = 80;
       
   592 	buttons =
       
   593 		{
       
   594 		CBA_BUTTON
       
   595 			{
       
   596 			id = EAknSoftkeyOk;
       
   597 			txt = text_softkey_ok;
       
   598 			},
       
   599 		CBA_BUTTON
       
   600 			{
       
   601 			id = EAknSoftkeyCancel;
       
   602 			txt = qtn_rcl_softkey_refine;
       
   603 			},
       
   604 		CBA_BUTTON
       
   605 			{
       
   606 			id = EAknSoftkeyOk;
       
   607 			txt = text_softkey_ok;
       
   608 			}
       
   609 		};
       
   610 	}
       
   611 
       
   612 //
       
   613 // ---------------------------------------------------------------------------
       
   614 // Yes cancel cba
       
   615 // ---------------------------------------------------------------------------
       
   616 //
       
   617 
       
   618 RESOURCE CBA r_rcl_yes_cancel_cba
       
   619 	{
       
   620 	breadth = 80;
       
   621 	buttons =
       
   622 		{
       
   623 		CBA_BUTTON
       
   624 			{
       
   625 			id = EAknSoftkeyOk;
       
   626 			txt = text_softkey_yes;
       
   627 			},
       
   628 		CBA_BUTTON
       
   629 			{
       
   630 			id = EAknSoftkeyCancel;
       
   631 			txt = text_softkey_cancel;
       
   632 			},
       
   633 		CBA_BUTTON
       
   634 			{
       
   635 			id = EAknSoftkeyOk;
       
   636 			txt = text_softkey_yes;
       
   637 			}
       
   638 		};
       
   639 	}
       
   640 
       
   641 //
       
   642 // ---------------------------------------------------------------------------
       
   643 // Poc aiw interest
       
   644 // ---------------------------------------------------------------------------
       
   645 //
       
   646 
       
   647 RESOURCE AIW_INTEREST r_rcl_poc_interest
       
   648 	{
       
   649 	items =
       
   650 	       {
       
   651 	       AIW_CRITERIA_ITEM
       
   652 	              {
       
   653 		      id = KAiwCmdPoC;
       
   654 		      serviceCmd = KAiwCmdPoC;
       
   655 		      contentType = "*";
       
   656 		      serviceClass = KAiwClassBase; 
       
   657 		      defaultProvider = KS60PoCAiwProviderImplUid;
       
   658 		      maxProviders = 1;
       
   659 		      }
       
   660 	       };
       
   661 	}
       
   662 	
       
   663 //
       
   664 // ---------------------------------------------------------------------------
       
   665 // Options - Open - Back cba
       
   666 // ---------------------------------------------------------------------------
       
   667 //
       
   668 RESOURCE CBA r_rcl_options_back_open
       
   669     {
       
   670     breadth = 80;
       
   671     buttons =
       
   672         {
       
   673         CBA_BUTTON
       
   674             {
       
   675             id = EAknSoftkeyOptions;
       
   676             txt = text_softkey_option;
       
   677             },
       
   678         CBA_BUTTON
       
   679             {
       
   680             id = EAknSoftkeyBack;
       
   681             txt = text_softkey_back;
       
   682             },
       
   683         CBA_BUTTON
       
   684             {
       
   685             id = EAknSoftkeyOpen;
       
   686             txt = text_softkey_open;
       
   687             }
       
   688         };
       
   689     }
       
   690 
       
   691 //
       
   692 // ---------------------------------------------------------------------------
       
   693 // Options Back cba
       
   694 // ---------------------------------------------------------------------------
       
   695 //
       
   696 
       
   697 RESOURCE CBA r_rcl_options_back_contextmenu
       
   698     {
       
   699     breadth = 80;
       
   700     buttons =
       
   701         {
       
   702         CBA_BUTTON
       
   703             {
       
   704             id = EAknSoftkeyOptions;
       
   705             txt = text_softkey_option;
       
   706             },
       
   707         CBA_BUTTON
       
   708             {
       
   709             id = EAknSoftkeyBack;
       
   710             txt = text_softkey_back;
       
   711             },
       
   712         CBA_BUTTON
       
   713             {
       
   714             id = EAknSoftkeyContextOptions;
       
   715             txt = text_softkey_option;
       
   716             }
       
   717         };
       
   718     }
       
   719     
       
   720 // --------------------------------------------------------------------------
       
   721 // r_qtn_fs_info_note_copied_to_clipboard
       
   722 // --------------------------------------------------------------------------
       
   723 //
       
   724 RESOURCE TBUF r_qtn_fs_info_note_copied_to_clipboard
       
   725     {
       
   726     buf = qtn_cca_info_note_copied_to_clipboard;
       
   727     }
       
   728 
       
   729 // --------------------------------------------------------------------------
       
   730 // r_qtn_rcl_opt_copy_detail
       
   731 // --------------------------------------------------------------------------
       
   732 //
       
   733 RESOURCE TBUF r_qtn_rcl_opt_copy_detail
       
   734     {
       
   735     buf = qtn_rcl_opt_copy_detail;
       
   736     }
       
   737 
       
   738 // --------------------------------------------------------------------------
       
   739 // r_qtn_rcl_opt_voice_call
       
   740 // --------------------------------------------------------------------------
       
   741 //
       
   742 RESOURCE TBUF r_qtn_rcl_opt_voice_call
       
   743     {
       
   744     buf = qtn_rcl_opt_voice_call;  
       
   745     }
       
   746 
       
   747 // --------------------------------------------------------------------------
       
   748 // r_qtn_rcl_opt_video_call
       
   749 // --------------------------------------------------------------------------
       
   750 //
       
   751 RESOURCE TBUF r_qtn_rcl_opt_video_call
       
   752     {
       
   753     buf = qtn_rcl_opt_video_call;
       
   754     }
       
   755     
       
   756 // --------------------------------------------------------------------------
       
   757 // r_qtn_rcl_opt_msg
       
   758 // --------------------------------------------------------------------------
       
   759 //
       
   760 RESOURCE TBUF r_qtn_rcl_opt_msg
       
   761     {
       
   762     buf = qtn_rcl_opt_msg;
       
   763     }    
       
   764 
       
   765 // --------------------------------------------------------------------------
       
   766 // r_qtn_rcl_opt_email
       
   767 // --------------------------------------------------------------------------
       
   768 //
       
   769 RESOURCE TBUF r_qtn_rcl_opt_email
       
   770     {
       
   771     buf = qtn_rcl_opt_email;
       
   772     }