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