tsrc/CenrepEditor/data/cenrepeditor.rss
changeset 22 496ad160a278
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tsrc/CenrepEditor/data/cenrepeditor.rss	Fri Jun 11 13:36:18 2010 +0300
@@ -0,0 +1,896 @@
+/*
+* Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  This file contains all the resources for the AiwTestApp.
+*                Initial content was generated by Series 60 AppWizard.
+*
+*/
+
+// RESOURCE IDENTIFIER
+NAME    CENR // 4 letter ID
+
+// INCLUDES
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.loc>
+#include <appinfo.rh>
+#include <data_caging_paths_strings.hrh>
+
+#include "cenrepeditor.hrh"
+#include "cenrepeditor.loc"
+
+
+// RESOURCE DEFINITIONS 
+RESOURCE RSS_SIGNATURE { }
+RESOURCE TBUF { buf = "CenrepEditor"; }
+
+//----------------------------------------------------
+//   
+//    eik_app_info
+//
+//----------------------------------------------------
+//
+RESOURCE EIK_APP_INFO
+    {
+    hotkeys = r_cenrepeditor_hotkeys;
+    menubar = r_cenrepeditor_menubar;
+    cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; 
+    status_pane = r_avkonviewexample_status_pane;    
+    }
+
+//----------------------------------------------------
+//   
+//    r_aiwtest_hotkeys
+//
+//----------------------------------------------------
+//
+RESOURCE HOTKEYS r_cenrepeditor_hotkeys
+    {
+    control =
+        {
+        HOTKEY { command = EAknCmdExit; key='e'; }
+        };
+    }
+
+//----------------------------------------------------
+//   
+//    r_aiwtest_menubar
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_BAR r_cenrepeditor_menubar
+    {
+    titles =
+        {
+        MENU_TITLE { menu_pane = r_cenrepeditor_menu; txt = "File"; }        
+        };
+    }
+
+//----------------------------------------------------
+//   
+//    r_aiwtest_menu
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_PANE r_cenrepeditor_menu
+    {
+    items =
+        {
+        //MENU_ITEM { command = 1000; txt = "Change"; },        
+        //MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//   
+// r_aiwtest_localisable_app_info
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE LOCALISABLE_APP_INFO r_cenrepeditor_localisable_app_info
+    {
+    short_caption = "CenrepEditor";
+    caption_and_icon = 
+    CAPTION_AND_ICON_INFO
+        {
+        caption = "CenrepEditor";
+#ifdef __SCALABLE_ICONS
+        number_of_icons = 1;
+#else
+        number_of_icons = 2;
+#endif
+        };
+    }
+    
+RESOURCE STATUS_PANE_APP_MODEL r_avkonviewexample_status_pane
+    {
+	panes =
+		{
+		SPANE_PANE
+			{
+			id = EEikStatusPaneUidNavi;
+			type = EAknCtNaviPane;
+			resource = r_avkonviewexample_navi_decorator;
+			}
+		};
+    }
+
+//----------------------------------------------------
+//   
+//    r_avkonviewexample_navi_decorator
+//
+//----------------------------------------------------
+//
+RESOURCE NAVI_DECORATOR r_avkonviewexample_navi_decorator
+    {
+    type = ENaviDecoratorControlTabGroup;
+    control = TAB_GROUP
+        {
+        tab_width = EAknTabWidthWithThreeTabs;  // three tabs
+        active = 0;
+        tabs = 
+            {
+            TAB
+                {
+                id = EAvkonViewExampleView1Tab; // from application hrh
+                txt = qtn_view1_tab;
+                },
+            TAB
+                {
+                id = EAvkonViewExampleView2Tab;
+                txt = qtn_view2_tab;
+                },
+            TAB
+                {
+                id = EAvkonViewExampleView3Tab;
+                txt = qtn_view3_tab;
+                }
+            };
+        };
+	}
+
+
+//----------------------------------------------------
+//   
+//    r_avkonviewexample_view1
+//
+//----------------------------------------------------
+//
+RESOURCE AVKON_VIEW r_cenrepeditor_view1
+    {
+    hotkeys = r_cenrepeditor_hotkeys;
+    menubar = r_cenrepeditor_menubar;  
+    cba     = r_cenrepeditor_softkeys_save_exit;    
+    }
+    
+RESOURCE CBA r_cenrepeditor_softkeys_save_exit
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftKeySave;
+            txt = qtn_cenrepeditor_cba_text_save;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftKeyExit;
+            txt = qtn_cenrepeditor_cba_text_Exit;
+            }
+        };
+    }
+
+RESOURCE AVKON_SETTING_ITEM_LIST r_phone_resource_details_settings_list
+	{
+    flags= EAknSettingItemNumberedStyle;    
+	title = qtn_phoneresource_details;
+	initial_number = 1;
+	items =     
+		{
+        AVKON_SETTING_ITEM
+            {
+            identifier = EPhoneResouceCamera;
+            setting_page_resource = r_popup_settings_page;
+            name = "CameraAvailability";
+            associated_resource = r_availability_settings_page_texts;
+            },	
+        AVKON_SETTING_ITEM
+            {
+            identifier = EPhoneResouceKeypad;
+            setting_page_resource = r_popup_settings_page;
+            name = "KeypadAvailability";
+            associated_resource = r_availability_settings_page_texts;
+            },				
+        AVKON_SETTING_ITEM
+            {
+            identifier = EPhoneResouceVideoPlayer;
+            setting_page_resource = r_popup_settings_page;
+            name = "VideoPlayerAvailability";
+            associated_resource = r_availability_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EPhoneResouceCameraInformation;
+            setting_page_resource = r_popup_settings_page;
+            name = "CameraInformation";
+            associated_resource = r_CameraInformation_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EKodiakPhoneCall;
+            setting_page_resource = r_popup_settings_page;
+            name = "KodiakPTT";
+            associated_resource = r_kodiak_call_settings_page_texts;
+            }
+		};
+	}
+
+
+
+//camera	
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_availability_settings_page_texts
+    {
+    setting_texts_resource = r_availability_page_texts_array;
+    }
+
+RESOURCE ARRAY r_availability_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EAvailable"; },        
+        AVKON_ENUMERATED_TEXT { value=2; text = "2.ENotAvailable"; }
+        };
+    }
+
+
+//camera information
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_CameraInformation_settings_page_texts
+    {
+    setting_texts_resource = r_CameraInformation_settings_page_texts_array;
+    popped_up_texts_resource = r_CameraInformation_settings_page_popedup;
+    }
+
+RESOURCE ARRAY r_CameraInformation_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EUsePrimaryCamera"; },
+        AVKON_ENUMERATED_TEXT { value=2; text = "2.EUseSecondaryCamera"; }        
+        };
+    }
+
+RESOURCE ARRAY r_CameraInformation_settings_page_popedup
+    {
+    items =
+        {
+        LBUF { txt = "1.EUsePrimaryCamera"; },
+        LBUF { txt = "2.EUseSecondaryCamera"; }        
+        };
+    }
+
+//kodiak PTT
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_kodiak_call_settings_page_texts
+    {
+    setting_texts_resource = r_kodiak_call_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_kodiak_call_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EPSCTsyKodiakPttNotActive"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EPSCTsyKodiakPttActive"; }        
+        };
+    }
+
+RESOURCE POPUP_SETTING_LIST r_enumerated_text_setting_other_editor
+    {    
+   // other="-1.Undefined";
+    }
+
+RESOURCE AVKON_INTEGER_EDWIN r_integer_edwin
+    {
+    min = 0;
+    max = 9999;
+    }
+
+RESOURCE EDWIN r_encoder_info_editor
+    {
+    maxlength = 2048; //KMaxBinaryLength, centralrepository.h
+    lines = 6;
+    }
+    
+RESOURCE EDWIN r_encoding_device_editor
+    {
+    maxlength = 8; //KMaxUidStringLength, cenrepeditormodel.h
+    default_case = EAknEditorLowerCase;
+    //allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode
+    }
+
+
+RESOURCE AVKON_SETTING_ITEM_LIST r_other_resource_details_settings_list
+    {
+    flags= EAknSettingItemNumberedStyle; 
+    title = qtn_otherresource_details;
+    initial_number = 1;
+    items =     
+        {
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceActivation;
+            setting_page_resource = r_popup_settings_page;
+            name = "Activation";
+            associated_resource = r_activation_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceOperatorVariant;
+            setting_page_resource = r_popup_settings_page;
+            name = "OperatorVariant";
+            associated_resource = r_operator_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceAuditoryNotification;
+            setting_page_resource = r_popup_settings_page;
+            name = "AuditoryNotification";
+            associated_resource = r_Auditory_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourcePopupNotification;
+            setting_page_resource = r_popup_settings_page;
+            name = "PopupNotification";
+            associated_resource = r_Popup_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourcePopupNotificationType;
+            setting_page_resource = r_popup_settings_page;
+            name = "PopupNotificationType";
+            associated_resource = r_PopupType_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceEdgeDtmSupport;
+            setting_page_resource = r_popup_settings_page;
+            name = "EdgeDtmSupport";
+            associated_resource = r_edgedtm_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceSessionSetupMethod;
+            setting_page_resource = r_popup_settings_page;
+            name = "ForceInternetSignaling";
+            associated_resource = r_signal_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceAutoRecord;
+            setting_page_resource = r_popup_settings_page;
+            name = "AutoRecord";
+            associated_resource = r_videosaving_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceVideoLocation;
+            setting_page_resource = r_editor_settings_page;
+            name = "VideoLocation";            
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceSipProfileId;
+            setting_page_resource = r_editor_settings_page;
+            name = "SipProfileId";            
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceUiOrientation;
+            setting_page_resource = r_popup_settings_page;
+            name = "UiOrientation";
+            associated_resource = r_uiorientation_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceCapabilityQuery;
+            setting_page_resource = r_popup_settings_page;
+            name = "CapabilityQuery";
+            associated_resource = r_capquery_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceProductModeVariationKey;
+            setting_page_resource = r_editor_settings_page;
+            name = "ProductModeVariation";            
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceEncoderConfigurationInfo;
+            setting_page_resource = r_encoder_info_settings_page;
+            name = "EncoderConfigurationInfo";            
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceEncodingDevice;
+            setting_page_resource = r_encoding_device_settings_page;
+            name = "EncodingDevice";            
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceAllowOnlyWithActiveCSCall;
+            setting_page_resource = r_popup_settings_page;
+            name = "AllowWithCSCallOnly";
+            associated_resource = r_activecscall_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceAllowOnlyIn3GNetwork;
+            setting_page_resource = r_popup_settings_page;
+            name = "AllowIn3GNetworkOnly";
+            associated_resource = r_3gnetwork_editor_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceCameraUsage;
+            setting_page_resource = r_popup_settings_page;
+            name = "CameraUsage";
+            associated_resource = r_camera_usage_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceVideoDirection;
+            setting_page_resource = r_popup_settings_page;
+            name = "VideoDirection";
+            associated_resource = r_video_direction_settings_page_texts;
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceVideoBandwidth;
+            setting_page_resource = r_editor_settings_page;
+            name = "VideoBandwidth,KBits";
+            },
+        AVKON_SETTING_ITEM
+            {
+            identifier = EOtherResourceFastMode;
+            setting_page_resource = r_popup_settings_page;
+            name = "FastStartupMode";
+            associated_resource = r_fast_mode_settings_page_texts;
+            }
+        };
+    }
+	
+//activation
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_activation_editor_settings_page_texts
+    {
+    setting_texts_resource = r_activation_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_activation_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EAlwaysActive"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EActiveInHomeNetworks"; },        
+        AVKON_ENUMERATED_TEXT { value=2; text = "2.ENever"; }        
+        };
+    }
+
+//operator variant
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_operator_editor_settings_page_texts
+    {
+    setting_texts_resource = r_operator_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_operator_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EStandard"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EOperatorSpecific"; }        
+        };
+    }
+
+//Auditory Notification
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_Auditory_editor_settings_page_texts
+    {
+    setting_texts_resource = r_Auditory_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_Auditory_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EAuditoryNotificationOn"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EAuditoryNotificationOff"; }        
+        };
+    }
+
+//Popup Notification
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_Popup_editor_settings_page_texts
+    {
+    setting_texts_resource = r_Popup_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_Popup_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EPopupNotificationOn"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EPopupNotificationOff"; }        
+        };
+    }
+
+//Popup Notification Type
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_PopupType_editor_settings_page_texts
+    {
+    setting_texts_resource = r_PopupType_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_PopupType_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.ENotificationTypeQueryUser"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.ENotificationTypePopup"; }        
+        };
+    }
+
+//EDGE/DTM
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_edgedtm_editor_settings_page_texts
+    {
+    setting_texts_resource = r_edgedtm_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_edgedtm_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EDtmModeAllowed"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EDtmModeNotAllowed"; }        
+        };
+    }
+
+//Internet Signalling
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_signal_editor_settings_page_texts
+    {
+    setting_texts_resource = r_signal_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_signal_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EForceInternetSignaling"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EFollowProfileConfiguration"; }        
+        };
+    }
+
+//Video Saving 
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_videosaving_editor_settings_page_texts
+    {
+    setting_texts_resource = r_videosaving_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_videosaving_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EAutoRecordOn"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EAutoRecordOff"; }
+        };
+    }
+
+//UI Orientation
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_uiorientation_editor_settings_page_texts
+    {
+    setting_texts_resource = r_uiorientation_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_uiorientation_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EPortrait"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.ELandscape"; }        
+        };
+    }
+
+
+//Capability Query
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_capquery_editor_settings_page_texts
+    {
+    setting_texts_resource = r_capquery_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_capquery_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.ESequential"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EParallel"; },        
+        AVKON_ENUMERATED_TEXT { value=2; text = "2.ENoOptions"; }   
+        };
+    }
+
+
+//Allow multimedia sharing only with active CS call 
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_activecscall_editor_settings_page_texts
+    {
+    setting_texts_resource = r_activecscall_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_activecscall_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EAllowedAllCalls"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EAllowedCSOnly"; }
+        };
+    }
+
+
+//Allow multimedia sharing only in 3G network 
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_3gnetwork_editor_settings_page_texts
+    {
+    setting_texts_resource = r_3gnetwork_editor_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_3gnetwork_editor_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EAllowedAllBearers"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EAllowed3GOnly"; }
+        };
+    }
+
+
+//Camera Usage 
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_camera_usage_settings_page_texts
+    {
+    setting_texts_resource = r_camera_usage_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_camera_usage_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EUseOnlyMainCamera"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EUseOnlySecondaryCamera"; },
+        AVKON_ENUMERATED_TEXT { value=2; text = "2.EUseCameraSwapping"; }
+        };
+    }
+
+
+//Video direction 
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_video_direction_settings_page_texts
+    {
+    setting_texts_resource = r_video_direction_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_video_direction_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EOneWayVideo"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.ETwoWayVideo"; }
+        };
+    }
+
+
+//Fast startup mode
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_fast_mode_settings_page_texts
+    {
+    setting_texts_resource = r_fast_mode_settings_page_texts_array;
+    }
+
+RESOURCE ARRAY r_fast_mode_settings_page_texts_array
+    {
+    items =
+        {
+        AVKON_ENUMERATED_TEXT { value=-1; text = "Not defined"; },
+        AVKON_ENUMERATED_TEXT { value=0; text = "0.EFastModeOn"; },
+        AVKON_ENUMERATED_TEXT { value=1; text = "1.EFastModeOff"; }
+        };
+    }
+
+
+// add setting page and editor resources for "details" field here
+RESOURCE AVKON_SETTING_PAGE r_editor_settings_page
+    {
+    number = 1;
+    label = "Value";
+    type = EAknCtIntegerEdwin;
+    editor_resource_id = r_integer_edwin;
+    }
+
+RESOURCE AVKON_SETTING_PAGE r_popup_settings_page
+    {
+    number = 1;
+    type = EAknCtPopupSettingList;
+    editor_resource_id = r_enumerated_text_setting_other_editor;
+    }
+
+RESOURCE AVKON_SETTING_PAGE r_encoder_info_settings_page
+    {
+    number = 14;
+    label="Configuration info";
+    type = EEikCtEdwin;
+    editor_resource_id = r_encoder_info_editor;
+    hint_text="hint text";
+    }
+
+RESOURCE AVKON_SETTING_PAGE r_encoding_device_settings_page
+    {
+    number = 15;
+    label = "Encoder UID (hex)";
+    type = EEikCtEdwin;
+    editor_resource_id = r_encoding_device_editor;
+    }
+
+
+//----------------------------------------------------
+//   
+//    r_avkonviewexample_view3
+//
+//----------------------------------------------------
+//
+RESOURCE AVKON_VIEW r_cenrepeditor_view3
+    {
+    hotkeys = r_cenrepeditor_hotkeys;
+    menubar = r_cenrepeditor_menubar;  
+    cba     = r_cenrepeditor_softkeys_start_exit;    
+    }
+
+RESOURCE CBA r_cenrepeditor_softkeys_start_exit
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftKeyStart;
+            txt = qtn_cenrepeditor_cba_text_start;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftKeyExit;
+            txt = qtn_cenrepeditor_cba_text_Exit;
+            }
+        };
+    }
+	    
+RESOURCE CBA r_cenrepeditor_softkeys_stop_exit
+    {
+    buttons =
+        {
+        CBA_BUTTON
+            {
+            id = EAknSoftKeyStop;
+            txt = qtn_cenrepeditor_cba_text_stop;
+            },
+        CBA_BUTTON
+            {
+            id = EAknSoftKeyExit;
+            txt = qtn_cenrepeditor_cba_text_Exit;
+            }
+        };
+    }
+	
+RESOURCE AVKON_SETTING_ITEM_LIST r_cenrepeditor_start_stop_settings_list
+	{
+    flags = EAknSettingItemNumberedStyle;
+    items =     
+        {
+        AVKON_SETTING_ITEM
+            {
+            name = "Usecase";
+            identifier = EApplicationStartStop;
+            setting_page_resource = r_cenrepeditor_start_stop_settings_list_page;
+            associated_resource = r_cenrepeditor_start_stop_associated_settings_list_page;          
+            }
+        };
+	}
+
+RESOURCE AVKON_SETTING_PAGE r_cenrepeditor_start_stop_settings_list_page
+    {    
+    number = -16380;    
+    label = qtn_cenrepeditor_application_usecase;    
+    type = EAknCtPopupSettingList;
+    editor_resource_id = r_cenrepeditor_empty_setting_list;
+    }
+    
+RESOURCE POPUP_SETTING_LIST r_cenrepeditor_empty_setting_list
+    {
+    }
+
+RESOURCE AVKON_POPUP_SETTING_TEXTS r_cenrepeditor_start_stop_associated_settings_list_page
+    {    
+    setting_texts_resource = r_usecase_array;
+    }
+
+RESOURCE ARRAY r_usecase_array
+    {
+    items = 
+        {
+        AVKON_ENUMERATED_TEXT 
+            {
+            text = "Live";
+            value = 0; 
+            },
+        AVKON_ENUMERATED_TEXT 
+            {
+            text = "Clip";
+            value = 1; 
+            },
+        AVKON_ENUMERATED_TEXT 
+            {
+            text = "StillImage";
+            value = 2; 
+            },
+        AVKON_ENUMERATED_TEXT 
+            {
+            text = "Receive";
+            value = 3; 
+            },
+        AVKON_ENUMERATED_TEXT 
+            {
+            text = "Continue";
+            value = 4; 
+            }
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_cenrepeditor_text_query_dialog
+    {
+    flags = EAknGeneralQueryFlags;
+    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
+    items = 
+        { 
+        DLG_LINE 
+            {
+            type = EAknCtQuery;
+            id = EGeneralQuery;
+            control = AVKON_DATA_QUERY 
+                {
+                layout = EDataLayout;
+                control = EDWIN
+                    {
+					};
+				};
+			}
+		};
+	}
+   
+
+
+//End of File