tsrc/CenrepEditor/data/cenrepeditor.rss
branchRCL_3
changeset 22 73a1feb507fb
parent 2 b31261fd4e04
child 23 bc78a40cd63c
equal deleted inserted replaced
21:33a5d2bbf6fc 22:73a1feb507fb
   135 //
   135 //
   136 RESOURCE NAVI_DECORATOR r_avkonviewexample_navi_decorator
   136 RESOURCE NAVI_DECORATOR r_avkonviewexample_navi_decorator
   137     {
   137     {
   138     type = ENaviDecoratorControlTabGroup;
   138     type = ENaviDecoratorControlTabGroup;
   139     control = TAB_GROUP
   139     control = TAB_GROUP
   140 		{
   140         {
   141 		tab_width = EAknTabWidthWithThreeTabs;  // three tabs
   141         tab_width = EAknTabWidthWithThreeTabs;  // three tabs
   142 		active = 0;
   142         active = 0;
   143 		tabs = {
   143         tabs = 
   144 			TAB
   144             {
   145 				{
   145             TAB
       
   146                 {
   146                 id = EAvkonViewExampleView1Tab; // from application hrh
   147                 id = EAvkonViewExampleView1Tab; // from application hrh
   147                 txt = qtn_view1_tab;
   148                 txt = qtn_view1_tab;
   148                 },
   149                 },
   149 			TAB
   150             TAB
   150 				{
   151                 {
   151                 id = EAvkonViewExampleView2Tab;
   152                 id = EAvkonViewExampleView2Tab;
   152                 txt = qtn_view2_tab;
   153                 txt = qtn_view2_tab;
   153 				},
   154                 },
   154 			TAB
   155             TAB
   155 				{
   156                 {
   156                 id = EAvkonViewExampleView3Tab;
   157                 id = EAvkonViewExampleView3Tab;
   157                 txt = qtn_view3_tab;
   158                 txt = qtn_view3_tab;
   158 				}
   159                 }
   159 			};
   160             };
   160 		};
   161         };
   161 	}
   162 	}
   162 
   163 
   163 
   164 
   164 //----------------------------------------------------
   165 //----------------------------------------------------
   165 //   
   166 //   
   173     menubar = r_cenrepeditor_menubar;  
   174     menubar = r_cenrepeditor_menubar;  
   174     cba     = r_cenrepeditor_softkeys_save_exit;    
   175     cba     = r_cenrepeditor_softkeys_save_exit;    
   175     }
   176     }
   176     
   177     
   177 RESOURCE CBA r_cenrepeditor_softkeys_save_exit
   178 RESOURCE CBA r_cenrepeditor_softkeys_save_exit
   178 	{
   179     {
   179 		buttons =
   180     buttons =
   180 			{
   181         {
   181 			CBA_BUTTON
   182         CBA_BUTTON
   182 				{
   183             {
   183 				id = EAknSoftKeySave;
   184             id = EAknSoftKeySave;
   184 				txt = qtn_cenrepeditor_cba_text_save;
   185             txt = qtn_cenrepeditor_cba_text_save;
   185 				},
   186             },
   186 		CBA_BUTTON
   187         CBA_BUTTON
   187 				{
   188             {
   188 				id = EAknSoftKeyExit;
   189             id = EAknSoftKeyExit;
   189 				txt = qtn_cenrepeditor_cba_text_Exit;
   190             txt = qtn_cenrepeditor_cba_text_Exit;
   190 				}
   191             }
   191 			};
   192         };
   192 	}
   193     }
       
   194 
   193 RESOURCE AVKON_SETTING_ITEM_LIST r_phone_resource_details_settings_list
   195 RESOURCE AVKON_SETTING_ITEM_LIST r_phone_resource_details_settings_list
   194 	{
   196 	{
   195     flags= EAknSettingItemNumberedStyle;    
   197     flags= EAknSettingItemNumberedStyle;    
   196 	title = qtn_phoneresource_details;
   198 	title = qtn_phoneresource_details;
   197 	initial_number = 1;
   199 	initial_number = 1;
   198 	items =     
   200 	items =     
   199 		{
   201 		{
   200         AVKON_SETTING_ITEM
   202         AVKON_SETTING_ITEM
   201             {
   203             {
   202             identifier = EPhoneResouceCamera;
   204             identifier = EPhoneResouceCamera;
   203             setting_page_resource = r_availability_settings_page;
   205             setting_page_resource = r_popup_settings_page;
   204             name = "CameraAvailability";
   206             name = "CameraAvailability";
   205             associated_resource = r_availability_settings_page_texts;
   207             associated_resource = r_availability_settings_page_texts;
   206             },	
   208             },	
   207         AVKON_SETTING_ITEM
   209         AVKON_SETTING_ITEM
   208             {
   210             {
   209             identifier = EPhoneResouceKeypad;
   211             identifier = EPhoneResouceKeypad;
   210             setting_page_resource = r_availability_settings_page;
   212             setting_page_resource = r_popup_settings_page;
   211             name = "KeypadAvailability";
   213             name = "KeypadAvailability";
   212             associated_resource = r_availability_settings_page_texts;
   214             associated_resource = r_availability_settings_page_texts;
   213             },				
   215             },				
   214 		AVKON_SETTING_ITEM
   216         AVKON_SETTING_ITEM
   215 			{
   217             {
   216 			identifier = EPhoneResouceVideoPlayer;
   218             identifier = EPhoneResouceVideoPlayer;
   217 			setting_page_resource = r_availability_settings_page;
   219             setting_page_resource = r_popup_settings_page;
   218 			name = "VideoPlayerAvailability";
   220             name = "VideoPlayerAvailability";
   219             associated_resource = r_availability_settings_page_texts;
   221             associated_resource = r_availability_settings_page_texts;
   220 			},
   222             },
   221 		AVKON_SETTING_ITEM
   223         AVKON_SETTING_ITEM
   222 			{
   224             {
   223 			identifier = EPhoneResouceCameraInformation;
   225             identifier = EPhoneResouceCameraInformation;
   224 			setting_page_resource = r_CameraInformation_settings_page;
   226             setting_page_resource = r_popup_settings_page;
   225 			name = "CameraInformation";
   227             name = "CameraInformation";
   226             associated_resource = r_CameraInformation_settings_page_texts;
   228             associated_resource = r_CameraInformation_settings_page_texts;
   227 			},
   229             },
   228         AVKON_SETTING_ITEM
   230         AVKON_SETTING_ITEM
   229 			{
   231             {
   230 			identifier = EKodiakPhoneCall;
   232             identifier = EKodiakPhoneCall;
   231 			setting_page_resource = r_kodiak_call_settings_page;
   233             setting_page_resource = r_popup_settings_page;
   232 			name = "KodiakPTT";
   234             name = "KodiakPTT";
   233             associated_resource = r_kodiak_call_settings_page_texts;
   235             associated_resource = r_kodiak_call_settings_page_texts;
   234 			}
   236             }
   235 		};
   237 		};
   236 	}
   238 	}
   237 
   239 
   238 
   240 
   239 
   241 
   240 //camera	
   242 //camera	
   241 RESOURCE AVKON_SETTING_PAGE r_availability_settings_page
       
   242     {
       
   243     number = 1;
       
   244     type = EAknCtPopupSettingList;
       
   245     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   246     }
       
   247 
       
   248 
       
   249 RESOURCE AVKON_POPUP_SETTING_TEXTS r_availability_settings_page_texts
   243 RESOURCE AVKON_POPUP_SETTING_TEXTS r_availability_settings_page_texts
   250     {
   244     {
   251     setting_texts_resource = r_availability_page_texts_array;
   245     setting_texts_resource = r_availability_page_texts_array;
   252     popped_up_texts_resource = r_availability_settings_page_popedup;
       
   253     }
   246     }
   254 
   247 
   255 RESOURCE ARRAY r_availability_page_texts_array
   248 RESOURCE ARRAY r_availability_page_texts_array
   256     {
   249     {
   257         items =
   250     items =
   258         {        
   251         {
   259         AVKON_ENUMERATED_TEXT { value=1; text = "1.EAvailable"; },        
   252         AVKON_ENUMERATED_TEXT { value=1; text = "1.EAvailable"; },        
   260         AVKON_ENUMERATED_TEXT { value=2; text = "2.ENotAvailable"; }
   253         AVKON_ENUMERATED_TEXT { value=2; text = "2.ENotAvailable"; }
   261         };
   254         };
   262     }
   255     }
   263 
   256 
   264 RESOURCE ARRAY r_availability_settings_page_popedup
       
   265     {
       
   266     items =
       
   267         {        
       
   268         LBUF { txt = "1.EAvailable"; },        
       
   269         LBUF { txt = "2.ENotAvailable"; }        
       
   270         };
       
   271     }
       
   272 
   257 
   273 //camera information
   258 //camera information
   274 RESOURCE AVKON_SETTING_PAGE r_CameraInformation_settings_page
       
   275     {
       
   276     number = 1;
       
   277     label = "Value";
       
   278     type = EAknCtPopupSettingList;
       
   279     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   280     }
       
   281 
       
   282 RESOURCE AVKON_POPUP_SETTING_TEXTS r_CameraInformation_settings_page_texts
   259 RESOURCE AVKON_POPUP_SETTING_TEXTS r_CameraInformation_settings_page_texts
   283     {
   260     {
   284     setting_texts_resource = r_CameraInformation_settings_page_texts_array;
   261     setting_texts_resource = r_CameraInformation_settings_page_texts_array;
   285     popped_up_texts_resource = r_CameraInformation_settings_page_popedup;
   262     popped_up_texts_resource = r_CameraInformation_settings_page_popedup;
   286     }
   263     }
   287 
   264 
   288 RESOURCE ARRAY r_CameraInformation_settings_page_texts_array
   265 RESOURCE ARRAY r_CameraInformation_settings_page_texts_array
   289     {
   266     {
   290         items =
   267     items =
   291         {
   268         {
   292         AVKON_ENUMERATED_TEXT { value=1; text = "1.EUsePrimaryCamera"; },
   269         AVKON_ENUMERATED_TEXT { value=1; text = "1.EUsePrimaryCamera"; },
   293         AVKON_ENUMERATED_TEXT { value=2; text = "2.EUseSecondaryCamera"; }        
   270         AVKON_ENUMERATED_TEXT { value=2; text = "2.EUseSecondaryCamera"; }        
   294         };
   271         };
   295     }
   272     }
   296 
   273 
   297 RESOURCE ARRAY r_CameraInformation_settings_page_popedup
   274 RESOURCE ARRAY r_CameraInformation_settings_page_popedup
   298     {
   275     {
   299         items =
   276     items =
   300         { 
   277         {
   301         LBUF { txt = "1.EUsePrimaryCamera"; },
   278         LBUF { txt = "1.EUsePrimaryCamera"; },
   302         LBUF { txt = "2.EUseSecondaryCamera"; }        
   279         LBUF { txt = "2.EUseSecondaryCamera"; }        
   303         };
   280         };
   304     }
   281     }
   305 
   282 
   306 //kodiak PTT
   283 //kodiak PTT
   307 RESOURCE AVKON_SETTING_PAGE r_kodiak_call_settings_page
       
   308     {
       
   309     number = 1;
       
   310     type = EAknCtPopupSettingList;
       
   311     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   312     }
       
   313 
       
   314 RESOURCE AVKON_POPUP_SETTING_TEXTS r_kodiak_call_settings_page_texts
   284 RESOURCE AVKON_POPUP_SETTING_TEXTS r_kodiak_call_settings_page_texts
   315     {
   285     {
   316     setting_texts_resource = r_kodiak_call_settings_page_texts_array;
   286     setting_texts_resource = r_kodiak_call_settings_page_texts_array;
   317     popped_up_texts_resource = r_kodiak_call_settings_page_popedup;
       
   318     }
   287     }
   319 
   288 
   320 RESOURCE ARRAY r_kodiak_call_settings_page_texts_array
   289 RESOURCE ARRAY r_kodiak_call_settings_page_texts_array
   321     {
   290     {
   322         items =
   291     items =
   323         {
   292         {
   324         AVKON_ENUMERATED_TEXT { value=0; text = "0.EPSCTsyKodiakPttNotActive"; },
   293         AVKON_ENUMERATED_TEXT { value=0; text = "0.EPSCTsyKodiakPttNotActive"; },
   325         AVKON_ENUMERATED_TEXT { value=1; text = "1.EPSCTsyKodiakPttActive"; }        
   294         AVKON_ENUMERATED_TEXT { value=1; text = "1.EPSCTsyKodiakPttActive"; }        
   326         };
       
   327     }
       
   328 
       
   329 RESOURCE ARRAY r_kodiak_call_settings_page_popedup
       
   330     {
       
   331         items =
       
   332         {
       
   333         LBUF { txt = "0.EPSCTsyKodiakPttNotActive"; },
       
   334         LBUF { txt = "1.EPSCTsyKodiakPttActive"; }        
       
   335         };
   295         };
   336     }
   296     }
   337 
   297 
   338 RESOURCE POPUP_SETTING_LIST r_enumerated_text_setting_other_editor
   298 RESOURCE POPUP_SETTING_LIST r_enumerated_text_setting_other_editor
   339     {    
   299     {    
   359     //allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode
   319     //allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode
   360     }
   320     }
   361 
   321 
   362 
   322 
   363 RESOURCE AVKON_SETTING_ITEM_LIST r_other_resource_details_settings_list
   323 RESOURCE AVKON_SETTING_ITEM_LIST r_other_resource_details_settings_list
   364 	{
   324     {
   365     flags= EAknSettingItemNumberedStyle; 
   325     flags= EAknSettingItemNumberedStyle; 
   366 	title = qtn_otherresource_details;
   326     title = qtn_otherresource_details;
   367 	initial_number = 1;
   327     initial_number = 1;
   368 	items =     
   328     items =     
   369 		{
   329         {
   370 		AVKON_SETTING_ITEM
   330         AVKON_SETTING_ITEM
   371 			{
   331             {
   372 			identifier = EOtherResourceActivation;
   332             identifier = EOtherResourceActivation;
   373 			setting_page_resource = r_activation_editor_settings_page;
   333             setting_page_resource = r_popup_settings_page;
   374 			name = "Activation";
   334             name = "Activation";
   375             associated_resource = r_activation_editor_settings_page_texts;
   335             associated_resource = r_activation_editor_settings_page_texts;
   376 			},
   336             },
   377 		AVKON_SETTING_ITEM
   337         AVKON_SETTING_ITEM
   378 			{
   338             {
   379 			identifier = EOtherResourceOperatorVariant;
   339             identifier = EOtherResourceOperatorVariant;
   380 			setting_page_resource = r_operator_editor_settings_page;
   340             setting_page_resource = r_popup_settings_page;
   381 			name = "OperatorVariant";
   341             name = "OperatorVariant";
   382             associated_resource = r_operator_editor_settings_page_texts;
   342             associated_resource = r_operator_editor_settings_page_texts;
   383 			},
   343             },
   384 		AVKON_SETTING_ITEM
   344         AVKON_SETTING_ITEM
   385 			{
   345             {
   386 			identifier = EOtherResourceAuditoryNotification;
   346             identifier = EOtherResourceAuditoryNotification;
   387 			setting_page_resource = r_Auditory_editor_settings_page;
   347             setting_page_resource = r_popup_settings_page;
   388 			name = "AuditoryNotification";
   348             name = "AuditoryNotification";
   389             associated_resource = r_Auditory_editor_settings_page_texts;
   349             associated_resource = r_Auditory_editor_settings_page_texts;
   390 			},
   350             },
   391 		AVKON_SETTING_ITEM
   351         AVKON_SETTING_ITEM
   392 			{
   352             {
   393 			identifier = EOtherResourcePopupNotification;
   353             identifier = EOtherResourcePopupNotification;
   394 			setting_page_resource = r_Popup_editor_settings_page;
   354             setting_page_resource = r_popup_settings_page;
   395 			name = "PopupNotification";
   355             name = "PopupNotification";
   396             associated_resource = r_Popup_editor_settings_page_texts;
   356             associated_resource = r_Popup_editor_settings_page_texts;
   397 			},
   357             },
   398 		AVKON_SETTING_ITEM
   358         AVKON_SETTING_ITEM
   399 			{
   359             {
   400 			identifier = EOtherResourcePopupNotificationType;
   360             identifier = EOtherResourcePopupNotificationType;
   401 			setting_page_resource = r_PopupType_editor_settings_page;
   361             setting_page_resource = r_popup_settings_page;
   402 			name = "PopupNotificationType";
   362             name = "PopupNotificationType";
   403             associated_resource = r_PopupType_editor_settings_page_texts;
   363             associated_resource = r_PopupType_editor_settings_page_texts;
   404 			},
   364             },
   405 		AVKON_SETTING_ITEM
   365         AVKON_SETTING_ITEM
   406 			{
   366             {
   407 			identifier = EOtherResourceEdgeDtmSupport;
   367             identifier = EOtherResourceEdgeDtmSupport;
   408 			setting_page_resource = r_edgedtm_editor_settings_page;
   368             setting_page_resource = r_popup_settings_page;
   409 			name = "EdgeDtmSupport";
   369             name = "EdgeDtmSupport";
   410             associated_resource = r_edgedtm_editor_settings_page_texts;
   370             associated_resource = r_edgedtm_editor_settings_page_texts;
   411 			},
   371             },
   412 		AVKON_SETTING_ITEM
   372         AVKON_SETTING_ITEM
   413 			{
   373             {
   414 			identifier = EOtherResourceSessionSetupMethod;
   374             identifier = EOtherResourceSessionSetupMethod;
   415 			setting_page_resource = r_signal_editor_settings_page;
   375             setting_page_resource = r_popup_settings_page;
   416 			name = "ForceInternetSignaling";
   376             name = "ForceInternetSignaling";
   417             associated_resource = r_signal_editor_settings_page_texts;
   377             associated_resource = r_signal_editor_settings_page_texts;
   418 			},
   378             },
   419 		AVKON_SETTING_ITEM
   379         AVKON_SETTING_ITEM
   420 			{
   380             {
   421 			identifier = EOtherResourceAutoRecord;
   381             identifier = EOtherResourceAutoRecord;
   422 			setting_page_resource = r_videosaving_editor_settings_page;
   382             setting_page_resource = r_popup_settings_page;
   423 			name = "AutoRecord";
   383             name = "AutoRecord";
   424             associated_resource = r_videosaving_editor_settings_page_texts;
   384             associated_resource = r_videosaving_editor_settings_page_texts;
   425 			},
   385             },
   426 		AVKON_SETTING_ITEM
   386         AVKON_SETTING_ITEM
   427 			{
   387             {
   428 			identifier = EOtherResourceVideoLocation;
   388             identifier = EOtherResourceVideoLocation;
   429 			setting_page_resource = r_editor_settings_page;
   389             setting_page_resource = r_editor_settings_page;
   430 			name = "VideoLocation";            
   390             name = "VideoLocation";            
   431 			},
   391             },
   432 		AVKON_SETTING_ITEM
   392         AVKON_SETTING_ITEM
   433 			{
   393             {
   434 			identifier = EOtherResourceSipProfileId;
   394             identifier = EOtherResourceSipProfileId;
   435 			setting_page_resource = r_editor_settings_page;
   395             setting_page_resource = r_editor_settings_page;
   436 			name = "SipProfileId";            
   396             name = "SipProfileId";            
   437 			},
   397             },
   438 		AVKON_SETTING_ITEM
   398         AVKON_SETTING_ITEM
   439 			{
   399             {
   440 			identifier = EOtherResourceUiOrientation;
   400             identifier = EOtherResourceUiOrientation;
   441 			setting_page_resource = r_uiorientation_editor_settings_page;
   401             setting_page_resource = r_popup_settings_page;
   442 			name = "UiOrientation";
   402             name = "UiOrientation";
   443             associated_resource = r_uiorientation_editor_settings_page_texts;
   403             associated_resource = r_uiorientation_editor_settings_page_texts;
   444 			},
   404             },
   445 		AVKON_SETTING_ITEM
   405         AVKON_SETTING_ITEM
   446 			{
   406             {
   447 			identifier = EOtherResourceCapabilityQuery;
   407             identifier = EOtherResourceCapabilityQuery;
   448 			setting_page_resource = r_capquery_editor_settings_page;
   408             setting_page_resource = r_popup_settings_page;
   449 			name = "CapabilityQuery";
   409             name = "CapabilityQuery";
   450             associated_resource = r_capquery_editor_settings_page_texts;
   410             associated_resource = r_capquery_editor_settings_page_texts;
   451 			},
   411             },
   452 		AVKON_SETTING_ITEM
   412         AVKON_SETTING_ITEM
   453 			{
   413             {
   454 			identifier = EOtherResourceProductModeVariationKey;
   414             identifier = EOtherResourceProductModeVariationKey;
   455 			setting_page_resource = r_editor_settings_page;
   415             setting_page_resource = r_editor_settings_page;
   456 			name = "ProductModeVariation";            
   416             name = "ProductModeVariation";            
   457 			},
   417             },
   458 		AVKON_SETTING_ITEM
   418         AVKON_SETTING_ITEM
   459             {
   419             {
   460             identifier = EOtherRResourcePrivacyVariationMode;
   420             identifier = EOtherResourceEncoderConfigurationInfo;
   461             setting_page_resource = r_privacy_settings_page;
   421             setting_page_resource = r_encoder_info_settings_page;
   462             name = "Privacy variation";
   422             name = "EncoderConfigurationInfo";            
   463             associated_resource = r_privacy_editor_settings_page_texts;
   423             },
   464             },
   424         AVKON_SETTING_ITEM
   465 		AVKON_SETTING_ITEM
   425             {
   466 		    {
   426             identifier = EOtherResourceEncodingDevice;
   467 		    identifier = EOtherResourceEncoderConfigurationInfo;
   427             setting_page_resource = r_encoding_device_settings_page;
   468 		    setting_page_resource = r_encoder_info_settings_page;
   428             name = "EncodingDevice";            
   469 		    name = "EncoderConfigurationInfo";            
   429             },
   470 		    },
   430         AVKON_SETTING_ITEM
   471 		AVKON_SETTING_ITEM
   431             {
   472 		    {
   432             identifier = EOtherResourceAllowOnlyWithActiveCSCall;
   473 		    identifier = EOtherResourceEncodingDevice;
   433             setting_page_resource = r_popup_settings_page;
   474 		    setting_page_resource = r_encoding_device_settings_page;
   434             name = "AllowWithCSCallOnly";
   475 		    name = "EncodingDevice";            
   435             associated_resource = r_activecscall_editor_settings_page_texts;
   476 		    }
   436             },
   477 		};
   437         AVKON_SETTING_ITEM
   478 	}
   438             {
       
   439             identifier = EOtherResourceAllowOnlyIn3GNetwork;
       
   440             setting_page_resource = r_popup_settings_page;
       
   441             name = "AllowIn3GNetworkOnly";
       
   442             associated_resource = r_3gnetwork_editor_settings_page_texts;
       
   443             },
       
   444         AVKON_SETTING_ITEM
       
   445             {
       
   446             identifier = EOtherResourceCameraUsage;
       
   447             setting_page_resource = r_popup_settings_page;
       
   448             name = "CameraUsage";
       
   449             associated_resource = r_camera_usage_settings_page_texts;
       
   450             },
       
   451         AVKON_SETTING_ITEM
       
   452             {
       
   453             identifier = EOtherResourceVideoDirection;
       
   454             setting_page_resource = r_popup_settings_page;
       
   455             name = "VideoDirection";
       
   456             associated_resource = r_video_direction_settings_page_texts;
       
   457             },
       
   458         AVKON_SETTING_ITEM
       
   459             {
       
   460             identifier = EOtherResourceVideoBandwidth;
       
   461             setting_page_resource = r_editor_settings_page;
       
   462             name = "VideoBandwidth,KBits";
       
   463             },
       
   464         AVKON_SETTING_ITEM
       
   465             {
       
   466             identifier = EOtherResourceFastMode;
       
   467             setting_page_resource = r_popup_settings_page;
       
   468             name = "FastStartupMode";
       
   469             associated_resource = r_fast_mode_settings_page_texts;
       
   470             }
       
   471         };
       
   472     }
   479 	
   473 	
   480 //activation
   474 //activation
   481 RESOURCE AVKON_SETTING_PAGE r_activation_editor_settings_page
       
   482     {
       
   483     number = 1;
       
   484     type = EAknCtPopupSettingList;
       
   485     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   486     }
       
   487 
       
   488 RESOURCE AVKON_POPUP_SETTING_TEXTS r_activation_editor_settings_page_texts
   475 RESOURCE AVKON_POPUP_SETTING_TEXTS r_activation_editor_settings_page_texts
   489     {
   476     {
   490     setting_texts_resource = r_activation_editor_settings_page_texts_array;
   477     setting_texts_resource = r_activation_editor_settings_page_texts_array;
   491     popped_up_texts_resource = r_activation_editor_settings_page_popedup;
       
   492     }
   478     }
   493 
   479 
   494 RESOURCE ARRAY r_activation_editor_settings_page_texts_array
   480 RESOURCE ARRAY r_activation_editor_settings_page_texts_array
   495     {
   481     {
   496         items =
   482     items =
   497         {
   483         {
   498         AVKON_ENUMERATED_TEXT { value=0; text = "0.EAlwaysActive"; },   
   484         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   499         AVKON_ENUMERATED_TEXT { value=1; text = "1.ENever"; }        
   485         AVKON_ENUMERATED_TEXT { value=0; text = "0.EAlwaysActive"; },
   500         };
   486         AVKON_ENUMERATED_TEXT { value=1; text = "1.EActiveInHomeNetworks"; },        
   501     }
   487         AVKON_ENUMERATED_TEXT { value=2; text = "2.ENever"; }        
   502 
       
   503 RESOURCE ARRAY r_activation_editor_settings_page_popedup
       
   504     {
       
   505         items =
       
   506         {
       
   507         LBUF { txt = "0.EAlwaysActive"; },
       
   508         LBUF { txt = "1.ENever"; }
       
   509         };
   488         };
   510     }
   489     }
   511 
   490 
   512 //operator variant
   491 //operator variant
   513 RESOURCE AVKON_SETTING_PAGE r_operator_editor_settings_page
       
   514     {
       
   515     number = 1;
       
   516     type = EAknCtPopupSettingList;
       
   517     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   518     }
       
   519 
       
   520 RESOURCE AVKON_POPUP_SETTING_TEXTS r_operator_editor_settings_page_texts
   492 RESOURCE AVKON_POPUP_SETTING_TEXTS r_operator_editor_settings_page_texts
   521     {
   493     {
   522     setting_texts_resource = r_operator_editor_settings_page_texts_array;
   494     setting_texts_resource = r_operator_editor_settings_page_texts_array;
   523     popped_up_texts_resource = r_operator_editor_settings_page_popedup;
       
   524     }
   495     }
   525 
   496 
   526 RESOURCE ARRAY r_operator_editor_settings_page_texts_array
   497 RESOURCE ARRAY r_operator_editor_settings_page_texts_array
   527     {
   498     {
   528         items =
   499     items =
   529         {
   500         {
       
   501         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   530         AVKON_ENUMERATED_TEXT { value=0; text = "0.EStandard"; },
   502         AVKON_ENUMERATED_TEXT { value=0; text = "0.EStandard"; },
   531         AVKON_ENUMERATED_TEXT { value=1; text = "1.EOperatorSpecific"; }        
   503         AVKON_ENUMERATED_TEXT { value=1; text = "1.EOperatorSpecific"; }        
   532         };
   504         };
   533     }
   505     }
   534 
   506 
   535 RESOURCE ARRAY r_operator_editor_settings_page_popedup
       
   536     {
       
   537         items =
       
   538         {
       
   539         LBUF { txt = "0.EStandard"; },
       
   540         LBUF { txt = "1.EOperatorSpecific"; }        
       
   541         };
       
   542     }
       
   543 
       
   544 //Auditory Notification
   507 //Auditory Notification
   545 RESOURCE AVKON_SETTING_PAGE r_Auditory_editor_settings_page
       
   546     {
       
   547     number = 1;
       
   548     type = EAknCtPopupSettingList;
       
   549     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   550     }
       
   551 
       
   552 RESOURCE AVKON_POPUP_SETTING_TEXTS r_Auditory_editor_settings_page_texts
   508 RESOURCE AVKON_POPUP_SETTING_TEXTS r_Auditory_editor_settings_page_texts
   553     {
   509     {
   554     setting_texts_resource = r_Auditory_editor_settings_page_texts_array;
   510     setting_texts_resource = r_Auditory_editor_settings_page_texts_array;
   555     popped_up_texts_resource = r_Auditory_editor_settings_page_popedup;
       
   556     }
   511     }
   557 
   512 
   558 RESOURCE ARRAY r_Auditory_editor_settings_page_texts_array
   513 RESOURCE ARRAY r_Auditory_editor_settings_page_texts_array
   559     {
   514     {
   560         items =
   515     items =
   561         {
   516         {
       
   517         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   562         AVKON_ENUMERATED_TEXT { value=0; text = "0.EAuditoryNotificationOn"; },
   518         AVKON_ENUMERATED_TEXT { value=0; text = "0.EAuditoryNotificationOn"; },
   563         AVKON_ENUMERATED_TEXT { value=1; text = "1.EAuditoryNotificationOff"; }        
   519         AVKON_ENUMERATED_TEXT { value=1; text = "1.EAuditoryNotificationOff"; }        
   564         };
   520         };
   565     }
   521     }
   566 
   522 
   567 RESOURCE ARRAY r_Auditory_editor_settings_page_popedup
       
   568     {
       
   569         items =
       
   570         {
       
   571         LBUF { txt = "0.EAuditoryNotificationOn"; },
       
   572         LBUF { txt = "1.EAuditoryNotificationOff"; }        
       
   573         };
       
   574     }
       
   575 
       
   576 
       
   577 //Popup Notification
   523 //Popup Notification
   578 RESOURCE AVKON_SETTING_PAGE r_Popup_editor_settings_page
       
   579     {
       
   580     number = 1;
       
   581     type = EAknCtPopupSettingList;
       
   582     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   583     }
       
   584 
       
   585 RESOURCE AVKON_POPUP_SETTING_TEXTS r_Popup_editor_settings_page_texts
   524 RESOURCE AVKON_POPUP_SETTING_TEXTS r_Popup_editor_settings_page_texts
   586     {
   525     {
   587     setting_texts_resource = r_Popup_editor_settings_page_texts_array;
   526     setting_texts_resource = r_Popup_editor_settings_page_texts_array;
   588     popped_up_texts_resource = r_Popup_editor_settings_page_popedup;
       
   589     }
   527     }
   590 
   528 
   591 RESOURCE ARRAY r_Popup_editor_settings_page_texts_array
   529 RESOURCE ARRAY r_Popup_editor_settings_page_texts_array
   592     {
   530     {
   593         items =
   531     items =
   594         {
   532         {
       
   533         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   595         AVKON_ENUMERATED_TEXT { value=0; text = "0.EPopupNotificationOn"; },
   534         AVKON_ENUMERATED_TEXT { value=0; text = "0.EPopupNotificationOn"; },
   596         AVKON_ENUMERATED_TEXT { value=1; text = "1.EPopupNotificationOff"; }        
   535         AVKON_ENUMERATED_TEXT { value=1; text = "1.EPopupNotificationOff"; }        
   597         };
   536         };
   598     }
   537     }
   599 
   538 
   600 RESOURCE ARRAY r_Popup_editor_settings_page_popedup
       
   601     {
       
   602         items =
       
   603         {        
       
   604         LBUF { txt = "0.EPopupNotificationOn"; },
       
   605         LBUF { txt = "1.EPopupNotificationOff"; }        
       
   606         };
       
   607     }
       
   608 
       
   609 //Popup Notification Type
   539 //Popup Notification Type
   610 RESOURCE AVKON_SETTING_PAGE r_PopupType_editor_settings_page
       
   611     {
       
   612     number = 1;
       
   613     type = EAknCtPopupSettingList;
       
   614     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   615     }
       
   616 
       
   617 RESOURCE AVKON_POPUP_SETTING_TEXTS r_PopupType_editor_settings_page_texts
   540 RESOURCE AVKON_POPUP_SETTING_TEXTS r_PopupType_editor_settings_page_texts
   618     {
   541     {
   619     setting_texts_resource = r_PopupType_editor_settings_page_texts_array;
   542     setting_texts_resource = r_PopupType_editor_settings_page_texts_array;
   620     popped_up_texts_resource = r_PopupType_editor_settings_page_popedup;
       
   621     }
   543     }
   622 
   544 
   623 RESOURCE ARRAY r_PopupType_editor_settings_page_texts_array
   545 RESOURCE ARRAY r_PopupType_editor_settings_page_texts_array
   624     {
   546     {
   625         items =
   547     items =
   626         {
   548         {
       
   549         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   627         AVKON_ENUMERATED_TEXT { value=0; text = "0.ENotificationTypeQueryUser"; },
   550         AVKON_ENUMERATED_TEXT { value=0; text = "0.ENotificationTypeQueryUser"; },
   628         AVKON_ENUMERATED_TEXT { value=1; text = "1.ENotificationTypePopup"; }        
   551         AVKON_ENUMERATED_TEXT { value=1; text = "1.ENotificationTypePopup"; }        
   629         };
   552         };
   630     }
   553     }
   631 
   554 
   632 RESOURCE ARRAY r_PopupType_editor_settings_page_popedup
       
   633     {
       
   634         items =
       
   635         {
       
   636         LBUF { txt = "0.ENotificationTypeQueryUser"; },
       
   637         LBUF { txt = "1.ENotificationTypePopup"; }        
       
   638         };
       
   639     }
       
   640 
       
   641 
       
   642 //EDGE/DTM
   555 //EDGE/DTM
   643 RESOURCE AVKON_SETTING_PAGE r_edgedtm_editor_settings_page
       
   644     {
       
   645     number = 1;
       
   646     type = EAknCtPopupSettingList;
       
   647     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   648     }
       
   649 
       
   650 RESOURCE AVKON_POPUP_SETTING_TEXTS r_edgedtm_editor_settings_page_texts
   556 RESOURCE AVKON_POPUP_SETTING_TEXTS r_edgedtm_editor_settings_page_texts
   651     {
   557     {
   652     setting_texts_resource = r_edgedtm_editor_settings_page_texts_array;
   558     setting_texts_resource = r_edgedtm_editor_settings_page_texts_array;
   653     popped_up_texts_resource = r_edgedtm_editor_settings_page_popedup;
       
   654     }
   559     }
   655 
   560 
   656 RESOURCE ARRAY r_edgedtm_editor_settings_page_texts_array
   561 RESOURCE ARRAY r_edgedtm_editor_settings_page_texts_array
   657     {
   562     {
   658         items =
   563     items =
   659         {
   564         {
       
   565         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   660         AVKON_ENUMERATED_TEXT { value=0; text = "0.EDtmModeAllowed"; },
   566         AVKON_ENUMERATED_TEXT { value=0; text = "0.EDtmModeAllowed"; },
   661         AVKON_ENUMERATED_TEXT { value=1; text = "1.EDtmModeNotAllowed"; }        
   567         AVKON_ENUMERATED_TEXT { value=1; text = "1.EDtmModeNotAllowed"; }        
   662         };
   568         };
   663     }
   569     }
   664 
   570 
   665 RESOURCE ARRAY r_edgedtm_editor_settings_page_popedup
       
   666     {
       
   667         items =
       
   668         {
       
   669         LBUF { txt = "0.EDtmModeAllowed"; },
       
   670         LBUF { txt = "1.EDtmModeNotAllowed"; }        
       
   671         };
       
   672     }
       
   673 
       
   674 //Internet Signalling
   571 //Internet Signalling
   675 RESOURCE AVKON_SETTING_PAGE r_signal_editor_settings_page
       
   676     {
       
   677     number = 1;
       
   678     type = EAknCtPopupSettingList;
       
   679     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   680     }
       
   681 
       
   682 RESOURCE AVKON_POPUP_SETTING_TEXTS r_signal_editor_settings_page_texts
   572 RESOURCE AVKON_POPUP_SETTING_TEXTS r_signal_editor_settings_page_texts
   683     {
   573     {
   684     setting_texts_resource = r_signal_editor_settings_page_texts_array;
   574     setting_texts_resource = r_signal_editor_settings_page_texts_array;
   685     popped_up_texts_resource = r_signal_editor_settings_page_popedup;
       
   686     }
   575     }
   687 
   576 
   688 RESOURCE ARRAY r_signal_editor_settings_page_texts_array
   577 RESOURCE ARRAY r_signal_editor_settings_page_texts_array
   689     {
   578     {
   690         items =
   579     items =
   691         {
   580         {
       
   581         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   692         AVKON_ENUMERATED_TEXT { value=0; text = "0.EForceInternetSignaling"; },
   582         AVKON_ENUMERATED_TEXT { value=0; text = "0.EForceInternetSignaling"; },
   693         AVKON_ENUMERATED_TEXT { value=1; text = "1.EFollowProfileConfiguration"; }        
   583         AVKON_ENUMERATED_TEXT { value=1; text = "1.EFollowProfileConfiguration"; }        
   694         };
   584         };
   695     }
   585     }
   696 
   586 
   697 RESOURCE ARRAY r_signal_editor_settings_page_popedup
       
   698     {
       
   699         items =
       
   700         {
       
   701         LBUF { txt = "0.EForceInternetSignaling"; },
       
   702         LBUF { txt = "1.EFollowProfileConfiguration"; }        
       
   703         };
       
   704     }
       
   705 
       
   706 //Video Saving 
   587 //Video Saving 
   707 RESOURCE AVKON_SETTING_PAGE r_videosaving_editor_settings_page
       
   708     {
       
   709     number = 1;
       
   710     type = EAknCtPopupSettingList;
       
   711     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   712     }
       
   713 
       
   714 RESOURCE AVKON_POPUP_SETTING_TEXTS r_videosaving_editor_settings_page_texts
   588 RESOURCE AVKON_POPUP_SETTING_TEXTS r_videosaving_editor_settings_page_texts
   715     {
   589     {
   716     setting_texts_resource = r_videosaving_editor_settings_page_texts_array;
   590     setting_texts_resource = r_videosaving_editor_settings_page_texts_array;
   717     popped_up_texts_resource = r_videosaving_editor_settings_page_popedup;
       
   718     }
   591     }
   719 
   592 
   720 RESOURCE ARRAY r_videosaving_editor_settings_page_texts_array
   593 RESOURCE ARRAY r_videosaving_editor_settings_page_texts_array
   721     {
   594     {
   722         items =
   595     items =
   723         {
   596         {
       
   597         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   724         AVKON_ENUMERATED_TEXT { value=0; text = "0.EAutoRecordOn"; },
   598         AVKON_ENUMERATED_TEXT { value=0; text = "0.EAutoRecordOn"; },
   725         AVKON_ENUMERATED_TEXT { value=1; text = "1.EAutoRecordOff"; }
   599         AVKON_ENUMERATED_TEXT { value=1; text = "1.EAutoRecordOff"; }
   726         };
   600         };
   727     }
   601     }
   728 
   602 
   729 RESOURCE ARRAY r_videosaving_editor_settings_page_popedup
       
   730     {
       
   731         items =
       
   732         {
       
   733         LBUF { txt = "0.EAutoRecordOn"; },
       
   734         LBUF { txt = "1.EAutoRecordOff"; } 
       
   735         };
       
   736     }
       
   737 
       
   738 //UI Orientation
   603 //UI Orientation
   739 RESOURCE AVKON_SETTING_PAGE r_uiorientation_editor_settings_page
       
   740     {
       
   741     number = 1;
       
   742     type = EAknCtPopupSettingList;
       
   743     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   744     }
       
   745 
       
   746 RESOURCE AVKON_POPUP_SETTING_TEXTS r_uiorientation_editor_settings_page_texts
   604 RESOURCE AVKON_POPUP_SETTING_TEXTS r_uiorientation_editor_settings_page_texts
   747     {
   605     {
   748     setting_texts_resource = r_uiorientation_editor_settings_page_texts_array;
   606     setting_texts_resource = r_uiorientation_editor_settings_page_texts_array;
   749     popped_up_texts_resource = r_uiorientation_editor_settings_page_popedup;
       
   750     }
   607     }
   751 
   608 
   752 RESOURCE ARRAY r_uiorientation_editor_settings_page_texts_array
   609 RESOURCE ARRAY r_uiorientation_editor_settings_page_texts_array
   753     {
   610     {
   754         items =
   611     items =
   755         {
   612         {
       
   613         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   756         AVKON_ENUMERATED_TEXT { value=0; text = "0.EPortrait"; },
   614         AVKON_ENUMERATED_TEXT { value=0; text = "0.EPortrait"; },
   757         AVKON_ENUMERATED_TEXT { value=1; text = "1.ELandscape"; }        
   615         AVKON_ENUMERATED_TEXT { value=1; text = "1.ELandscape"; }        
   758         };
   616         };
   759     }
   617     }
   760 
   618 
   761 RESOURCE ARRAY r_uiorientation_editor_settings_page_popedup
       
   762     {
       
   763         items =
       
   764         {
       
   765         LBUF { txt = "0.EPortrait"; },
       
   766         LBUF { txt = "1.ELandscape"; }               
       
   767         };
       
   768     }
       
   769 
   619 
   770 //Capability Query
   620 //Capability Query
   771 RESOURCE AVKON_SETTING_PAGE r_capquery_editor_settings_page
       
   772     {
       
   773     number = 1;
       
   774     type = EAknCtPopupSettingList;
       
   775     editor_resource_id = r_enumerated_text_setting_other_editor;
       
   776     }
       
   777 
       
   778 RESOURCE AVKON_POPUP_SETTING_TEXTS r_capquery_editor_settings_page_texts
   621 RESOURCE AVKON_POPUP_SETTING_TEXTS r_capquery_editor_settings_page_texts
   779     {
   622     {
   780     setting_texts_resource = r_capquery_editor_settings_page_texts_array;
   623     setting_texts_resource = r_capquery_editor_settings_page_texts_array;
   781     popped_up_texts_resource = r_capquery_editor_settings_page_popedup;
       
   782     }
   624     }
   783 
   625 
   784 RESOURCE ARRAY r_capquery_editor_settings_page_texts_array
   626 RESOURCE ARRAY r_capquery_editor_settings_page_texts_array
   785     {
   627     {
   786         items =
   628     items =
   787         {
   629         {
       
   630         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   788         AVKON_ENUMERATED_TEXT { value=0; text = "0.ESequential"; },
   631         AVKON_ENUMERATED_TEXT { value=0; text = "0.ESequential"; },
   789         AVKON_ENUMERATED_TEXT { value=1; text = "1.EParallel"; },        
   632         AVKON_ENUMERATED_TEXT { value=1; text = "1.EParallel"; },        
   790         AVKON_ENUMERATED_TEXT { value=2; text = "2.ENoOptions"; }   
   633         AVKON_ENUMERATED_TEXT { value=2; text = "2.ENoOptions"; }   
   791         };
   634         };
   792     }
   635     }
   793 
   636 
   794 RESOURCE ARRAY r_capquery_editor_settings_page_popedup
   637 
   795     {
   638 //Allow multimedia sharing only with active CS call 
   796         items =
   639 RESOURCE AVKON_POPUP_SETTING_TEXTS r_activecscall_editor_settings_page_texts
   797         {
   640     {
   798         LBUF { txt = "0.ESequential"; },
   641     setting_texts_resource = r_activecscall_editor_settings_page_texts_array;
   799         LBUF { txt = "1.EParallel"; },               
   642     }
   800         LBUF { txt = "2.ENoOptions"; }               
   643 
   801         };
   644 RESOURCE ARRAY r_activecscall_editor_settings_page_texts_array
   802     }
   645     {
   803 
   646     items =
   804 //Privacy
   647         {
   805 RESOURCE AVKON_SETTING_PAGE r_privacy_settings_page
   648         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   806     {
   649         AVKON_ENUMERATED_TEXT { value=0; text = "0.EAllowedAllCalls"; },
   807     number = 1;
   650         AVKON_ENUMERATED_TEXT { value=1; text = "1.EAllowedCSOnly"; }
   808     type = EAknCtPopupSettingList;
   651         };
   809     editor_resource_id = r_enumerated_text_setting_other_editor;
   652     }
   810     }
   653 
   811 
   654 
   812 RESOURCE AVKON_POPUP_SETTING_TEXTS r_privacy_editor_settings_page_texts
   655 //Allow multimedia sharing only in 3G network 
   813     {
   656 RESOURCE AVKON_POPUP_SETTING_TEXTS r_3gnetwork_editor_settings_page_texts
   814     setting_texts_resource = r_privacy_editor_settings_page_texts_array;
   657     {
   815     popped_up_texts_resource = r_privacy_editor_settings_page_popedup;
   658     setting_texts_resource = r_3gnetwork_editor_settings_page_texts_array;
   816     }
   659     }
   817 
   660 
   818 RESOURCE ARRAY r_privacy_editor_settings_page_texts_array
   661 RESOURCE ARRAY r_3gnetwork_editor_settings_page_texts_array
   819     {
   662     {
   820         items =
   663     items =
   821         {
   664         {
   822         AVKON_ENUMERATED_TEXT { value=1; text = "0.EPrivacyOn"; },
   665         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
   823         AVKON_ENUMERATED_TEXT { value=2; text = "1.ErivacyOff"; }        
   666         AVKON_ENUMERATED_TEXT { value=0; text = "0.EAllowedAllBearers"; },
   824         };
   667         AVKON_ENUMERATED_TEXT { value=1; text = "1.EAllowed3GOnly"; }
   825     }
   668         };
   826 RESOURCE ARRAY r_privacy_editor_settings_page_popedup
   669     }
   827     {
   670 
   828         items =
   671 
   829         {        
   672 //Camera Usage 
   830         LBUF { txt = "0.EPrivacyOn"; },
   673 RESOURCE AVKON_POPUP_SETTING_TEXTS r_camera_usage_settings_page_texts
   831         LBUF { txt = "1.ErivacyOfff"; }        
   674     {
   832         };
   675     setting_texts_resource = r_camera_usage_settings_page_texts_array;
   833     }
   676     }
   834     
   677 
       
   678 RESOURCE ARRAY r_camera_usage_settings_page_texts_array
       
   679     {
       
   680     items =
       
   681         {
       
   682         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
       
   683         AVKON_ENUMERATED_TEXT { value=0; text = "0.EUseOnlyMainCamera"; },
       
   684         AVKON_ENUMERATED_TEXT { value=1; text = "1.EUseOnlySecondaryCamera"; },
       
   685         AVKON_ENUMERATED_TEXT { value=2; text = "2.EUseCameraSwapping"; }
       
   686         };
       
   687     }
       
   688 
       
   689 
       
   690 //Video direction 
       
   691 RESOURCE AVKON_POPUP_SETTING_TEXTS r_video_direction_settings_page_texts
       
   692     {
       
   693     setting_texts_resource = r_video_direction_settings_page_texts_array;
       
   694     }
       
   695 
       
   696 RESOURCE ARRAY r_video_direction_settings_page_texts_array
       
   697     {
       
   698     items =
       
   699         {
       
   700         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
       
   701         AVKON_ENUMERATED_TEXT { value=0; text = "0.EOneWayVideo"; },
       
   702         AVKON_ENUMERATED_TEXT { value=1; text = "1.ETwoWayVideo"; }
       
   703         };
       
   704     }
       
   705 
       
   706 
       
   707 //Fast startup mode
       
   708 RESOURCE AVKON_POPUP_SETTING_TEXTS r_fast_mode_settings_page_texts
       
   709     {
       
   710     setting_texts_resource = r_fast_mode_settings_page_texts_array;
       
   711     }
       
   712 
       
   713 RESOURCE ARRAY r_fast_mode_settings_page_texts_array
       
   714     {
       
   715     items =
       
   716         {
       
   717         AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
       
   718         AVKON_ENUMERATED_TEXT { value=0; text = "0.EFastModeOn"; },
       
   719         AVKON_ENUMERATED_TEXT { value=1; text = "1.EFastModeOff"; }
       
   720         };
       
   721     }
       
   722 
       
   723 
   835 // add setting page and editor resources for "details" field here
   724 // add setting page and editor resources for "details" field here
   836 RESOURCE AVKON_SETTING_PAGE r_editor_settings_page
   725 RESOURCE AVKON_SETTING_PAGE r_editor_settings_page
   837     {
   726     {
   838     number = 1;
   727     number = 1;
   839     label = "Value";
   728     label = "Value";
   840     type = EAknCtIntegerEdwin;
   729     type = EAknCtIntegerEdwin;
   841     editor_resource_id = r_integer_edwin;
   730     editor_resource_id = r_integer_edwin;
       
   731     }
       
   732 
       
   733 RESOURCE AVKON_SETTING_PAGE r_popup_settings_page
       
   734     {
       
   735     number = 1;
       
   736     type = EAknCtPopupSettingList;
       
   737     editor_resource_id = r_enumerated_text_setting_other_editor;
   842     }
   738     }
   843 
   739 
   844 RESOURCE AVKON_SETTING_PAGE r_encoder_info_settings_page
   740 RESOURCE AVKON_SETTING_PAGE r_encoder_info_settings_page
   845     {
   741     {
   846     number = 14;
   742     number = 14;
   871     menubar = r_cenrepeditor_menubar;  
   767     menubar = r_cenrepeditor_menubar;  
   872     cba     = r_cenrepeditor_softkeys_start_exit;    
   768     cba     = r_cenrepeditor_softkeys_start_exit;    
   873     }
   769     }
   874 
   770 
   875 RESOURCE CBA r_cenrepeditor_softkeys_start_exit
   771 RESOURCE CBA r_cenrepeditor_softkeys_start_exit
   876 	{
   772     {
   877 		buttons =
   773     buttons =
   878 			{
   774         {
   879 			CBA_BUTTON
   775         CBA_BUTTON
   880 				{
   776             {
   881 				id = EAknSoftKeyStart;
   777             id = EAknSoftKeyStart;
   882 				txt = qtn_cenrepeditor_cba_text_start;
   778             txt = qtn_cenrepeditor_cba_text_start;
   883 				},
   779             },
   884 		CBA_BUTTON
   780         CBA_BUTTON
   885 				{
   781             {
   886 				id = EAknSoftKeyExit;
   782             id = EAknSoftKeyExit;
   887 				txt = qtn_cenrepeditor_cba_text_Exit;
   783             txt = qtn_cenrepeditor_cba_text_Exit;
   888 				}
   784             }
   889 			};
   785         };
   890 	}
   786     }
   891 	    
   787 	    
   892 RESOURCE CBA r_cenrepeditor_softkeys_stop_exit
   788 RESOURCE CBA r_cenrepeditor_softkeys_stop_exit
   893 	{
   789     {
   894 		buttons =
   790     buttons =
   895 			{
   791         {
   896 			CBA_BUTTON
   792         CBA_BUTTON
   897 				{
   793             {
   898 				id = EAknSoftKeyStop;
   794             id = EAknSoftKeyStop;
   899 				txt = qtn_cenrepeditor_cba_text_stop;
   795             txt = qtn_cenrepeditor_cba_text_stop;
   900 				},
   796             },
   901 		CBA_BUTTON
   797         CBA_BUTTON
   902 				{
   798             {
   903 				id = EAknSoftKeyExit;
   799             id = EAknSoftKeyExit;
   904 				txt = qtn_cenrepeditor_cba_text_Exit;
   800             txt = qtn_cenrepeditor_cba_text_Exit;
   905 				}
   801             }
   906 			};
   802         };
   907 	}
   803     }
   908 	
   804 	
   909 RESOURCE AVKON_SETTING_ITEM_LIST r_cenrepeditor_start_stop_settings_list
   805 RESOURCE AVKON_SETTING_ITEM_LIST r_cenrepeditor_start_stop_settings_list
   910 	{
   806 	{
   911 	flags = EAknSettingItemNumberedStyle;
   807     flags = EAknSettingItemNumberedStyle;
   912 	items =     
   808     items =     
   913 		{
   809         {
   914 		AVKON_SETTING_ITEM
   810         AVKON_SETTING_ITEM
   915 			{
   811             {
   916 			name = "Usecase";
   812             name = "Usecase";
   917 			identifier = EApplicationStartStop;
   813             identifier = EApplicationStartStop;
   918 			setting_page_resource = r_cenrepeditor_start_stop_settings_list_page;
   814             setting_page_resource = r_cenrepeditor_start_stop_settings_list_page;
   919 			associated_resource = r_cenrepeditor_start_stop_associated_settings_list_page;
   815             associated_resource = r_cenrepeditor_start_stop_associated_settings_list_page;          
   920 			
   816             }
   921 			}
   817         };
   922 		};
       
   923 	}
   818 	}
       
   819 
   924 RESOURCE AVKON_SETTING_PAGE r_cenrepeditor_start_stop_settings_list_page
   820 RESOURCE AVKON_SETTING_PAGE r_cenrepeditor_start_stop_settings_list_page
   925     {    
   821     {    
   926     number = -16380;    
   822     number = -16380;    
   927     label = qtn_cenrepeditor_application_usecase;    
   823     label = qtn_cenrepeditor_application_usecase;    
   928     type = EAknCtPopupSettingList;
   824     type = EAknCtPopupSettingList;
   934     }
   830     }
   935 
   831 
   936 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cenrepeditor_start_stop_associated_settings_list_page
   832 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cenrepeditor_start_stop_associated_settings_list_page
   937     {    
   833     {    
   938     setting_texts_resource = r_usecase_array;
   834     setting_texts_resource = r_usecase_array;
   939     popped_up_texts_resource = r_usecase_array_texts;
   835     }
   940     }
   836 
   941 RESOURCE ARRAY r_usecase_array
   837 RESOURCE ARRAY r_usecase_array
   942     {
   838     {
   943     items = 
   839     items = 
   944         {
   840         {
   945 				AVKON_ENUMERATED_TEXT 
   841         AVKON_ENUMERATED_TEXT 
   946 					{
   842             {
   947 					text = "Live";
   843             text = "Live";
   948                     value = 0; 
   844             value = 0; 
   949 					},
   845             },
   950 				AVKON_ENUMERATED_TEXT 
   846         AVKON_ENUMERATED_TEXT 
   951 					{
   847             {
   952 					text = "Clip";
   848             text = "Clip";
   953 					value = 1; 
   849             value = 1; 
   954 					},
   850             },
   955 				AVKON_ENUMERATED_TEXT 
   851         AVKON_ENUMERATED_TEXT 
   956 					{
   852             {
   957 					text = "StillImage";
   853             text = "StillImage";
   958 					value = 2; 
   854             value = 2; 
   959 					},
   855             },
   960 				AVKON_ENUMERATED_TEXT 
   856         AVKON_ENUMERATED_TEXT 
   961 					{
   857             {
   962 					text = "Receive";
   858             text = "Receive";
   963 					value = 3; 
   859             value = 3; 
   964 					},
   860             },
   965 				AVKON_ENUMERATED_TEXT 
   861         AVKON_ENUMERATED_TEXT 
   966 					{
   862             {
   967 					text = "Continue";
   863             text = "Continue";
   968 					value = 4; 
   864             value = 4; 
   969 					}
   865             }
   970         };
   866         };
   971     }
   867     }
   972 
       
   973 RESOURCE ARRAY r_usecase_array_texts
       
   974     {
       
   975     items = { 
       
   976     				LBUF 
       
   977     					{ 
       
   978     					txt = "Live"; 
       
   979     					},
       
   980     				LBUF 
       
   981     					{
       
   982     					txt = "Clip"; 
       
   983     					},
       
   984     				LBUF 
       
   985     					{ 
       
   986     					txt = "StillImage"; 
       
   987     					},
       
   988     				LBUF 
       
   989     					{ 
       
   990     					txt = "Receive"; 
       
   991     					},
       
   992     				LBUF 
       
   993     					{ 
       
   994     					txt = "Continue"; 
       
   995     					}
       
   996         };
       
   997     }    
       
   998 
   868 
   999 // -----------------------------------------------------------------------------
   869 // -----------------------------------------------------------------------------
  1000 //
   870 //
  1001 // -----------------------------------------------------------------------------
   871 // -----------------------------------------------------------------------------
  1002 //
   872 //