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