camerauis/cameraapp/generic/common/data/CamSettingsV2.ra
changeset 19 d9aefe59d544
parent 3 8b2d6d0384b0
child 21 fa6d9f75d6a6
child 28 3075d9b614e6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource definitions for the Camera Application*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "CamSettings.hrh"
       
    22 #include "CamProductSpecificSettings.hrh"
       
    23 #include <CommonDialogs.hrh> // CommonDialogs Enumerations
       
    24 #include <CommonDialogs.rh>  // CommonDialogs Resource structures
       
    25 #include <bldvariant.hrh>
       
    26 #include <avkon.loc>         // text_softkey_back
       
    27 
       
    28 
       
    29 #define KSettingQualitySliderOffsety        20
       
    30 #define KSettingQualitySliderRectTLx        68
       
    31 #define KSettingQualitySliderRectTLy        25
       
    32 #define KSettingQualitySliderRectWidth      244
       
    33 #define KSettingQualitySliderRectHeight     150
       
    34 
       
    35 #define KSettingQualitySliderInsideFontOffsetx     8
       
    36 #define KSettingQualitySliderInsideRectBorderWidth     4
       
    37 #define KSettingQualitySliderInsideFontRightLimit     (KScreenWidthCC - (KSettingQualitySliderRectTLx + KSettingQualitySliderRectWidth - KSettingQualitySliderInsideFontOffsetx))
       
    38 #define KSettingQualitySliderInsideTopRectHeight     95
       
    39 
       
    40 #define KCamLocationAdjustBoxSizes   35//20+15
       
    41 
       
    42 #define KCamLocationSummaryRectLeftX   (178 - KCamLocationAdjustBoxSizes)
       
    43 #define KCamLocationSummaryRectTop   (36 - 30)
       
    44 #define KCamLocationSummaryRectWidth   (141 - 5 + KCamLocationAdjustBoxSizes)
       
    45 #define KCamLocationSummaryRectHeight   187-10
       
    46 
       
    47 #define KCamLocationSummaryInnerRectLeftX   (181 - KCamLocationAdjustBoxSizes)
       
    48 #define KCamLocationSummaryInnerRectTop   (38 - 30)
       
    49 #define KCamLocationSummaryInnerRectWidth   (137 - 5 + KCamLocationAdjustBoxSizes)
       
    50 #define KCamLocationSummaryInnerRectHeight   183-10
       
    51 
       
    52 #define KCamLocationSummaryIconLeftX   (190 - KCamLocationAdjustBoxSizes)
       
    53 #define KCamLocationSummaryIconTop   (47 - 30)
       
    54 #define KCamLocationSummaryIconWidth   0
       
    55 #define KCamLocationSummaryIconHeight   30
       
    56 
       
    57 #define KCamLocationSummaryDescrFontColor   215//213
       
    58 #define KCamLocationSummaryDescrLeftX   (192 - KCamLocationAdjustBoxSizes)//=172-15
       
    59 #define KCamLocationSummaryDescrRightX   12//27//8
       
    60 #define KCamLocationSummaryDescrWidth   (116 + KCamLocationAdjustBoxSizes)//=151//(125 + KCamLocationAdjustBoxSizes)//121
       
    61 
       
    62 #define KCamLocationSummaryTitleBaseline1   34//74-20-20//(94 - 45)=49=74-20
       
    63 #define KCamLocationSummaryTitleBaseline2   48//88-20-20//(109 - 45)=64=88-24
       
    64 #define KCamLocationSummaryTitleBaseline3   62//102-20-20//(124 - 45)=79=102-23
       
    65 #define KCamLocationSummaryTitleBaseline4   76//116-20-20//(139 - 45)=94=116-22
       
    66 #define KCamLocationSummaryTitleBaseline5   90//130-20-20//(154 - 45)
       
    67 #define KCamLocationSummaryTitleBaseline6   104//144-20-20//(169 - 45)
       
    68 #define KCamLocationSummaryTitleBaseline7   118//158-20-20//(184 - 45)
       
    69 #define KCamLocationSummaryTitleBaseline8   132//172-20-20//(199 - 45)
       
    70 #define KCamLocationSummaryTitleBaseline9   146//186-20-20//(214 - 45)
       
    71 #define KCamLocationSummaryTitleBaseline10   160//200-20-20//(229 - 45)
       
    72 
       
    73 #define KCamLocationListboxLeftX   10
       
    74 #define KCamLocationListboxTop   8
       
    75 #define KCamLocationListboxWidth   (166 - KCamLocationAdjustBoxSizes)
       
    76 #define KCamLocationListboxHeight   182
       
    77 
       
    78 
       
    79 
       
    80 //----------------------------------------------------
       
    81 //
       
    82 //    R_CAM_SOFTKEYS_OPTIONS_BACK__CHANGE
       
    83 //    Text association with MSK ( CHANGE )
       
    84 //
       
    85 //----------------------------------------------------
       
    86 //
       
    87 RESOURCE CBA R_CAM_SOFTKEYS_OPTIONS_BACK__CHANGE
       
    88     {
       
    89     buttons =
       
    90         {
       
    91         CBA_BUTTON
       
    92             {
       
    93             id=EAknSoftkeyOptions;
       
    94             txt = text_softkey_option;
       
    95             },
       
    96         CBA_BUTTON
       
    97             {
       
    98             id=EAknSoftkeyBack;
       
    99             txt = text_softkey_back;
       
   100             },
       
   101         CBA_BUTTON
       
   102             {
       
   103             id = ECamMSKCmdAppChange;
       
   104             txt = qtn_msk_change;
       
   105             }
       
   106         };
       
   107     }
       
   108 
       
   109 //----------------------------------------------------
       
   110 //
       
   111 //    R_CAM_SOFTKEYS_OPTIONS_BACK__SELECT
       
   112 //    Text association with MSK ( CHANGE )
       
   113 //
       
   114 //----------------------------------------------------
       
   115 //
       
   116 RESOURCE CBA R_CAM_SOFTKEYS_OPTIONS_BACK__SELECT
       
   117     {
       
   118     buttons =
       
   119         {
       
   120         CBA_BUTTON
       
   121             {
       
   122             id=EAknSoftkeyOptions;
       
   123             txt = text_softkey_option;
       
   124             },
       
   125         CBA_BUTTON
       
   126             {
       
   127             id=EAknSoftkeyBack;
       
   128             txt = text_softkey_back;
       
   129             },
       
   130         CBA_BUTTON
       
   131             {
       
   132             id = EAknSoftkeySelect;
       
   133             txt = text_softkey_select;
       
   134             }
       
   135         };
       
   136     }
       
   137 
       
   138 RESOURCE CBA R_CAM_SOFTKEYS_SETTINGS_SELECT_BACK__CHANGE
       
   139     {
       
   140     buttons =
       
   141         {
       
   142         CBA_BUTTON
       
   143             {
       
   144             id=EAknSoftkeySelect;
       
   145             txt = text_softkey_ok;
       
   146             },
       
   147         CBA_BUTTON
       
   148             {
       
   149             id=EAknSoftkeyCancel;
       
   150             txt = text_softkey_cancel;
       
   151             },
       
   152         CBA_BUTTON
       
   153             {
       
   154             id = ECamMSKCmdAppChange;
       
   155             txt = qtn_msk_change;
       
   156             }
       
   157         };
       
   158     }
       
   159 
       
   160 //----------------------------------------------------
       
   161 //
       
   162 //    R_CAM_SOFTKEYS_OPTIONS_BACK__CAPTURE
       
   163 //    Text association with MSK ( Capture )
       
   164 //    Only used for still embedded views
       
   165 //----------------------------------------------------
       
   166 //
       
   167 RESOURCE CBA R_CAM_SOFTKEYS_OPTIONS_BACK__CAPTURE
       
   168     {
       
   169     flags = EEikButtonGroupAddToStack | EEikCbaFlagTransparent;
       
   170     buttons =
       
   171         {
       
   172         CBA_BUTTON
       
   173             {
       
   174             id=EAknSoftkeyOptions;
       
   175             txt = text_softkey_option;
       
   176             },
       
   177         CBA_BUTTON
       
   178             {
       
   179             id=EAknSoftkeyBack;
       
   180             txt = text_softkey_back;
       
   181             },
       
   182         CBA_BUTTON
       
   183             {
       
   184             id = ECamMSKCmdAppCapture;
       
   185             txt = qtn_lcam_msk_capture;
       
   186             }
       
   187         };
       
   188     }
       
   189 
       
   190 //----------------------------------------------------
       
   191 //
       
   192 //    R_CAM_SOFTKEYS_OPTIONS_BACK__CAPTURE_SECONDARY
       
   193 //    Text association with MSK ( Capture )
       
   194 //    Only used for still embedded views
       
   195 //----------------------------------------------------
       
   196 //
       
   197 RESOURCE CBA R_CAM_SOFTKEYS_OPTIONS_BACK__CAPTURE_SECONDARY
       
   198     {
       
   199     buttons =
       
   200         {
       
   201         CBA_BUTTON
       
   202             {
       
   203             id=EAknSoftkeyOptions;
       
   204             txt = text_softkey_option;
       
   205             },
       
   206         CBA_BUTTON
       
   207             {
       
   208             id=EAknSoftkeyBack;
       
   209             txt = text_softkey_back;
       
   210             },
       
   211         CBA_BUTTON
       
   212             {
       
   213             id = ECamMSKCmdAppCapture;
       
   214             txt = qtn_lcam_msk_capture;
       
   215             }
       
   216         };
       
   217     }
       
   218 
       
   219 //----------------------------------------------------
       
   220 //
       
   221 //    R_CAM_SOFTKEYS_OPTIONS_BACK__RECORD
       
   222 //    Text association with MSK ( Record )
       
   223 //    Only used for video embedded views
       
   224 //----------------------------------------------------
       
   225 //
       
   226 RESOURCE CBA R_CAM_SOFTKEYS_OPTIONS_BACK__RECORD
       
   227     {
       
   228     flags = EEikButtonGroupAddToStack | EEikCbaFlagTransparent;
       
   229     buttons =
       
   230         {
       
   231         CBA_BUTTON
       
   232             {
       
   233             id=EAknSoftkeyOptions;
       
   234             txt = text_softkey_option;
       
   235             },
       
   236         CBA_BUTTON
       
   237             {
       
   238             id=EAknSoftkeyBack;
       
   239             txt = text_softkey_back;
       
   240             },
       
   241         CBA_BUTTON
       
   242             {
       
   243             id = ECamMSKCmdAppRecord;
       
   244             txt = qtn_lcam_msk_record;
       
   245             }
       
   246         };
       
   247     }
       
   248 
       
   249 //----------------------------------------------------
       
   250 //
       
   251 //    R_CAM_SOFTKEYS_OPTIONS_BACK__RECORD_SECONDARY
       
   252 //    Text association with MSK ( Record )
       
   253 //    Only used for video embedded views
       
   254 //----------------------------------------------------
       
   255 //
       
   256 RESOURCE CBA R_CAM_SOFTKEYS_OPTIONS_BACK__RECORD_SECONDARY
       
   257     {
       
   258     buttons =
       
   259         {
       
   260         CBA_BUTTON
       
   261             {
       
   262             id=EAknSoftkeyOptions;
       
   263             txt = text_softkey_option;
       
   264             },
       
   265         CBA_BUTTON
       
   266             {
       
   267             id=EAknSoftkeyBack;
       
   268             txt = text_softkey_back;
       
   269             },
       
   270         CBA_BUTTON
       
   271             {
       
   272             id = ECamMSKCmdAppRecord;
       
   273             txt = qtn_lcam_msk_record;
       
   274             }
       
   275         };
       
   276     }
       
   277 //----------------------------------------------------
       
   278 //
       
   279 //    r_cam_softkeys_options_back_toggletoolbar
       
   280 //    Text association with MSK ( Toggle Active Toolbar )
       
   281 //
       
   282 //----------------------------------------------------
       
   283 //
       
   284 RESOURCE CBA r_cam_softkeys_options_back_toggletoolbar
       
   285     {
       
   286     flags = EEikButtonGroupAddToStack | EEikCbaFlagTransparent;
       
   287     buttons =
       
   288         {
       
   289         CBA_BUTTON
       
   290             {
       
   291             id=EAknSoftkeyOptions;
       
   292             txt = text_softkey_option;
       
   293             },
       
   294         CBA_BUTTON
       
   295             {
       
   296             id=EAknSoftkeyBack;
       
   297             txt = text_softkey_back;
       
   298             },
       
   299         CBA_BUTTON
       
   300             {
       
   301             id = ECamCmdToggleActiveToolbar;
       
   302             txt = "";
       
   303             }
       
   304         };
       
   305     }
       
   306 
       
   307 //----------------------------------------------------
       
   308 //
       
   309 //    r_cam_softkeys_options_back_toggletoolbar_portrait
       
   310 //    Text association with MSK ( Toggle Active Toolbar )
       
   311 //    in portrait mode
       
   312 //
       
   313 //----------------------------------------------------
       
   314 //
       
   315 RESOURCE CBA r_cam_softkeys_options_back_toggletoolbar_portrait
       
   316     {
       
   317     flags = EEikButtonGroupAddToStack;
       
   318     buttons =
       
   319         {
       
   320         CBA_BUTTON
       
   321             {
       
   322             id=EAknSoftkeyOptions;
       
   323             txt = text_softkey_option;
       
   324             },
       
   325         CBA_BUTTON
       
   326             {
       
   327             id=EAknSoftkeyBack;
       
   328             txt = text_softkey_back;
       
   329             },
       
   330         CBA_BUTTON
       
   331             {
       
   332             id = ECamCmdToggleActiveToolbar;
       
   333             txt = "";
       
   334             }
       
   335         };
       
   336     }
       
   337 
       
   338 //----------------------------------------------------
       
   339 //
       
   340 //    r_cam_softkeys_options_back_toggletoolbar_burst
       
   341 //    Text association with MSK ( Toggle Active Toolbar )
       
   342 //    in burst post mode
       
   343 //
       
   344 //----------------------------------------------------
       
   345 //
       
   346 RESOURCE CBA r_cam_softkeys_options_back_toggletoolbar_burst
       
   347     {
       
   348     flags = EEikButtonGroupAddToStack;
       
   349     buttons =
       
   350         {
       
   351         CBA_BUTTON
       
   352             {
       
   353             id=EAknSoftkeyOptions;
       
   354             txt = text_softkey_option;
       
   355             },
       
   356         CBA_BUTTON
       
   357             {
       
   358             id=EAknSoftkeyBack;
       
   359             txt = text_softkey_back;
       
   360             },
       
   361         CBA_BUTTON
       
   362             {
       
   363             id = ECamCmdToggleActiveToolbar;
       
   364             txt = "";
       
   365             }
       
   366         };
       
   367     }
       
   368 
       
   369 //----------------------------------------------------
       
   370 //
       
   371 //    r_cam_album_list_title
       
   372 //    Title used in album list popup
       
   373 //
       
   374 //----------------------------------------------------
       
   375 //
       
   376 RESOURCE TBUF r_cam_album_list_title
       
   377      {
       
   378      buf = qtn_lcam_select_album;
       
   379      }
       
   380 
       
   381 //----------------------------------------------------
       
   382 //
       
   383 //    r_cam_add_to_album_land_title
       
   384 //    Title used in Landscape mode
       
   385 //
       
   386 //----------------------------------------------------
       
   387 //
       
   388 RESOURCE TBUF r_cam_add_to_album_land_title
       
   389      {
       
   390      buf = qtn_lcam_set_land_img_add_toalbum_no;
       
   391      }
       
   392 
       
   393 
       
   394 //----------------------------------------------------
       
   395 //
       
   396 //    r_cam_add_to_album_port_title
       
   397 //    Title used in Landscape mode
       
   398 //
       
   399 //----------------------------------------------------
       
   400 //
       
   401 RESOURCE TBUF r_cam_add_to_album_port_title
       
   402      {
       
   403      buf = qtn_lcam_set_port_img_add_toalbum_no;
       
   404      }
       
   405 
       
   406 //----------------------------------------------------
       
   407 //
       
   408 //    r_cam_album_note_noalbums
       
   409 //    Prompt used in album list popup when no albums
       
   410 //
       
   411 //----------------------------------------------------
       
   412 //
       
   413 RESOURCE TBUF r_cam_album_note_noalbums
       
   414      {
       
   415      buf = qtn_lcam_note_noalbums;
       
   416      }
       
   417 
       
   418 //----------------------------------------------------
       
   419 //
       
   420 //    r_cam_engine_updateafterprepare
       
   421 //    Specifies whether device needs to have all settings updated for the engine
       
   422 //    after each prepare engine call.
       
   423 //
       
   424 //----------------------------------------------------
       
   425 //
       
   426 RESOURCE CAM_ENGINE_UPDATE r_cam_engine_update
       
   427     {
       
   428     update = 1;
       
   429     }
       
   430 
       
   431 //----------------------------------------------------
       
   432 //
       
   433 //    r_cam_photo_dynamic_settings_data
       
   434 //    Default values for the photo dynamic setting items
       
   435 //
       
   436 //----------------------------------------------------
       
   437 //
       
   438 RESOURCE CAM_SETTING_ITEMS_DATA r_cam_photo_dynamic_settings_data
       
   439   {
       
   440   // These items must be in the same order as the resource
       
   441   // for user scene settings r_cam_user_scene_settings_data
       
   442   settings_items =
       
   443     {
       
   444     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   445       {
       
   446       id      = ECamSettingItemDynamicPhotoWhiteBalance;
       
   447       default = ECamWhiteBalanceAWB;
       
   448       },
       
   449     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   450       {
       
   451       id      = ECamSettingItemDynamicPhotoExposure;
       
   452       default = ECamExposureZero;
       
   453       },
       
   454     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   455       {
       
   456       id      = ECamSettingItemDynamicPhotoColourFilter;
       
   457       default = ECamColourFilterColour;
       
   458       },
       
   459     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   460       {
       
   461       id      = ECamSettingItemDynamicPhotoFlash;
       
   462       default = ECamFlashAuto;
       
   463       },
       
   464     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   465       {
       
   466       id      = ECamSettingItemDynamicPhotoScene;
       
   467       default = ECamSceneAuto;
       
   468       },
       
   469     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   470       {
       
   471       id      = ECamSettingItemDynamicPhotoBrightness;
       
   472       default = ECamBrightnessNorm;
       
   473       },
       
   474     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   475       {
       
   476       id      = ECamSettingItemDynamicPhotoContrast;
       
   477       default = ECamContrastNorm;
       
   478       },
       
   479     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   480       {
       
   481       id      = ECamSettingItemDynamicPhotoImageSharpness;
       
   482       default = ECamImageSharpnessNorm;
       
   483       },
       
   484     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   485       {
       
   486       id      = ECamSettingItemDynamicPhotoColourSaturation;
       
   487       default = ECamColourSaturationNorm;
       
   488       },
       
   489     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   490       {
       
   491       id      = ECamSettingItemDynamicSelfTimer;
       
   492       default = ECamSelfTimerOff;
       
   493       },
       
   494     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   495       {
       
   496       id      = ECamSettingItemDynamicPhotoLightSensitivity;
       
   497       default = ECamLightSensitivityAuto;
       
   498       },
       
   499     CAM_NON_STATIC_SETTING_ITEM_DATA
       
   500       {
       
   501       id      = ECamSettingItemViewfinderGrid;
       
   502       default = ECamViewfinderGridOff;
       
   503       }
       
   504     };
       
   505   }
       
   506 
       
   507 //----------------------------------------------------
       
   508 //
       
   509 //    r_cam_photo_resolution_array
       
   510 //    Mapping of photo resolution settings
       
   511 //    to actual numeric parameters.
       
   512 //
       
   513 //----------------------------------------------------
       
   514 //
       
   515 RESOURCE CAM_RESOLUTION_ARRAY r_cam_photo_resolution_array
       
   516     {
       
   517     resolutions =
       
   518         {
       
   519         // VGA
       
   520         CAM_RESOLUTION
       
   521             {
       
   522             width = 640;
       
   523             height = 480;
       
   524             },
       
   525         // SVGA
       
   526         CAM_RESOLUTION
       
   527             {
       
   528             width = 800;
       
   529             height = 600;
       
   530             },
       
   531         // XGA
       
   532         CAM_RESOLUTION
       
   533             {
       
   534             width = 1024;
       
   535             height = 768;
       
   536             },
       
   537         // 1M
       
   538         CAM_RESOLUTION
       
   539             {
       
   540             width = 1152;
       
   541             height = 864;
       
   542             },
       
   543         // 1.3MP
       
   544         CAM_RESOLUTION
       
   545             {
       
   546             width = 1280;
       
   547             height = 960;
       
   548             },
       
   549         // 2MP
       
   550         CAM_RESOLUTION
       
   551             {
       
   552             width = 1600;
       
   553             height = 1200;
       
   554             },
       
   555         // 3MP
       
   556         CAM_RESOLUTION
       
   557             {
       
   558             width = 2048;
       
   559             height = 1536;
       
   560             },
       
   561         // 5MP
       
   562         CAM_RESOLUTION
       
   563             {
       
   564             width = 2592;
       
   565             height = 1944;
       
   566             },
       
   567         // 8MP
       
   568         CAM_RESOLUTION
       
   569             {
       
   570             width = 3264;
       
   571             height = 2448;
       
   572             },
       
   573         // 12MP
       
   574         CAM_RESOLUTION
       
   575             {
       
   576             width = 4000;
       
   577             height = 3000;
       
   578             },
       
   579         // 6MP 16:9
       
   580         CAM_RESOLUTION
       
   581             {
       
   582             width  = 3264;
       
   583             height = 1832;
       
   584             },
       
   585         // 9MP 16:9
       
   586         CAM_RESOLUTION
       
   587             {
       
   588             width  = 4000;
       
   589             height = 2248;
       
   590             },
       
   591         // CIF
       
   592         CAM_RESOLUTION
       
   593         	{
       
   594         	width = 354;
       
   595         	height = 288;
       
   596         	},
       
   597         // QVGA
       
   598         CAM_RESOLUTION
       
   599         	{
       
   600         	width = 320;
       
   601         	height = 240;
       
   602         	}
       
   603         };
       
   604     }
       
   605 
       
   606 //----------------------------------------------------
       
   607 //
       
   608 //    r_cam_setting_photo_quality_slider
       
   609 //    Resource for the photo quality slider in quality setting page
       
   610 //
       
   611 //----------------------------------------------------
       
   612 //
       
   613 RESOURCE CAM_QUALITY_SLIDER r_cam_setting_photo_quality_slider
       
   614     {
       
   615     title_text           = qtn_lcam_sett_title_ph_resolut;
       
   616     subtitle_text_top    = qtn_lcam_quality_subtitle_maximum_v2;
       
   617     subtitle_text_bottom = qtn_lcam_quality_subtitle_minimum_v2;
       
   618     remaining_text       = qtn_lcam_image_remain_v2;
       
   619     setting_title_texts  =
       
   620         {
       
   621         LBUF { txt = qtn_lcam_sett_attr_quality_print12largem_v2; },
       
   622         LBUF { txt = qtn_lcam_sett_attr_quality_print9mlarge_v2;   },
       
   623         LBUF { txt = qtn_lcam_sett_attr_quality_print8mlarge_v2;  },
       
   624         LBUF { txt = qtn_lcam_sett_attr_quality_print6mlarge_v2;   },
       
   625         LBUF { txt = qtn_lcam_sett_attr_quality_print5mlarge_v2;  },
       
   626         LBUF { txt = qtn_lcam_sett_attr_quality_print3mlarge_v2;  },
       
   627         LBUF { txt = qtn_lcam_sett_attr_quality_print2mlarge_v2;  },
       
   628         LBUF { txt = qtn_lcam_sett_attr_quality_print3mmed_v2;    },
       
   629         LBUF { txt = qtn_lcam_sett_attr_quality_print2mmed_v2; },
       
   630         LBUF { txt = qtn_lcam_sett_attr_quality_print1med_v2; },
       
   631         LBUF { txt = qtn_lcam_sett_attr_quality_print1_3small_v2; },
       
   632         LBUF { txt = qtn_lcam_sett_attr_quality_print1_0small_v2; },
       
   633         LBUF { txt = qtn_lcam_sett_attr_quality_print0_8med_v2;   },
       
   634         LBUF { txt = qtn_lcam_sett_attr_quality_mms_v2;           }
       
   635         };
       
   636     setting_desc_texts =
       
   637         {
       
   638         LBUF { txt = qtn_lcam_descr_quality_print12m_v2;  }, // high quality
       
   639         LBUF { txt = qtn_lcam_descr_quality_print9m_v2;   },
       
   640         LBUF { txt = qtn_lcam_descr_quality_print8m_v2;   }, // high quality
       
   641         LBUF { txt = qtn_lcam_descr_quality_print6m_v2;   },
       
   642         LBUF { txt = qtn_lcam_descr_quality_print5m_v2;   }, // high quality
       
   643         LBUF { txt = qtn_lcam_descr_quality_print3m_v2;   },
       
   644         LBUF { txt = qtn_lcam_descr_quality_print2m_v2;   },
       
   645         LBUF { txt = qtn_lcam_descr_quality_print3m_v2;   },
       
   646         LBUF { txt = qtn_lcam_descr_quality_print2m_v2;   },
       
   647         LBUF { txt = qtn_lcam_descr_quality_print1m_v2; },
       
   648         LBUF { txt = qtn_lcam_descr_quality_print1_3m_v2; },
       
   649         LBUF { txt = qtn_lcam_descr_quality_print1m_v2;   },
       
   650         LBUF { txt = qtn_lcam_descr_quality_email_v2; },
       
   651         LBUF { txt = qtn_lcam_descr_quality_low_v2;       }
       
   652         };
       
   653     setting_enum =
       
   654         {
       
   655         ECamImageQualityPrint12m,
       
   656         ECamImageQualityPrintW9m,
       
   657         ECamImageQualityPrint8m,
       
   658         ECamImageQualityPrintW6m,
       
   659         ECamImageQualityPrint5m,
       
   660         ECamImageQualityPrint3m,    // 3 MegaPixel print quality
       
   661         ECamImageQualityPrint2m,    // 2 MegaPixel print quality
       
   662         ECamImageQualityPrint1_3m,  // 1.3 MegaPixel print quality
       
   663         ECamImageQualityEmail1m,
       
   664         ECamImageQualityEmail08m,
       
   665         ECamImageQualityEmail05m,
       
   666         ECamImageQualityMMS
       
   667         };
       
   668     }
       
   669 
       
   670 
       
   671 //----------------------------------------------------
       
   672 //
       
   673 //    r_cam_setting_quality_slider_layout
       
   674 //    Layout for the quality slider in quality setting page
       
   675 //
       
   676 //----------------------------------------------------
       
   677 //
       
   678 RESOURCE CAM_QUALITY_SLIDER_LAYOUT r_cam_setting_quality_slider_layout
       
   679     {
       
   680     slider_position =
       
   681         {
       
   682         POINT { x = 10; y = 4; }
       
   683         };
       
   684     subtitle_top =
       
   685         {
       
   686         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx; r=2; B=16; W=135; J=ELayoutAlignLeft; }
       
   687         };
       
   688     subtitle_bottom =
       
   689         {
       
   690         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx; r=2; B=186; W=135; J=ELayoutAlignLeft;}
       
   691         };
       
   692     setting_title =
       
   693         {
       
   694         AVKON_LAYOUT_TEXT { font = EAknLogicalFontPrimaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   695                             r=KSettingQualitySliderInsideFontRightLimit; B=47; W=KSettingQualitySliderInsideFontRightLimit; J=ELayoutAlignLeft; }
       
   696         };
       
   697     setting_descriptions =
       
   698         {
       
   699         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   700                             r=KSettingQualitySliderInsideFontRightLimit; B=68; W=120; J=ELayoutAlignLeft; },
       
   701         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   702                             r=KSettingQualitySliderInsideFontRightLimit; B=88; W=120; J=ELayoutAlignLeft; },
       
   703         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   704                             r=KSettingQualitySliderInsideFontRightLimit; B=108; W=120; J=ELayoutAlignLeft; }
       
   705         };
       
   706     remaining_title =
       
   707         {
       
   708         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   709                             r=KSettingQualitySliderInsideFontRightLimit; B=143; W=120; J=ELayoutAlignLeft; }
       
   710         };
       
   711     remaining_text =
       
   712         {
       
   713         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   714                             r=92; B=163; W=20; J=ELayoutAlignLeft; }
       
   715         };
       
   716     storage_icon =
       
   717         {
       
   718         AVKON_LAYOUT_RECT { l = KSettingQualitySliderRectTLx + 52;  t = 155;  W = 18; H = 22; }
       
   719         };
       
   720     desc_rect =
       
   721         {
       
   722         AVKON_LAYOUT_RECT { C = 215; l = KSettingQualitySliderRectTLx;  t = KSettingQualitySliderRectTLy;  W = KSettingQualitySliderRectWidth;
       
   723                             H = KSettingQualitySliderRectHeight; }
       
   724         };
       
   725     desc_inner_rect1 =
       
   726         {
       
   727         AVKON_LAYOUT_RECT { l = KSettingQualitySliderRectTLx + KSettingQualitySliderInsideRectBorderWidth;
       
   728                             t = KSettingQualitySliderRectTLy + KSettingQualitySliderInsideRectBorderWidth;
       
   729                             W = KSettingQualitySliderRectWidth - 2*KSettingQualitySliderInsideRectBorderWidth;
       
   730                             H = KSettingQualitySliderInsideTopRectHeight; }
       
   731         };
       
   732     desc_inner_rect2 =
       
   733         {
       
   734         AVKON_LAYOUT_RECT { l = KSettingQualitySliderRectTLx + KSettingQualitySliderInsideRectBorderWidth;
       
   735                             t = KSettingQualitySliderRectTLy + KSettingQualitySliderInsideTopRectHeight + KSettingQualitySliderInsideRectBorderWidth * 2;
       
   736                             W = KSettingQualitySliderRectWidth - 2*KSettingQualitySliderInsideRectBorderWidth;
       
   737                             H = KSettingQualitySliderRectHeight - KSettingQualitySliderInsideTopRectHeight - 3*KSettingQualitySliderInsideRectBorderWidth; }
       
   738         };
       
   739     }
       
   740 
       
   741 //----------------------------------------------------
       
   742 //
       
   743 //    r_cam_setting_quality_slider_layout_ah
       
   744 //    Layout for the quality slider in quality setting page
       
   745 //
       
   746 //----------------------------------------------------
       
   747 //
       
   748 RESOURCE CAM_QUALITY_SLIDER_LAYOUT r_cam_setting_quality_slider_layout_ah
       
   749     {
       
   750     slider_position =
       
   751         {
       
   752         POINT { x = 255; y = 10; }
       
   753         };
       
   754     subtitle_top =
       
   755         {
       
   756         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; r=KSettingQualitySliderRectTLx; l=2; B=16; W=135; J=ELayoutAlignRight; }
       
   757         };
       
   758     subtitle_bottom =
       
   759         {
       
   760         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; r=KSettingQualitySliderRectTLx; l=2; B=186; W=135; J=ELayoutAlignRight;}
       
   761         };
       
   762     setting_title =
       
   763         {
       
   764         AVKON_LAYOUT_TEXT { font = EAknLogicalFontPrimaryFont; C=215; r=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   765                             l=KSettingQualitySliderInsideFontRightLimit; B=47; W=KSettingQualitySliderInsideFontRightLimit; J=ELayoutAlignRight; }
       
   766         };
       
   767     setting_descriptions =
       
   768         {
       
   769         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; r=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   770                             l=KSettingQualitySliderInsideFontRightLimit; B=68; W=120; J=ELayoutAlignRight; },
       
   771         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; r=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   772                             l=KSettingQualitySliderInsideFontRightLimit; B=88; W=120; J=ELayoutAlignRight; },
       
   773         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; r=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   774                             l=KSettingQualitySliderInsideFontRightLimit; B=108; W=120; J=ELayoutAlignRight; }
       
   775         };
       
   776     remaining_title =
       
   777         {
       
   778         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; r=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   779                             l=KSettingQualitySliderInsideFontRightLimit; B=143; W=120; J=ELayoutAlignRight; }
       
   780         };
       
   781     remaining_text =
       
   782         {
       
   783         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; r=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   784                             l=92; B=163; W=20; J=ELayoutAlignRight; }
       
   785         };
       
   786     storage_icon =
       
   787         {
       
   788         AVKON_LAYOUT_RECT { r = KSettingQualitySliderRectTLx + 52;  t = 155;  W = 18; H = 22; }
       
   789         };
       
   790     desc_rect =
       
   791         {
       
   792         AVKON_LAYOUT_RECT { C = 215; r = KSettingQualitySliderRectTLx;  t = KSettingQualitySliderRectTLy;  W = KSettingQualitySliderRectWidth;
       
   793                             H = KSettingQualitySliderRectHeight; }
       
   794         };
       
   795     desc_inner_rect1 =
       
   796         {
       
   797         AVKON_LAYOUT_RECT { r = KSettingQualitySliderRectTLx + KSettingQualitySliderInsideRectBorderWidth;
       
   798                             t = KSettingQualitySliderRectTLy + KSettingQualitySliderInsideRectBorderWidth;
       
   799                             W = KSettingQualitySliderRectWidth - 2*KSettingQualitySliderInsideRectBorderWidth;
       
   800                             H = KSettingQualitySliderInsideTopRectHeight; }
       
   801         };
       
   802     desc_inner_rect2 =
       
   803         {
       
   804         AVKON_LAYOUT_RECT { r = KSettingQualitySliderRectTLx + KSettingQualitySliderInsideRectBorderWidth;
       
   805                             t = KSettingQualitySliderRectTLy + KSettingQualitySliderInsideTopRectHeight + KSettingQualitySliderInsideRectBorderWidth * 2;
       
   806                             W = KSettingQualitySliderRectWidth - 2*KSettingQualitySliderInsideRectBorderWidth;
       
   807                             H = KSettingQualitySliderRectHeight - KSettingQualitySliderInsideTopRectHeight - 3*KSettingQualitySliderInsideRectBorderWidth; }
       
   808         };
       
   809     }
       
   810 
       
   811 //----------------------------------------------------
       
   812 //
       
   813 //    r_cam_setting_quality_slider_layout_apac
       
   814 //    Layout for the quality slider in quality setting page
       
   815 //
       
   816 //----------------------------------------------------
       
   817 //
       
   818 RESOURCE CAM_QUALITY_SLIDER_LAYOUT r_cam_setting_quality_slider_layout_apac
       
   819     {
       
   820     slider_position =
       
   821         {
       
   822         POINT { x = 10; y = 4; }
       
   823         };
       
   824     subtitle_top =
       
   825         {
       
   826         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx; r=2; B=16; W=135; J=ELayoutAlignLeft; }
       
   827         };
       
   828     subtitle_bottom =
       
   829         {
       
   830         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx; r=2; B=186; W=135; J=ELayoutAlignLeft;}
       
   831         };
       
   832     setting_title =
       
   833         {
       
   834         AVKON_LAYOUT_TEXT { font = EAknLogicalFontPrimaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   835                             r=KSettingQualitySliderInsideFontRightLimit; B=47; W=KSettingQualitySliderInsideFontRightLimit; J=ELayoutAlignLeft; }
       
   836         };
       
   837     setting_descriptions =
       
   838         {
       
   839         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   840                             r=KSettingQualitySliderInsideFontRightLimit; B=68; W=120; J=ELayoutAlignLeft; },
       
   841         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   842                             r=KSettingQualitySliderInsideFontRightLimit; B=88; W=120; J=ELayoutAlignLeft; },
       
   843         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   844                             r=KSettingQualitySliderInsideFontRightLimit; B=108; W=120; J=ELayoutAlignLeft; }
       
   845         };
       
   846     remaining_title =
       
   847         {
       
   848         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   849                             r=KSettingQualitySliderInsideFontRightLimit; B=143; W=120; J=ELayoutAlignLeft; }
       
   850         };
       
   851     remaining_text =
       
   852         {
       
   853         AVKON_LAYOUT_TEXT { font = EAknLogicalFontSecondaryFont; C=215; l=KSettingQualitySliderRectTLx + KSettingQualitySliderInsideFontOffsetx;
       
   854                             r=92; B=163; W=20; J=ELayoutAlignLeft; }
       
   855         };
       
   856     storage_icon =
       
   857         {
       
   858         AVKON_LAYOUT_RECT { l = KSettingQualitySliderRectTLx + 52;  t = 155;  W = 18; H = 22; }
       
   859         };
       
   860     desc_rect =
       
   861         {
       
   862         AVKON_LAYOUT_RECT { C = 215; l = KSettingQualitySliderRectTLx;  t = KSettingQualitySliderRectTLy;  W = KSettingQualitySliderRectWidth;
       
   863                             H = KSettingQualitySliderRectHeight; }
       
   864         };
       
   865     desc_inner_rect1 =
       
   866         {
       
   867         AVKON_LAYOUT_RECT { l = KSettingQualitySliderRectTLx + KSettingQualitySliderInsideRectBorderWidth;
       
   868                             t = KSettingQualitySliderRectTLy + KSettingQualitySliderInsideRectBorderWidth;
       
   869                             W = KSettingQualitySliderRectWidth - 2*KSettingQualitySliderInsideRectBorderWidth;
       
   870                             H = KSettingQualitySliderInsideTopRectHeight; }
       
   871         };
       
   872     desc_inner_rect2 =
       
   873         {
       
   874         AVKON_LAYOUT_RECT { l = KSettingQualitySliderRectTLx + KSettingQualitySliderInsideRectBorderWidth;
       
   875                             t = KSettingQualitySliderRectTLy + KSettingQualitySliderInsideTopRectHeight + KSettingQualitySliderInsideRectBorderWidth * 2;
       
   876                             W = KSettingQualitySliderRectWidth - 2*KSettingQualitySliderInsideRectBorderWidth;
       
   877                             H = KSettingQualitySliderRectHeight - KSettingQualitySliderInsideTopRectHeight - 3*KSettingQualitySliderInsideRectBorderWidth; }
       
   878         };
       
   879     }
       
   880 
       
   881 //----------------------------------------------------
       
   882 //
       
   883 //    r_cam_setting_video_quality_slider
       
   884 //    Resource for the video quality slider in quality setting page
       
   885 //
       
   886 //----------------------------------------------------
       
   887 //
       
   888 RESOURCE CAM_QUALITY_SLIDER r_cam_setting_video_quality_slider
       
   889     {
       
   890     title_text = qtn_lcam_sett_title_vi_type;
       
   891     subtitle_text_top = qtn_lcam_quality_subtitle_vmax_v2;
       
   892     subtitle_text_bottom = qtn_lcam_quality_subtitle_vmin_v2;
       
   893     remaining_text = qtn_lcam_video_remain_v2;
       
   894     setting_title_texts =
       
   895         {
       
   896         LBUF { txt = qtn_lcam_set_type_highdefinition_v2; },
       
   897         LBUF { txt = qtn_lcam_set_type_widescreen_v2; },
       
   898         LBUF { txt = qtn_lcam_set_type_tvhigh_v2; },
       
   899         LBUF { txt = qtn_lcam_set_type_high_v2; },
       
   900         LBUF { txt = qtn_lcam_set_type_widescreen_v2; },
       
   901         LBUF { txt = qtn_lcam_set_type_widescr_normal_v2; },
       
   902         LBUF { txt = qtn_lcam_set_type_tvnorm_v2; },
       
   903         LBUF { txt = qtn_lcam_set_type_normal_v2; },
       
   904         LBUF { txt = qtn_lcam_set_type_webhigh_v2; },
       
   905         LBUF { txt = qtn_lcam_set_type_webnorm_v2; },
       
   906         LBUF { txt = qtn_lcam_set_type_mms_v2; },
       
   907         LBUF { txt = qtn_lcam_set_type_sharing_v2; }
       
   908         };
       
   909     setting_desc_texts =
       
   910         {
       
   911         LBUF { txt = qtn_lcam_descr_quality_highdefinition_v2; },
       
   912         LBUF { txt = qtn_lcam_descr_quality_widescreen_v2; },
       
   913         LBUF { txt = qtn_lcam_descr_quality_tvhigh_v2; },
       
   914         LBUF { txt = qtn_lcam_descr_quality_vhigh_v2; },
       
   915         LBUF { txt = qtn_lcam_descr_quality_widescreen_v2; },
       
   916         LBUF { txt = qtn_lcam_descr_quality_widescr_normal_v2; },
       
   917         LBUF { txt = qtn_lcam_descr_quality_tvnorm_v2; },
       
   918         LBUF { txt = qtn_lcam_descr_quality_vnorm_v2; },
       
   919         LBUF { txt = qtn_lcam_descr_quality_webhigh_v2; },
       
   920         LBUF { txt = qtn_lcam_descr_quality_webnorm_v2; },
       
   921         LBUF { txt = qtn_lcam_descr_quality_vshare_v2; },
       
   922         LBUF { txt = qtn_lcam_descr_quality_vshare_v2; }
       
   923         };
       
   924     setting_enum =
       
   925         {
       
   926         ECamVideoQualityHigh,
       
   927         ECamVideoQualityNormalHigh,
       
   928     	ECamVideoQualityNormal,
       
   929     	ECamVideoQualityNormalLow,
       
   930     	ECamVideoQualitySharing
       
   931         };
       
   932     }
       
   933 
       
   934 
       
   935 // Video and Photo options menu
       
   936 
       
   937 //----------------------------------------------------
       
   938 //
       
   939 //    r_cam_video_settings_title_name
       
   940 //    Title name used in video settings view
       
   941 //
       
   942 //----------------------------------------------------
       
   943 //
       
   944 RESOURCE TITLE_PANE r_cam_video_settings_title_name
       
   945     {
       
   946     txt = qtn_lcam_title_text_vidsetting;
       
   947     }
       
   948 
       
   949 //----------------------------------------------------
       
   950 //
       
   951 //    r_cam_photo_settings_title_name
       
   952 //    Title name used in photo settings view
       
   953 //
       
   954 //----------------------------------------------------
       
   955 //
       
   956 RESOURCE TITLE_PANE r_cam_photo_settings_title_name
       
   957     {
       
   958     txt = qtn_lcam_title_text_photsetting;
       
   959     }
       
   960 
       
   961 //----------------------------------------------------
       
   962 //
       
   963 //    r_cam_photo_location_settings_title_name
       
   964 //    Title name used in photo location settings view
       
   965 //
       
   966 //----------------------------------------------------
       
   967 //
       
   968 RESOURCE TITLE_PANE r_cam_photo_location_settings_title_name
       
   969     {
       
   970     txt = qtn_lcam_sett_attr_ph_location_setting_v2;
       
   971     }
       
   972 
       
   973 //----------------------------------------------------
       
   974 //
       
   975 //    r_cam_setting_list_view
       
   976 //    Video and Photo settings view
       
   977 //
       
   978 //----------------------------------------------------
       
   979 //
       
   980 RESOURCE AVKON_VIEW r_cam_setting_list_view
       
   981     {
       
   982     menubar = r_cam_settings_list_menubar;
       
   983     cba = R_CAM_SOFTKEYS_OPTIONS_BACK__CHANGE;
       
   984     }
       
   985 
       
   986 //----------------------------------------------------
       
   987 //
       
   988 //    r_cam_settings_list_menubar
       
   989 //    Menubar visible in Image Settings and Video Settings views
       
   990 //
       
   991 //----------------------------------------------------
       
   992 //
       
   993 RESOURCE MENU_BAR r_cam_settings_list_menubar
       
   994     {
       
   995     titles =
       
   996         {
       
   997         MENU_TITLE
       
   998             {
       
   999             menu_pane = r_cam_settings_list_menu;
       
  1000             }
       
  1001         };
       
  1002     }
       
  1003 
       
  1004 //----------------------------------------------------
       
  1005 //
       
  1006 //    r_cam_settings_list_menu
       
  1007 //    Menu visible in video and photo views
       
  1008 //
       
  1009 //----------------------------------------------------
       
  1010 //
       
  1011 RESOURCE MENU_PANE r_cam_settings_list_menu
       
  1012     {
       
  1013     items =
       
  1014         {
       
  1015         MENU_ITEM
       
  1016             {
       
  1017             command = ECamCmdEdit;
       
  1018             txt = qtn_options_change;
       
  1019             },
       
  1020         MENU_ITEM
       
  1021             {
       
  1022             command = ECamCmdEditRestore;
       
  1023             txt = qtn_lcam_set_options_restore_or;
       
  1024             },
       
  1025         MENU_ITEM
       
  1026             {
       
  1027             command = EAknCmdHelp;
       
  1028             txt = qtn_options_help;
       
  1029             },
       
  1030         MENU_ITEM
       
  1031             {
       
  1032             command = ECamCmdInternalExit;
       
  1033             txt = qtn_options_exit;
       
  1034             }
       
  1035         };
       
  1036     }
       
  1037 
       
  1038 // ---------------------------------------------------------------------------- 
       
  1039 //
       
  1040 // r_setting_page_extension
       
  1041 //
       
  1042 // ---------------------------------------------------------------------------- 
       
  1043 //
       
  1044 RESOURCE AVKON_SETTING_PAGE_EXTENSION r_setting_page_extension
       
  1045     {
       
  1046     flags = KAknSettingPageNoEmbeddedSoftKeys;
       
  1047     }
       
  1048 
       
  1049 
       
  1050 //----------------------------------------------------
       
  1051 //
       
  1052 //    r_cam_settings_quality_settings_page
       
  1053 //	  setting page resource for the quality slider
       
  1054 //
       
  1055 //----------------------------------------------------
       
  1056 //
       
  1057 RESOURCE AVKON_SETTING_PAGE r_cam_settings_quality_settings_page
       
  1058 	{
       
  1059 	// the type and editor resource are included so that the
       
  1060 	// settings page can be constructed without crashing but are not used
       
  1061 	// The custom quality control is used instead
       
  1062 	type = EAknCtPopupSettingList;
       
  1063 	editor_resource_id = r_cam_setting_listbox;
       
  1064 	softkey_resource = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
  1065 	extension = r_setting_page_extension;
       
  1066 	}
       
  1067 
       
  1068 //----------------------------------------------------
       
  1069 //
       
  1070 //    r_cam_settings_location_settings_page   
       
  1071 //   
       
  1072 //
       
  1073 //----------------------------------------------------
       
  1074 //
       
  1075 RESOURCE AVKON_SETTING_PAGE r_cam_settings_location_settings_page
       
  1076     {
       
  1077     // the type and editor resource are included so that the
       
  1078     // settings page can be constructed without crashing but are not used
       
  1079     // The custom quality control is used instead
       
  1080     type = EAknCtPopupSettingList;
       
  1081     editor_resource_id = r_cam_setting_listbox;  
       
  1082     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; 
       
  1083     extension = r_setting_page_extension;              
       
  1084     }
       
  1085 
       
  1086 // VIDEO SETTINGS RESOURCES
       
  1087 
       
  1088 //----------------------------------------------------
       
  1089 //
       
  1090 //    r_cam_video_settings_item_list_camcorder
       
  1091 //
       
  1092 //----------------------------------------------------
       
  1093 //
       
  1094 RESOURCE AVKON_SETTING_ITEM_LIST r_cam_video_settings_item_list_camcorder
       
  1095 	{
       
  1096 	items =
       
  1097 		{
       
  1098     AVKON_SETTING_ITEM
       
  1099 			{
       
  1100 			identifier = ECamSettingItemVideoQuality;
       
  1101 			setting_page_resource = r_cam_settings_quality_settings_page;
       
  1102 			associated_resource = r_cam_video_quality_texts;
       
  1103 			name = qtn_lcam_sett_attr_vi_type;
       
  1104 			},
       
  1105     AVKON_SETTING_ITEM
       
  1106 			{
       
  1107 			identifier = ECamSettingItemVideoStab;
       
  1108 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1109 			associated_resource = r_cam_on_off_texts_vid_stable;
       
  1110 			name = qtn_lcam_sett_attr_vid_stable;
       
  1111 			},
       
  1112     AVKON_SETTING_ITEM
       
  1113           {
       
  1114           identifier            = ECamSettingItemVideoAudioRec;
       
  1115           setting_page_resource = r_cam_settings_list_settings_page;
       
  1116           associated_resource   = r_cam_texts_vid_audiomute_land;
       
  1117           name                  = qtn_lcam_sett_attr_audio_rec;
       
  1118           },
       
  1119 
       
  1120     AVKON_SETTING_ITEM
       
  1121 			{
       
  1122           identifier            = ECamSettingItemContinuousAutofocus; 
       
  1123           setting_page_resource = r_cam_settings_list_settings_page;
       
  1124           associated_resource   = r_cam_texts_vid_continuous_af;
       
  1125           name                  = qtn_lcam_sett_attr_cont_af;
       
  1126           },
       
  1127     AVKON_SETTING_ITEM
       
  1128 			{
       
  1129 			identifier            = ECamSettingItemVideoShowCapturedVideo;
       
  1130 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1131 			associated_resource   = r_cam_on_off_texts_vid_showcap_land;
       
  1132 			name                  = qtn_lcam_sett_attr_post_vi;
       
  1133 			},
       
  1134 
       
  1135 		AVKON_SETTING_ITEM
       
  1136 	    {
       
  1137       identifier = ECamSettingItemVideoNameBaseType;
       
  1138       setting_page_resource = r_cam_settings_list_settings_page;
       
  1139       associated_resource = r_cam_date_or_text_texts;
       
  1140       name = qtn_lcam_sett_attr_video_name;
       
  1141       },
       
  1142 		AVKON_SETTING_ITEM
       
  1143 			{
       
  1144 			identifier = ECamSettingItemVideoMediaStorage;
       
  1145 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1146 			name = qtn_lcam_sett_attr_store;
       
  1147 			},
       
  1148 		AVKON_SETTING_ITEM
       
  1149 			{
       
  1150 			identifier = ECamSettingItemRestoreCameraSettings;
       
  1151 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1152 			name = qtn_lcam_sett_attr_reset;
       
  1153 			}
       
  1154 		};
       
  1155 
       
  1156 	}
       
  1157 
       
  1158 //----------------------------------------------------
       
  1159 //
       
  1160 //    r_cam_video_settings_with_location_item_list_camcorder
       
  1161 //
       
  1162 //----------------------------------------------------
       
  1163 //
       
  1164 RESOURCE AVKON_SETTING_ITEM_LIST r_cam_video_settings_with_location_item_list_camcorder
       
  1165     {
       
  1166     items =
       
  1167         {
       
  1168     AVKON_SETTING_ITEM
       
  1169             {
       
  1170             identifier = ECamSettingItemVideoQuality;
       
  1171             setting_page_resource = r_cam_settings_quality_settings_page;
       
  1172             associated_resource = r_cam_video_quality_texts;
       
  1173             name = qtn_lcam_sett_attr_vi_type;
       
  1174             },
       
  1175     AVKON_SETTING_ITEM
       
  1176             {
       
  1177             identifier = ECamSettingItemRecLocation;
       
  1178             // The quality page resource is used to prevent crashing in the construction phase
       
  1179             // The type and editor resource are included but are not used
       
  1180             // The custom quality control is used instead
       
  1181             setting_page_resource = r_cam_settings_quality_settings_page;
       
  1182             associated_resource = r_cam_photo_location_texts;
       
  1183             name = qtn_lcam_sett_attr_rec_location;
       
  1184             },
       
  1185     AVKON_SETTING_ITEM
       
  1186             {
       
  1187             identifier = ECamSettingItemVideoStab;
       
  1188             setting_page_resource = r_cam_settings_list_settings_page;
       
  1189             associated_resource = r_cam_on_off_texts_vid_stable;
       
  1190             name = qtn_lcam_sett_attr_vid_stable;
       
  1191             },
       
  1192     AVKON_SETTING_ITEM
       
  1193       {
       
  1194       identifier            = ECamSettingItemVideoAudioRec;
       
  1195       setting_page_resource = r_cam_settings_list_settings_page;
       
  1196       associated_resource   = r_cam_texts_vid_audiomute_land;
       
  1197       name                  = qtn_lcam_sett_attr_audio_rec;
       
  1198       },
       
  1199     AVKON_SETTING_ITEM   
       
  1200           {
       
  1201           identifier            = ECamSettingItemContinuousAutofocus;  
       
  1202           setting_page_resource = r_cam_settings_list_settings_page;
       
  1203           associated_resource   = r_cam_texts_vid_continuous_af;
       
  1204           name                  = qtn_lcam_sett_attr_cont_af;
       
  1205           },
       
  1206  
       
  1207     AVKON_SETTING_ITEM
       
  1208             {
       
  1209             identifier            = ECamSettingItemVideoShowCapturedVideo;
       
  1210             setting_page_resource = r_cam_settings_list_settings_page;
       
  1211             associated_resource   = r_cam_on_off_texts_vid_showcap_land;
       
  1212             name                  = qtn_lcam_sett_attr_post_vi;
       
  1213             },
       
  1214 
       
  1215         AVKON_SETTING_ITEM
       
  1216         {
       
  1217       identifier = ECamSettingItemVideoNameBaseType;
       
  1218       setting_page_resource = r_cam_settings_list_settings_page;
       
  1219       associated_resource = r_cam_date_or_text_texts;
       
  1220       name = qtn_lcam_sett_attr_video_name;
       
  1221       },
       
  1222         AVKON_SETTING_ITEM
       
  1223             {
       
  1224             identifier = ECamSettingItemVideoMediaStorage;
       
  1225             setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1226             name = qtn_lcam_sett_attr_store;
       
  1227             },
       
  1228         AVKON_SETTING_ITEM
       
  1229             {
       
  1230             identifier = ECamSettingItemRestoreCameraSettings;
       
  1231             setting_page_resource = r_cam_settings_list_settings_page;
       
  1232             name = qtn_lcam_sett_attr_reset;
       
  1233             }
       
  1234         };
       
  1235 
       
  1236     }
       
  1237 
       
  1238 //----------------------------------------------------
       
  1239 //
       
  1240 //    r_cam_video_settings_item_list_portrait
       
  1241 //
       
  1242 //----------------------------------------------------
       
  1243 //
       
  1244 RESOURCE AVKON_SETTING_ITEM_LIST r_cam_video_settings_item_list_portrait
       
  1245 	{
       
  1246 	items =
       
  1247 		{
       
  1248     AVKON_SETTING_ITEM
       
  1249           {
       
  1250           identifier            = ECamSettingItemVideoAudioRec;
       
  1251           setting_page_resource = r_cam_settings_list_settings_page;
       
  1252           associated_resource   = r_cam_texts_vid_audiomute_port;
       
  1253           name                  = qtn_lcam_sett_attr_audio_rec;
       
  1254           },
       
  1255 
       
  1256      AVKON_SETTING_ITEM
       
  1257 			{
       
  1258 			identifier            = ECamSettingItemVideoShowCapturedVideo;
       
  1259 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1260 			associated_resource   = r_cam_on_off_texts_vid_showcap_port;
       
  1261 			name                  = qtn_lcam_sett_attr_post_vi;
       
  1262 			},
       
  1263 
       
  1264     AVKON_SETTING_ITEM
       
  1265       {
       
  1266       identifier = ECamSettingItemVideoNameBaseType;
       
  1267       setting_page_resource = r_cam_settings_list_settings_page;
       
  1268       associated_resource = r_cam_date_or_text_texts;
       
  1269       name = qtn_lcam_sett_attr_video_name;
       
  1270       },
       
  1271 
       
  1272 		AVKON_SETTING_ITEM
       
  1273 			{
       
  1274 			identifier = ECamSettingItemVideoMediaStorage;
       
  1275 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1276 			name = qtn_lcam_sett_attr_store;
       
  1277 			}
       
  1278 		};
       
  1279 
       
  1280 	}
       
  1281 
       
  1282 //----------------------------------------------------
       
  1283 //
       
  1284 //    r_cam_embedded_video_settings_item_list_camcorder
       
  1285 //
       
  1286 //----------------------------------------------------
       
  1287 //
       
  1288 
       
  1289 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1290 r_cam_embedded_video_settings_item_list_camcorder
       
  1291 	{
       
  1292 	items =
       
  1293 		{
       
  1294         AVKON_SETTING_ITEM
       
  1295 			{
       
  1296 			identifier = ECamSettingItemVideoQuality;
       
  1297 			setting_page_resource = r_cam_settings_quality_settings_page;
       
  1298 			associated_resource = r_cam_video_quality_texts;
       
  1299 			name = qtn_lcam_sett_attr_vi_type;
       
  1300 			},
       
  1301 
       
  1302 		AVKON_SETTING_ITEM
       
  1303 			{
       
  1304 			identifier            = ECamSettingItemVideoAudioRec;
       
  1305 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1306 			associated_resource   = r_cam_texts_vid_audiomute_land;
       
  1307 			name                  = qtn_lcam_sett_attr_audio_rec;
       
  1308 			},
       
  1309     AVKON_SETTING_ITEM   
       
  1310           {
       
  1311           identifier            = ECamSettingItemContinuousAutofocus;  
       
  1312           setting_page_resource = r_cam_settings_list_settings_page;
       
  1313           associated_resource   = r_cam_texts_vid_continuous_af;
       
  1314           name                  = qtn_lcam_sett_attr_cont_af;
       
  1315           },
       
  1316  
       
  1317 		AVKON_SETTING_ITEM
       
  1318 			{
       
  1319 			identifier = ECamSettingItemVideoMediaStorage;
       
  1320 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1321 			name = qtn_lcam_sett_attr_store;
       
  1322 			},
       
  1323 		AVKON_SETTING_ITEM
       
  1324 			{
       
  1325 			identifier = ECamSettingItemRestoreCameraSettings;
       
  1326 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1327 			name = qtn_lcam_sett_attr_reset;
       
  1328 			}
       
  1329 		};
       
  1330 
       
  1331 	}
       
  1332 
       
  1333 //----------------------------------------------------
       
  1334 //
       
  1335 //    r_cam_embedded_video_settings_item_list_portrait
       
  1336 //
       
  1337 //----------------------------------------------------
       
  1338 //
       
  1339 
       
  1340 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1341 r_cam_embedded_video_settings_item_list_portrait
       
  1342 	{
       
  1343 	items =
       
  1344 		{
       
  1345 		AVKON_SETTING_ITEM
       
  1346 			{
       
  1347 			identifier            = ECamSettingItemVideoAudioRec;
       
  1348 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1349 			associated_resource   = r_cam_texts_vid_audiomute_port;
       
  1350 			name                  = qtn_lcam_sett_attr_audio_rec;
       
  1351 			},
       
  1352 
       
  1353 		AVKON_SETTING_ITEM
       
  1354 			{
       
  1355 			identifier = ECamSettingItemVideoMediaStorage;
       
  1356 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1357 			name = qtn_lcam_sett_attr_store;
       
  1358 			}
       
  1359 		};
       
  1360 
       
  1361 	}
       
  1362 
       
  1363 //----------------------------------------------------
       
  1364 //
       
  1365 //    r_cam_video_quality_texts
       
  1366 //    Defines list for setting page
       
  1367 //
       
  1368 //----------------------------------------------------
       
  1369 //
       
  1370 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_video_quality_texts
       
  1371     {
       
  1372     setting_texts_resource = r_cam_video_quality_text_array;
       
  1373     }
       
  1374 
       
  1375 //----------------------------------------------------
       
  1376 //    r_cam_video_resolution_texts
       
  1377 //    Defines list for setting page
       
  1378 //
       
  1379 //----------------------------------------------------
       
  1380 //
       
  1381 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_video_resolution_texts
       
  1382     {
       
  1383     setting_texts_resource = r_cam_video_resolution_text_array;
       
  1384     }
       
  1385 
       
  1386 // IMAGE SETTINGS RESOURCES
       
  1387 
       
  1388 
       
  1389 //----------------------------------------------------
       
  1390 //
       
  1391 //    r_cam_settings_list_settings_page
       
  1392 //
       
  1393 //----------------------------------------------------
       
  1394 //
       
  1395 
       
  1396 RESOURCE AVKON_SETTING_PAGE
       
  1397 r_cam_settings_list_settings_page
       
  1398 	{
       
  1399 	type = EAknCtPopupSettingList;
       
  1400 	editor_resource_id = r_cam_setting_listbox;
       
  1401 	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1402 	}
       
  1403 
       
  1404 
       
  1405 // ---------------------------------------------------------
       
  1406 //
       
  1407 //    r_cam_image_memory_selection_dialog
       
  1408 //    Memory selection dialog
       
  1409 //
       
  1410 // ---------------------------------------------------------
       
  1411 //
       
  1412 RESOURCE MEMORYSELECTIONDIALOG r_cam_image_memory_selection_dialog
       
  1413     {
       
  1414     title = qtn_lcam_sett_attr_store;
       
  1415     softkey_1 = text_softkey_ok;
       
  1416     softkey_2 = text_softkey_cancel;
       
  1417 
       
  1418     locations =
       
  1419         {
       
  1420         LOCATION
       
  1421             {
       
  1422             root_path = text_phone_memory_root_path;
       
  1423             default_folder = text_images_path;
       
  1424             },
       
  1425         LOCATION
       
  1426             {
       
  1427             root_path = text_memory_card_root_path;
       
  1428             }
       
  1429         };
       
  1430     }
       
  1431 
       
  1432 // ---------------------------------------------------------
       
  1433 //
       
  1434 //    r_cam_setting_listbox
       
  1435 //    Listbox of setting page
       
  1436 //
       
  1437 // ---------------------------------------------------------
       
  1438 //
       
  1439 RESOURCE POPUP_SETTING_LIST r_cam_setting_listbox
       
  1440     {
       
  1441     flags = 0;
       
  1442     }
       
  1443 
       
  1444 //----------------------------------------------------
       
  1445 //
       
  1446 //    r_cam_photo_settings_item_list_camcorder
       
  1447 //
       
  1448 //----------------------------------------------------
       
  1449 //
       
  1450 
       
  1451 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1452 r_cam_photo_settings_item_list_camcorder
       
  1453 	{
       
  1454 	items =
       
  1455 		{
       
  1456 		AVKON_SETTING_ITEM
       
  1457 			{
       
  1458 			identifier = ECamSettingItemPhotoQuality;
       
  1459 			setting_page_resource = r_cam_settings_quality_settings_page;
       
  1460 			associated_resource = r_cam_photo_quality_texts;
       
  1461 			name = qtn_lcam_sett_attr_quality;
       
  1462 			},
       
  1463 
       
  1464     AVKON_SETTING_ITEM
       
  1465 			{
       
  1466 			identifier            = ECamSettingItemShowCapturedPhoto;
       
  1467 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1468 			associated_resource   = r_cam_on_off_texts_img_showcap_land;
       
  1469 			name                  = qtn_lcam_sett_attr_post_ph;
       
  1470 			},
       
  1471 
       
  1472 		AVKON_SETTING_ITEM
       
  1473 			{
       
  1474       identifier = ECamSettingItemPhotoNameBaseType;
       
  1475       setting_page_resource = r_cam_settings_list_settings_page;
       
  1476       associated_resource = r_cam_date_or_text_texts;
       
  1477       name = qtn_lcam_sett_attr_name_base;
       
  1478       },
       
  1479 
       
  1480       // If optical zoom is supported, could use setting for digital zoom only.
       
  1481       // If optical zoom not supported, this setting is needed for extended zoom only.
       
  1482 
       
  1483 	AVKON_SETTING_ITEM
       
  1484 			{
       
  1485 			identifier            = ECamSettingItemPhotoDigitalZoom;
       
  1486 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1487 			associated_resource   = r_cam_ext_zoom_texts;
       
  1488 			name                  = qtn_lcam_sett_attr_zoom;         // "Extended digital zoom"
       
  1489 			},
       
  1490     AVKON_SETTING_ITEM
       
  1491 			{
       
  1492 			identifier = ECamSettingItemPhotoCaptureTone;
       
  1493 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1494 			associated_resource = r_cam_capture_tone_list_texts;
       
  1495 			name = qtn_lcam_sett_attr_tone;
       
  1496 			},
       
  1497 		AVKON_SETTING_ITEM
       
  1498 			{
       
  1499 			identifier            = ECamSettingItemImageRotation;
       
  1500 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1501 			associated_resource   = r_cam_on_off_texts_img_rotate;
       
  1502 			name                  = qtn_lcam_sett_attr_tsensor;
       
  1503 			},
       
  1504 		AVKON_SETTING_ITEM
       
  1505 			{
       
  1506 			identifier = ECamSettingItemPhotoMediaStorage;
       
  1507 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1508 			name = qtn_lcam_sett_attr_store;
       
  1509 			},
       
  1510 		AVKON_SETTING_ITEM
       
  1511 			{
       
  1512 			identifier = ECamSettingItemRestoreCameraSettings;
       
  1513 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1514 			name = qtn_lcam_sett_attr_reset;
       
  1515 			}
       
  1516 		};
       
  1517 	}
       
  1518 
       
  1519 
       
  1520 //----------------------------------------------------
       
  1521 //
       
  1522 //    r_cam_photo_settings_with_location_item_list_camcorder
       
  1523 //
       
  1524 //----------------------------------------------------
       
  1525 //
       
  1526 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1527 r_cam_photo_settings_with_location_item_list_camcorder
       
  1528     {
       
  1529     items =
       
  1530         {
       
  1531         AVKON_SETTING_ITEM
       
  1532             {
       
  1533             identifier = ECamSettingItemPhotoQuality;
       
  1534             setting_page_resource = r_cam_settings_quality_settings_page;
       
  1535             associated_resource = r_cam_photo_quality_texts;
       
  1536             name = qtn_lcam_sett_attr_quality;
       
  1537             },
       
  1538         AVKON_SETTING_ITEM
       
  1539             {
       
  1540             identifier = ECamSettingItemRecLocation;
       
  1541             // The quality page resource is used to prevent crashing in the construction phase
       
  1542             // The type and editor resource are included but are not used
       
  1543             // The custom quality control is used instead
       
  1544             setting_page_resource = r_cam_settings_quality_settings_page;
       
  1545             associated_resource = r_cam_photo_location_texts;
       
  1546             name = qtn_lcam_sett_attr_rec_location;
       
  1547             },
       
  1548 
       
  1549     AVKON_SETTING_ITEM
       
  1550             {
       
  1551             identifier            = ECamSettingItemShowCapturedPhoto;
       
  1552             setting_page_resource = r_cam_settings_list_settings_page;
       
  1553             associated_resource   = r_cam_on_off_texts_img_showcap_land;
       
  1554             name                  = qtn_lcam_sett_attr_post_ph;
       
  1555             },
       
  1556 
       
  1557         AVKON_SETTING_ITEM
       
  1558             {
       
  1559       identifier = ECamSettingItemPhotoNameBaseType;
       
  1560       setting_page_resource = r_cam_settings_list_settings_page;
       
  1561       associated_resource = r_cam_date_or_text_texts;
       
  1562       name = qtn_lcam_sett_attr_name_base;
       
  1563       },
       
  1564 
       
  1565       // If optical zoom is supported, could use setting for digital zoom only.
       
  1566       // If optical zoom not supported, this setting is needed for extended zoom only.
       
  1567 
       
  1568     AVKON_SETTING_ITEM
       
  1569             {
       
  1570             identifier            = ECamSettingItemPhotoDigitalZoom;
       
  1571             setting_page_resource = r_cam_settings_list_settings_page;
       
  1572             associated_resource   = r_cam_ext_zoom_texts;
       
  1573             name                  = qtn_lcam_sett_attr_zoom;         // "Extended digital zoom"
       
  1574             },
       
  1575     AVKON_SETTING_ITEM
       
  1576             {
       
  1577             identifier = ECamSettingItemPhotoCaptureTone;
       
  1578             setting_page_resource = r_cam_settings_list_settings_page;
       
  1579             associated_resource = r_cam_capture_tone_list_texts;
       
  1580             name = qtn_lcam_sett_attr_tone;
       
  1581             },
       
  1582         AVKON_SETTING_ITEM
       
  1583             {
       
  1584             identifier            = ECamSettingItemImageRotation;
       
  1585             setting_page_resource = r_cam_settings_list_settings_page;
       
  1586             associated_resource   = r_cam_on_off_texts_img_rotate;
       
  1587             name                  = qtn_lcam_sett_attr_tsensor;
       
  1588             },
       
  1589         AVKON_SETTING_ITEM
       
  1590             {
       
  1591             identifier = ECamSettingItemPhotoMediaStorage;
       
  1592             setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1593             name = qtn_lcam_sett_attr_store;
       
  1594             },
       
  1595         AVKON_SETTING_ITEM
       
  1596             {
       
  1597             identifier = ECamSettingItemRestoreCameraSettings;
       
  1598             setting_page_resource = r_cam_settings_list_settings_page;
       
  1599             name = qtn_lcam_sett_attr_reset;
       
  1600             }
       
  1601         };
       
  1602     }
       
  1603 
       
  1604 //----------------------------------------------------
       
  1605 //
       
  1606 //    r_cam_photo_settings_item_list_portrait
       
  1607 //
       
  1608 //----------------------------------------------------
       
  1609 //
       
  1610 
       
  1611 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1612 r_cam_photo_settings_item_list_portrait
       
  1613 	{
       
  1614 	items =
       
  1615 		{
       
  1616 
       
  1617     AVKON_SETTING_ITEM
       
  1618 			{
       
  1619 			identifier            = ECamSettingItemShowCapturedPhoto;
       
  1620 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1621 			associated_resource   = r_cam_on_off_texts_img_showcap_port;
       
  1622 			name                  = qtn_lcam_sett_attr_post_ph;
       
  1623 			},
       
  1624 
       
  1625 		AVKON_SETTING_ITEM
       
  1626       {
       
  1627       identifier = ECamSettingItemPhotoNameBaseType;
       
  1628       setting_page_resource = r_cam_settings_list_settings_page;
       
  1629       associated_resource = r_cam_date_or_text_texts;
       
  1630       name = qtn_lcam_sett_attr_name_base;
       
  1631       },
       
  1632 
       
  1633 		AVKON_SETTING_ITEM
       
  1634 			{
       
  1635 			identifier = ECamSettingItemPhotoMediaStorage;
       
  1636 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1637 			name = qtn_lcam_sett_attr_store;
       
  1638 			}
       
  1639 		};
       
  1640 	}
       
  1641 
       
  1642 //----------------------------------------------------
       
  1643 //
       
  1644 //    r_cam_embedded_photo_settings_item_list_camcorder
       
  1645 //
       
  1646 //----------------------------------------------------
       
  1647 //
       
  1648 
       
  1649 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1650 r_cam_embedded_photo_settings_item_list_camcorder
       
  1651 	{
       
  1652 	items =
       
  1653 		{
       
  1654 		AVKON_SETTING_ITEM
       
  1655 			{
       
  1656 			identifier = ECamSettingItemPhotoSize;
       
  1657 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1658 			associated_resource = r_cam_photo_size_texts;
       
  1659 			name = qtn_lcam_sett_attr_ph_resolut;
       
  1660 			},
       
  1661 		AVKON_SETTING_ITEM
       
  1662 			{
       
  1663 			identifier = ECamSettingItemPhotoQuality;
       
  1664 			setting_page_resource = r_cam_settings_quality_settings_page;
       
  1665 			associated_resource = r_cam_photo_quality_texts;
       
  1666 			name = qtn_lcam_sett_attr_quality;
       
  1667 			},
       
  1668 
       
  1669  		AVKON_SETTING_ITEM
       
  1670 			{
       
  1671 			identifier = ECamSettingItemPhotoMediaStorage;
       
  1672 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1673 			name = qtn_lcam_sett_attr_store;
       
  1674 			},
       
  1675 		AVKON_SETTING_ITEM
       
  1676 			{
       
  1677 			identifier = ECamSettingItemRestoreCameraSettings;
       
  1678 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1679 			name = qtn_lcam_sett_attr_reset;
       
  1680 			}
       
  1681 		};
       
  1682 
       
  1683 	}
       
  1684 
       
  1685 //----------------------------------------------------
       
  1686 //
       
  1687 //    r_cam_embedded_photo_settings_item_list_portrait
       
  1688 //
       
  1689 //----------------------------------------------------
       
  1690 //
       
  1691 
       
  1692 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1693 r_cam_embedded_photo_settings_item_list_portrait
       
  1694 	{
       
  1695 	items =
       
  1696 		{
       
  1697 
       
  1698 		AVKON_SETTING_ITEM
       
  1699 			{
       
  1700 			identifier = ECamSettingItemPhotoMediaStorage;
       
  1701 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1702 			name = qtn_lcam_sett_attr_store;
       
  1703 			}
       
  1704 		};
       
  1705 
       
  1706 	}
       
  1707 
       
  1708 //----------------------------------------------------
       
  1709 //
       
  1710 //    r_cam_photo_quality_texts
       
  1711 //    Defines list for setting page
       
  1712 //
       
  1713 //----------------------------------------------------
       
  1714 //
       
  1715 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_photo_quality_texts
       
  1716     {
       
  1717     setting_texts_resource = r_cam_photo_quality_text_array;
       
  1718     }
       
  1719 
       
  1720 //----------------------------------------------------
       
  1721 //
       
  1722 //    r_cam_photo_location_texts
       
  1723 //    Defines list for setting page
       
  1724 //
       
  1725 //----------------------------------------------------
       
  1726 //
       
  1727 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_photo_location_texts
       
  1728     {
       
  1729     setting_texts_resource = r_cam_photo_location_text_array;
       
  1730     popped_up_texts_resource = r_cam_off_on_loc_text_list;
       
  1731     }
       
  1732 
       
  1733 //----------------------------------------------------
       
  1734 //
       
  1735 //    r_cam_photo_size_texts
       
  1736 //    Defines list for setting page
       
  1737 //
       
  1738 //----------------------------------------------------
       
  1739 //
       
  1740 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_photo_size_texts
       
  1741     {
       
  1742     setting_texts_resource = r_cam_photo_size_text_array;
       
  1743     }
       
  1744 
       
  1745 
       
  1746 // ---------------------------------------------------------------------------
       
  1747 // Setting page texts for photo "Add to album" setting item, landscape
       
  1748 // ---------------------------------------------------------------------------
       
  1749 //
       
  1750 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_setting_texts_img_add_to_album_land
       
  1751   {
       
  1752   setting_texts_resource   = r_cam_text_and_value_array_img_add_to_album_land;
       
  1753   popped_up_texts_resource = r_cam_text_array_img_add_to_album_land;
       
  1754   }
       
  1755 
       
  1756 // ---------------------------------------------------------------------------
       
  1757 // Setting page texts for photo "Add to album" setting item, portrait
       
  1758 // ---------------------------------------------------------------------------
       
  1759 //
       
  1760 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_setting_texts_img_add_to_album_port
       
  1761   {
       
  1762   setting_texts_resource   = r_cam_text_and_value_array_img_add_to_album_port;
       
  1763   popped_up_texts_resource = r_cam_text_array_img_add_to_album_port;
       
  1764   }
       
  1765 
       
  1766 // ---------------------------------------------------------------------------
       
  1767 // Setting page texts for video "Add to album" setting item, landscape
       
  1768 // ---------------------------------------------------------------------------
       
  1769 //
       
  1770 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_setting_texts_vid_add_to_album_land
       
  1771   {
       
  1772   setting_texts_resource   = r_cam_text_and_value_array_vid_add_to_album_land;
       
  1773   popped_up_texts_resource = r_cam_text_array_vid_add_to_album_land;
       
  1774   }
       
  1775 
       
  1776 // ---------------------------------------------------------------------------
       
  1777 // Setting page texts for video "Add to album" setting item, portrait
       
  1778 // ---------------------------------------------------------------------------
       
  1779 //
       
  1780 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_setting_texts_vid_add_to_album_port
       
  1781   {
       
  1782   setting_texts_resource   = r_cam_text_and_value_array_vid_add_to_album_port;
       
  1783   popped_up_texts_resource = r_cam_text_array_vid_add_to_album_port;
       
  1784   }
       
  1785 
       
  1786 //----------------------------------------------------
       
  1787 //
       
  1788 //    r_cam_on_off_texts
       
  1789 //    Defines list for setting page
       
  1790 //
       
  1791 //----------------------------------------------------
       
  1792 //
       
  1793 /* Only context specific setting texts to be used.
       
  1794 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts
       
  1795   {
       
  1796   setting_texts_resource = r_cam_on_off_text_array;
       
  1797   }
       
  1798 */
       
  1799 
       
  1800 // ---------------------------------------------------------------------------
       
  1801 // Video stabilisation setting page texts
       
  1802 // ---------------------------------------------------------------------------
       
  1803 //
       
  1804 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_vid_stable
       
  1805   {
       
  1806   setting_texts_resource = r_cam_text_array_vid_stable;
       
  1807   }
       
  1808 
       
  1809 // ---------------------------------------------------------------------------
       
  1810 // Image rotation setting page texts
       
  1811 // ---------------------------------------------------------------------------
       
  1812 //
       
  1813 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_img_rotate
       
  1814   {
       
  1815   setting_texts_resource = r_cam_text_array_img_rotate;
       
  1816   }
       
  1817 
       
  1818 // ---------------------------------------------------------------------------
       
  1819 // Show video post capture on/off setting page texts, landscape
       
  1820 // ---------------------------------------------------------------------------
       
  1821 //
       
  1822 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_vid_showcap_land
       
  1823   {
       
  1824   setting_texts_resource = r_cam_text_array_vid_showcap_land;
       
  1825   }
       
  1826 
       
  1827 // ---------------------------------------------------------------------------
       
  1828 // Show video post capture on/off setting page texts, portrait
       
  1829 // ---------------------------------------------------------------------------
       
  1830 //
       
  1831 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_vid_showcap_port
       
  1832   {
       
  1833   setting_texts_resource = r_cam_text_array_vid_showcap_port;
       
  1834   }
       
  1835 
       
  1836 // ---------------------------------------------------------------------------
       
  1837 // Show photo post capture on/off setting page texts, landscape
       
  1838 // ---------------------------------------------------------------------------
       
  1839 //
       
  1840 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_img_showcap_land
       
  1841   {
       
  1842   setting_texts_resource = r_cam_text_array_img_showcap_land;
       
  1843   }
       
  1844 
       
  1845 // ---------------------------------------------------------------------------
       
  1846 // Show photo post capture on/off setting page texts, portrait
       
  1847 // ---------------------------------------------------------------------------
       
  1848 //
       
  1849 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_img_showcap_port
       
  1850   {
       
  1851   setting_texts_resource = r_cam_text_array_img_showcap_port;
       
  1852   }
       
  1853 
       
  1854 //----------------------------------------------------
       
  1855 //
       
  1856 //    r_cam_on_mute_texts
       
  1857 //    Defines list for audio enabled setting page
       
  1858 //
       
  1859 //----------------------------------------------------
       
  1860 //
       
  1861 /*
       
  1862 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_mute_texts
       
  1863   {
       
  1864   setting_texts_resource = r_cam_on_mute_text_array;
       
  1865   }
       
  1866 */
       
  1867 
       
  1868 // ---------------------------------------------------------------------------
       
  1869 // Option texts for video mute audio setting, landscape
       
  1870 // ---------------------------------------------------------------------------
       
  1871 //
       
  1872 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_texts_vid_audiomute_land
       
  1873   {
       
  1874   setting_texts_resource = r_cam_text_array_audiomute_land;
       
  1875   }
       
  1876 
       
  1877 // ---------------------------------------------------------------------------
       
  1878 // Option texts for video continuous autofocus setting   
       
  1879 // ---------------------------------------------------------------------------
       
  1880 //
       
  1881 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_texts_vid_continuous_af
       
  1882   {
       
  1883   setting_texts_resource = r_cam_text_array_continuous_af;
       
  1884   }
       
  1885 
       
  1886 // ---------------------------------------------------------------------------
       
  1887 // Option texts for video mute audio setting, portrait
       
  1888 // ---------------------------------------------------------------------------
       
  1889 //
       
  1890 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_texts_vid_audiomute_port
       
  1891   {
       
  1892   setting_texts_resource = r_cam_text_array_audiomute_port;
       
  1893   }
       
  1894 
       
  1895 
       
  1896 //----------------------------------------------------
       
  1897 //
       
  1898 //    r_cam_ext_zoom_texts
       
  1899 //    Defines list for digital/extended zoom page
       
  1900 //
       
  1901 //----------------------------------------------------
       
  1902 //
       
  1903 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_ext_zoom_texts
       
  1904     {
       
  1905     setting_texts_resource = r_cam_zoom_text_array;
       
  1906     }
       
  1907 
       
  1908 
       
  1909 //----------------------------------------------------
       
  1910 //
       
  1911 //    r_cam_capture_tone_list_texts
       
  1912 //    Defines list for setting page
       
  1913 //
       
  1914 //----------------------------------------------------
       
  1915 //
       
  1916 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_capture_tone_list_texts
       
  1917     {
       
  1918     setting_texts_resource = r_cam_capture_tone_text_and_value_array;
       
  1919     }
       
  1920 
       
  1921 
       
  1922 //----------------------------------------------------
       
  1923 //
       
  1924 //    r_cam_date_or_text_texts
       
  1925 //    Defines list for base name setting page
       
  1926 //
       
  1927 //----------------------------------------------------
       
  1928 //
       
  1929 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_date_or_text_texts
       
  1930     {
       
  1931     setting_texts_resource = r_cam_date_or_text_array;
       
  1932     }
       
  1933 
       
  1934 
       
  1935 //----------------------------------------------------
       
  1936 //
       
  1937 //    r_cam_date_or_text_array
       
  1938 //    Defines list for setting page
       
  1939 //
       
  1940 //----------------------------------------------------
       
  1941 //
       
  1942 RESOURCE ARRAY r_cam_date_or_text_array
       
  1943     {
       
  1944     items =
       
  1945         {
       
  1946         AVKON_ENUMERATED_TEXT
       
  1947             {
       
  1948             value = ECamNameBaseDate;
       
  1949             text = qtn_lcam_set_pop_date;
       
  1950             },
       
  1951         AVKON_ENUMERATED_TEXT
       
  1952             {
       
  1953             value = ECamNameBaseText;
       
  1954             text = qtn_lcam_set_pop_text;
       
  1955             }
       
  1956         };
       
  1957     }
       
  1958 
       
  1959 
       
  1960 //----------------------------------------------------
       
  1961 //
       
  1962 //    r_cam_photo_size_text_array
       
  1963 //    Defines options for settings/still/image resolution.
       
  1964 //
       
  1965 //----------------------------------------------------
       
  1966 //
       
  1967 RESOURCE ARRAY r_cam_photo_size_text_array
       
  1968     {
       
  1969     items =
       
  1970         {
       
  1971         AVKON_ENUMERATED_TEXT
       
  1972             {
       
  1973             value = ECamPhotoSize2MP;    // Refers to id in
       
  1974                                            // r_cam_image_resolution_array.
       
  1975             text = qtn_lcam_set_resolut_2m;              // Text visible in the UI
       
  1976             },
       
  1977         AVKON_ENUMERATED_TEXT
       
  1978             {
       
  1979             value = ECamPhotoSizeVGA; // Refers to id in
       
  1980                                            // r_cam_image_resolution_array.
       
  1981             text = qtn_lcam_set_resolut_vga;             // Text visible in the UI
       
  1982             }
       
  1983 
       
  1984         };
       
  1985     }
       
  1986 
       
  1987 
       
  1988 //----------------------------------------------------
       
  1989 //
       
  1990 //    r_cam_photo_quality_text_array
       
  1991 //    Defines options for settings/still/image quality.
       
  1992 //    Visible in the setting item.
       
  1993 //
       
  1994 //----------------------------------------------------
       
  1995 //
       
  1996 RESOURCE ARRAY r_cam_photo_quality_text_array
       
  1997     {
       
  1998     items =
       
  1999         {
       
  2000         AVKON_ENUMERATED_TEXT
       
  2001             {
       
  2002             value = ECamImageQualityPrint12m;    // refers to id in
       
  2003                                                 // r_cam_image_quality_array
       
  2004             text = qtn_lcam_sett_attr_quality_print12largem_v2; // Text visible in the UI
       
  2005             },
       
  2006         AVKON_ENUMERATED_TEXT
       
  2007             {
       
  2008             value = ECamImageQualityPrintW9m;    // refers to id in r_cam_image_quality_array
       
  2009             text  = qtn_lcam_sett_attr_quality_print9mlarge_v2; // Text visible in the UI
       
  2010             },
       
  2011         AVKON_ENUMERATED_TEXT
       
  2012             {
       
  2013             value = ECamImageQualityPrint8m;    // refers to id in
       
  2014                                                 // r_cam_image_quality_array
       
  2015             text = qtn_lcam_sett_attr_quality_print8mlarge_v2; // Text visible in the UI
       
  2016             },
       
  2017         AVKON_ENUMERATED_TEXT
       
  2018             {
       
  2019             value = ECamImageQualityPrintW6m;    // refers to id in r_cam_image_quality_array
       
  2020             text  = qtn_lcam_sett_attr_quality_print6mlarge_v2; // Text visible in the UI
       
  2021             },
       
  2022         AVKON_ENUMERATED_TEXT
       
  2023             {
       
  2024             value = ECamImageQualityPrint5m;    // refers to id in
       
  2025                                                 // r_cam_image_quality_array
       
  2026             text = qtn_lcam_sett_attr_quality_print5mlarge_v2; // Text visible in the UI
       
  2027             },
       
  2028         AVKON_ENUMERATED_TEXT
       
  2029             {
       
  2030             value = ECamImageQualityPrint3m;    // refers to id in
       
  2031                                                 // r_cam_image_quality_array
       
  2032             text = qtn_lcam_sett_attr_quality_print3mlarge_v2; // Text visible in the UI
       
  2033             },
       
  2034         AVKON_ENUMERATED_TEXT
       
  2035             {
       
  2036             value = ECamImageQualityPrint2m;    // refers to id in
       
  2037                                                 // r_cam_image_quality_array
       
  2038             text = qtn_lcam_sett_attr_quality_print2mlarge_v2; // Text visible in the UI
       
  2039             },
       
  2040         AVKON_ENUMERATED_TEXT
       
  2041             {
       
  2042             value = ECamImageQualityPrint3m;    // refers to id in
       
  2043                                                 // r_cam_image_quality_array
       
  2044             text = qtn_lcam_sett_attr_quality_print3mmed_v2; // Text visible in the UI
       
  2045             },
       
  2046         AVKON_ENUMERATED_TEXT
       
  2047             {
       
  2048             value = ECamImageQualityPrint2m;  // refers to id in
       
  2049                                                 // r_cam_image_quality_array
       
  2050             text = qtn_lcam_sett_attr_quality_print2mmed_v2; // Text visible in the UI
       
  2051             },
       
  2052         AVKON_ENUMERATED_TEXT
       
  2053             {
       
  2054             value = ECamImageQualityEmail1m;  // refers to id in
       
  2055                                                 // r_cam_image_quality_array
       
  2056             text = qtn_lcam_sett_attr_quality_print1med_v2; // Text visible in the UI
       
  2057             },
       
  2058         AVKON_ENUMERATED_TEXT
       
  2059             {
       
  2060             value = ECamImageQualityPrint1_3m;    // refers to id in
       
  2061                                                 // r_cam_image_quality_array
       
  2062             text = qtn_lcam_sett_attr_quality_print1_3small_v2; // Text visible in the UI
       
  2063             },
       
  2064         AVKON_ENUMERATED_TEXT
       
  2065             {
       
  2066             value = ECamImageQualityEmail1m;    // refers to id in
       
  2067                                                 // r_cam_image_quality_array
       
  2068             text = qtn_lcam_sett_attr_quality_print1_0small_v2; // Text visible in the UI
       
  2069             },
       
  2070         AVKON_ENUMERATED_TEXT
       
  2071             {
       
  2072             value = ECamImageQualityEmail08m;    // refers to id in
       
  2073                                                 // r_cam_image_quality_array
       
  2074             text = qtn_lcam_sett_attr_quality_print0_8med_v2; // Text visible in the UI
       
  2075             },
       
  2076         AVKON_ENUMERATED_TEXT
       
  2077             {
       
  2078             value = ECamImageQualityMMS;        // refers to id in
       
  2079                                                 // r_cam_image_quality_array
       
  2080             text = qtn_lcam_sett_attr_quality_mms_v2; // Text visible in the UI
       
  2081             }
       
  2082         // Add new quality setting texts here if necessary
       
  2083         };
       
  2084     }
       
  2085 
       
  2086 //----------------------------------------------------
       
  2087 //
       
  2088 //    r_cam_photo_location_text_array
       
  2089 //    Defines options for recording location.
       
  2090 //    Visible in the setting item.
       
  2091 //
       
  2092 //----------------------------------------------------
       
  2093 //
       
  2094 RESOURCE ARRAY r_cam_photo_location_text_array
       
  2095     {
       
  2096     items =
       
  2097         {
       
  2098         AVKON_ENUMERATED_TEXT
       
  2099             {
       
  2100             value = ECamLocationOff;        // refers to id in
       
  2101                                                 // r_cam_image_location_array
       
  2102             text = qtn_lcam_location_set_off_v2; // Text visible in the UI
       
  2103             },
       
  2104         AVKON_ENUMERATED_TEXT
       
  2105             {
       
  2106             value = ECamLocationOn;    // refers to id in
       
  2107                                                 // r_cam_image_location_array
       
  2108             text = qtn_lcam_location_set_on_v2; // Text visible in the UI
       
  2109             }
       
  2110         // Add new location setting texts here if necessary
       
  2111         };
       
  2112     }
       
  2113 
       
  2114 //----------------------------------------------------
       
  2115 //
       
  2116 //    r_cam_video_quality_text_array
       
  2117 //    Defines options for settings/video quality.
       
  2118 //
       
  2119 //----------------------------------------------------
       
  2120 //
       
  2121 RESOURCE ARRAY r_cam_video_quality_text_array
       
  2122     {
       
  2123     items =
       
  2124         {
       
  2125         AVKON_ENUMERATED_TEXT
       
  2126             {
       
  2127             value = ECamVideoQualityHigh;
       
  2128             text = qtn_lcam_set_type_highdefinition_v2;
       
  2129             },
       
  2130         AVKON_ENUMERATED_TEXT
       
  2131             {
       
  2132             value = ECamVideoQualityHigh;
       
  2133             text = qtn_lcam_set_type_widescreen_v2;
       
  2134             },
       
  2135         AVKON_ENUMERATED_TEXT
       
  2136             {
       
  2137             value = ECamVideoQualityHigh;
       
  2138             text = qtn_lcam_set_type_tvhigh_v2;
       
  2139             },
       
  2140         AVKON_ENUMERATED_TEXT
       
  2141             {
       
  2142             value = ECamVideoQualityHigh;
       
  2143             text = qtn_lcam_set_type_high_v2;
       
  2144             },
       
  2145         AVKON_ENUMERATED_TEXT
       
  2146             {
       
  2147             value = ECamVideoQualityNormalHigh;
       
  2148             text = qtn_lcam_set_type_widescreen_v2;
       
  2149             },
       
  2150         AVKON_ENUMERATED_TEXT
       
  2151             {
       
  2152             value = ECamVideoQualityNormalHigh;
       
  2153             text = qtn_lcam_set_type_widescr_normal_v2;
       
  2154             },
       
  2155         AVKON_ENUMERATED_TEXT
       
  2156             {
       
  2157             value = ECamVideoQualityNormalHigh;
       
  2158             text = qtn_lcam_set_type_tvnorm_v2;
       
  2159             },
       
  2160         AVKON_ENUMERATED_TEXT
       
  2161             {
       
  2162             value = ECamVideoQualityNormal;
       
  2163             text = qtn_lcam_set_type_normal_v2;
       
  2164             },
       
  2165         AVKON_ENUMERATED_TEXT
       
  2166             {
       
  2167             value = ECamVideoQualityNormal;
       
  2168             text = qtn_lcam_set_type_webhigh_v2;
       
  2169             },
       
  2170         AVKON_ENUMERATED_TEXT
       
  2171             {
       
  2172             value = ECamVideoQualityNormalLow;
       
  2173             text = qtn_lcam_set_type_webnorm_v2;
       
  2174             },
       
  2175         AVKON_ENUMERATED_TEXT
       
  2176             {
       
  2177             value = ECamVideoQualitySharing;
       
  2178             text = qtn_lcam_set_type_mms_v2;
       
  2179             },
       
  2180         AVKON_ENUMERATED_TEXT
       
  2181             {
       
  2182             value = ECamVideoQualitySharing;
       
  2183             text = qtn_lcam_set_type_sharing_v2;
       
  2184             }
       
  2185 
       
  2186         // Add new resolutions here if necessary
       
  2187         };
       
  2188     }
       
  2189 
       
  2190 //----------------------------------------------------
       
  2191 //
       
  2192 //    r_cam_video_resolution_text_array
       
  2193 //    Defines options for settings/video resolution.
       
  2194 //
       
  2195 //----------------------------------------------------
       
  2196 //
       
  2197 RESOURCE ARRAY r_cam_video_resolution_text_array
       
  2198     {
       
  2199     items =
       
  2200         {
       
  2201         AVKON_ENUMERATED_TEXT
       
  2202             {
       
  2203             value = ECamVideoResolutionQVGA;
       
  2204             text = qtn_lcam_set_resolut_med;
       
  2205             },
       
  2206         AVKON_ENUMERATED_TEXT
       
  2207             {
       
  2208             value = ECamVideoResolutionVGA;
       
  2209             text = qtn_lcam_set_resolut_lar;
       
  2210             },
       
  2211         AVKON_ENUMERATED_TEXT
       
  2212             {
       
  2213             value = ECamVideoResolutionCIF;
       
  2214             text = qtn_lcam_set_resolut_lar;
       
  2215             },
       
  2216         AVKON_ENUMERATED_TEXT
       
  2217             {
       
  2218             value = ECamVideoResolutionQCIF;
       
  2219             text = qtn_lcam_set_resolut_med;
       
  2220             },
       
  2221         AVKON_ENUMERATED_TEXT
       
  2222             {
       
  2223             value = ECamVideoResolutionSubQCIF; // Refers to id in
       
  2224                                            // r_cam_image_resolution_array.
       
  2225             text = qtn_lcam_set_resolut_sma; //"SubQCIF";             // Text visible in the UI
       
  2226             }
       
  2227 
       
  2228         // Add new resolutions here if necessary
       
  2229         };
       
  2230     }
       
  2231 
       
  2232 
       
  2233 // ---------------------------------------------------------------------------
       
  2234 // Text and value array for image add to album setting, landscape
       
  2235 // ---------------------------------------------------------------------------
       
  2236 //
       
  2237 RESOURCE ARRAY r_cam_text_and_value_array_img_add_to_album_land
       
  2238   {
       
  2239   items =
       
  2240     {
       
  2241     AVKON_ENUMERATED_TEXT { value = ECamSettNo;  text = qtn_lcam_set_land_img_add_toalbum_no;  },
       
  2242     AVKON_ENUMERATED_TEXT { value = ECamSettYes; text = qtn_lcam_set_land_img_add_toalbum_yes; }
       
  2243     };
       
  2244   }
       
  2245 
       
  2246 // ---------------------------------------------------------------------------
       
  2247 // Text and value array for image add to album setting, portrait
       
  2248 // ---------------------------------------------------------------------------
       
  2249 //
       
  2250 RESOURCE ARRAY r_cam_text_and_value_array_img_add_to_album_port
       
  2251   {
       
  2252   items =
       
  2253     {
       
  2254     AVKON_ENUMERATED_TEXT { value = ECamSettNo;  text = qtn_lcam_set_port_img_add_toalbum_no;  },
       
  2255     AVKON_ENUMERATED_TEXT { value = ECamSettYes; text = qtn_lcam_set_port_img_add_toalbum_yes; }
       
  2256     };
       
  2257   }
       
  2258 
       
  2259 // ---------------------------------------------------------------------------
       
  2260 // Text and value array for video add to album setting, landscape
       
  2261 // ---------------------------------------------------------------------------
       
  2262 //
       
  2263 RESOURCE ARRAY r_cam_text_and_value_array_vid_add_to_album_land
       
  2264   {
       
  2265   items =
       
  2266     {
       
  2267     AVKON_ENUMERATED_TEXT { value = ECamSettNo;  text = qtn_lcam_set_land_vid_add_toalbum_no;  },
       
  2268     AVKON_ENUMERATED_TEXT { value = ECamSettYes; text = qtn_lcam_set_land_vid_add_toalbum_yes; }
       
  2269     };
       
  2270   }
       
  2271 
       
  2272 // ---------------------------------------------------------------------------
       
  2273 // Text and value array for video add to album setting, portrait
       
  2274 // ---------------------------------------------------------------------------
       
  2275 //
       
  2276 RESOURCE ARRAY r_cam_text_and_value_array_vid_add_to_album_port
       
  2277   {
       
  2278   items =
       
  2279     {
       
  2280     AVKON_ENUMERATED_TEXT { value = ECamSettNo;  text = qtn_lcam_set_port_vid_add_toalbum_no;  },
       
  2281     AVKON_ENUMERATED_TEXT { value = ECamSettYes; text = qtn_lcam_set_port_vid_add_toalbum_yes; }
       
  2282     };
       
  2283   }
       
  2284 
       
  2285 
       
  2286 // ---------------------------------------------------------------------------
       
  2287 // Option texts for photo adding to album setting, landscape
       
  2288 // ---------------------------------------------------------------------------
       
  2289 //
       
  2290 RESOURCE ARRAY r_cam_text_array_img_add_to_album_land
       
  2291   {
       
  2292   items =
       
  2293     {
       
  2294     LBUF { txt = qtn_lcam_set_land_img_add_toalbum_no;  },
       
  2295     LBUF { txt = qtn_lcam_set_land_img_add_toalbum_yes; }
       
  2296     };
       
  2297   }
       
  2298 
       
  2299 // ---------------------------------------------------------------------------
       
  2300 // Option texts for photo adding to album setting, portrait
       
  2301 // ---------------------------------------------------------------------------
       
  2302 //
       
  2303 RESOURCE ARRAY r_cam_text_array_img_add_to_album_port
       
  2304   {
       
  2305   items =
       
  2306     {
       
  2307     LBUF { txt = qtn_lcam_set_port_img_add_toalbum_no;  },
       
  2308     LBUF { txt = qtn_lcam_set_port_img_add_toalbum_yes; }
       
  2309     };
       
  2310   }
       
  2311 
       
  2312 // ---------------------------------------------------------------------------
       
  2313 // Option texts for video adding to album setting, landscape
       
  2314 // ---------------------------------------------------------------------------
       
  2315 //
       
  2316 RESOURCE ARRAY r_cam_text_array_vid_add_to_album_land
       
  2317   {
       
  2318   items =
       
  2319     {
       
  2320     LBUF { txt = qtn_lcam_set_land_vid_add_toalbum_no;  },
       
  2321     LBUF { txt = qtn_lcam_set_land_vid_add_toalbum_yes; }
       
  2322     };
       
  2323   }
       
  2324 
       
  2325 // ---------------------------------------------------------------------------
       
  2326 // Option texts for video adding to album setting, portrait
       
  2327 // ---------------------------------------------------------------------------
       
  2328 //
       
  2329 RESOURCE ARRAY r_cam_text_array_vid_add_to_album_port
       
  2330   {
       
  2331   items =
       
  2332     {
       
  2333     LBUF { txt = qtn_lcam_set_port_vid_add_toalbum_no;  },
       
  2334     LBUF { txt = qtn_lcam_set_port_vid_add_toalbum_yes; }
       
  2335     };
       
  2336   }
       
  2337 
       
  2338 // ---------------------------------------------------------------------------
       
  2339 // Video stabilisation setting texts and values
       
  2340 // ---------------------------------------------------------------------------
       
  2341 //
       
  2342 RESOURCE ARRAY r_cam_text_array_vid_stable
       
  2343   {
       
  2344   items =
       
  2345     {
       
  2346     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_land_vidstab_on;  },
       
  2347     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_land_vidstab_off; }
       
  2348     };
       
  2349   }
       
  2350 
       
  2351 // ---------------------------------------------------------------------------
       
  2352 // Image rotation setting texts and values
       
  2353 // ---------------------------------------------------------------------------
       
  2354 //
       
  2355 RESOURCE ARRAY r_cam_text_array_img_rotate
       
  2356   {
       
  2357   items =
       
  2358     {
       
  2359     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_land_rotate_img_on;  },
       
  2360     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_land_rotate_img_off; }
       
  2361     };
       
  2362   }
       
  2363 
       
  2364 
       
  2365 // ---------------------------------------------------------------------------
       
  2366 // Video post capture showing setting values and texts, landscape
       
  2367 // ---------------------------------------------------------------------------
       
  2368 //
       
  2369 RESOURCE ARRAY r_cam_text_array_vid_showcap_land
       
  2370   {
       
  2371   items =
       
  2372     {
       
  2373     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_land_showcap_vid_on;  },
       
  2374     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_land_showcap_vid_off; }
       
  2375     };
       
  2376   }
       
  2377 
       
  2378 // ---------------------------------------------------------------------------
       
  2379 // Video post capture showing setting values and texts, portrait
       
  2380 // ---------------------------------------------------------------------------
       
  2381 //
       
  2382 RESOURCE ARRAY r_cam_text_array_vid_showcap_port
       
  2383   {
       
  2384   items =
       
  2385     {
       
  2386     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_port_showcap_vid_on;  },
       
  2387     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_port_showcap_vid_off; }
       
  2388     };
       
  2389   }
       
  2390 
       
  2391 // ---------------------------------------------------------------------------
       
  2392 // Photo post capture showing setting values and texts, landscape
       
  2393 // ---------------------------------------------------------------------------
       
  2394 //
       
  2395 RESOURCE ARRAY r_cam_text_array_img_showcap_land
       
  2396   {
       
  2397   items =
       
  2398     {
       
  2399     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_land_showcap_img_on;  },
       
  2400     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_land_showcap_img_off; }
       
  2401     };
       
  2402   }
       
  2403 
       
  2404 // ---------------------------------------------------------------------------
       
  2405 // Photo post capture showing setting values and texts, portrait
       
  2406 // ---------------------------------------------------------------------------
       
  2407 //
       
  2408 RESOURCE ARRAY r_cam_text_array_img_showcap_port
       
  2409   {
       
  2410   items =
       
  2411     {
       
  2412     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_port_showcap_img_on;  },
       
  2413     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_port_showcap_img_off; }
       
  2414     };
       
  2415   }
       
  2416 
       
  2417 
       
  2418 
       
  2419 //----------------------------------------------------
       
  2420 //
       
  2421 //    r_cam_on_mute_text_array
       
  2422 //    Defines text for on_mute options.
       
  2423 //
       
  2424 //----------------------------------------------------
       
  2425 //
       
  2426 /*
       
  2427 RESOURCE ARRAY r_cam_on_mute_text_array
       
  2428     {
       
  2429     items =
       
  2430         {
       
  2431         AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_on;        },
       
  2432         AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_audio_off; }
       
  2433         };
       
  2434     }
       
  2435 */
       
  2436 
       
  2437 // ---------------------------------------------------------------------------
       
  2438 // Texts array for audio mute setting on video settings, landscape
       
  2439 // ---------------------------------------------------------------------------
       
  2440 //
       
  2441 RESOURCE ARRAY r_cam_text_array_audiomute_land
       
  2442   {
       
  2443   items =
       
  2444     {
       
  2445     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_land_audio_vid_on; },
       
  2446     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_audio_off;         }
       
  2447     };
       
  2448   }
       
  2449 
       
  2450 // ---------------------------------------------------------------------------
       
  2451 // Texts array for continuous autofocus setting on video settings   
       
  2452 // ---------------------------------------------------------------------------
       
  2453 //
       
  2454 RESOURCE ARRAY r_cam_text_array_continuous_af
       
  2455   {
       
  2456   items =
       
  2457     {
       
  2458    
       
  2459     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_sett_attr_cont_af_on; },
       
  2460     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_sett_attr_cont_af_off;}        
       
  2461     };
       
  2462   } 
       
  2463 
       
  2464 // ---------------------------------------------------------------------------
       
  2465 // Texts array for audio mute setting on video settings, portrait
       
  2466 // ---------------------------------------------------------------------------
       
  2467 //
       
  2468 RESOURCE ARRAY r_cam_text_array_audiomute_port
       
  2469   {
       
  2470   items =
       
  2471     {
       
  2472     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_port_audio_vid_on; },
       
  2473     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_audio_off;         }
       
  2474     };
       
  2475   }
       
  2476 
       
  2477 
       
  2478 //----------------------------------------------------
       
  2479 //
       
  2480 //    r_cam_zoom_text_array
       
  2481 //    Defines text for digital/extended zoom options.
       
  2482 //
       
  2483 //----------------------------------------------------
       
  2484 //
       
  2485 RESOURCE ARRAY r_cam_zoom_text_array
       
  2486     {
       
  2487     items =
       
  2488         {
       
  2489 // Products with optical zoom and paused extended zoom have
       
  2490 //   [Digital zoom]
       
  2491 //     Off, On (paused), On (continuous),
       
  2492 //     Extended on (paused), Extended on (continuous)
       
  2493 //
       
  2494 // Products with optical zoom and on/off extended zoom have
       
  2495 //   [Extended digital zoom]
       
  2496 //     Off, On
       
  2497 //
       
  2498 // Products with *no* optical zoom but paused extended zoom have
       
  2499 //   [Extended digital zoom]
       
  2500 //     Off, On (paused), On (continuous)
       
  2501 //
       
  2502 // Products with *no* optical zoom and on/off extended zoom have
       
  2503 //   [Extended digital zoom]
       
  2504 //     Off, On (continuous)
       
  2505 //
       
  2506         AVKON_ENUMERATED_TEXT
       
  2507             {
       
  2508             value = ECamSettDigZoomNormalCont;
       
  2509             text  = qtn_lcam_ex_set_off;        // "Off"
       
  2510             },
       
  2511         AVKON_ENUMERATED_TEXT
       
  2512             {
       
  2513             value = ECamSettDigZoomExtendPause;
       
  2514             text  = qtn_lcam_ex_set_onpause;       // "On (paused)"
       
  2515             },
       
  2516         AVKON_ENUMERATED_TEXT
       
  2517             {
       
  2518             value = ECamSettDigZoomExtendCont;
       
  2519             text  = qtn_lcam_ex_set_oncont;        // "On (continuous)"
       
  2520             }
       
  2521         };
       
  2522     }
       
  2523 
       
  2524 
       
  2525 
       
  2526 //----------------------------------------------------
       
  2527 //
       
  2528 //    r_cam_capture_tone_text_and_value_array
       
  2529 //    Defines text for list of capture-tones.
       
  2530 //
       
  2531 //----------------------------------------------------
       
  2532 //
       
  2533 RESOURCE ARRAY r_cam_capture_tone_text_and_value_array
       
  2534     {
       
  2535     items =
       
  2536         {
       
  2537         AVKON_ENUMERATED_TEXT
       
  2538             {
       
  2539             value = ECamSettTone1;
       
  2540             text = qtn_lcam_set_camera_1;
       
  2541             },
       
  2542         AVKON_ENUMERATED_TEXT
       
  2543             {
       
  2544             value = ECamSettTone2;
       
  2545             text = qtn_lcam_set_camera_2;
       
  2546             },
       
  2547         AVKON_ENUMERATED_TEXT
       
  2548             {
       
  2549             value = ECamSettTone3;
       
  2550             text = qtn_lcam_set_camera_3;
       
  2551             },
       
  2552         AVKON_ENUMERATED_TEXT
       
  2553             {
       
  2554             value = ECamSettTone4;
       
  2555             text = qtn_lcam_set_camera_4;
       
  2556             }
       
  2557         };
       
  2558     }
       
  2559 
       
  2560 //----------------------------------------------------
       
  2561 //
       
  2562 //    r_cam_video_clip_length_text_array
       
  2563 //    Defines text for video clip length options.
       
  2564 //
       
  2565 //----------------------------------------------------
       
  2566 //
       
  2567 RESOURCE ARRAY r_cam_video_clip_length_text_array
       
  2568     {
       
  2569     items =
       
  2570         {
       
  2571         AVKON_ENUMERATED_TEXT
       
  2572             {
       
  2573             value = ECamVideoClipMax;    // Refers to id in
       
  2574                                            // r_cam_image_resolution_array.
       
  2575             text = qtn_lcam_set_video_long;   // Text visible in the UI
       
  2576             },
       
  2577         AVKON_ENUMERATED_TEXT
       
  2578             {
       
  2579             value = ECamVideoClipShort; // Refers to id in
       
  2580                                            // r_cam_image_resolution_array.
       
  2581             text = qtn_lcam_set_video_short;             // Text visible in the UI
       
  2582             }
       
  2583         };
       
  2584     }
       
  2585 
       
  2586 
       
  2587 //----------------------------------------------------
       
  2588 //
       
  2589 //    r_cam_video_file_type_text_array
       
  2590 //    Defines text for video clip length options.
       
  2591 //
       
  2592 //----------------------------------------------------
       
  2593 //
       
  2594 RESOURCE ARRAY r_cam_video_file_type_text_array
       
  2595     {
       
  2596     items =
       
  2597         {
       
  2598         AVKON_ENUMERATED_TEXT
       
  2599             {
       
  2600             value = ECamVideoMpeg4;    // Refers to id in
       
  2601                                            // r_cam_image_resolution_array.
       
  2602             text = qtn_lcam_set_type_normal_v2;   // Text visible in the UI
       
  2603             },
       
  2604         AVKON_ENUMERATED_TEXT
       
  2605             {
       
  2606             value = ECamVideoH263; // Refers to id in
       
  2607                                            // r_cam_image_resolution_array.
       
  2608             text = qtn_lcam_set_type_mobile;             // Text visible in the UI
       
  2609             }
       
  2610         };
       
  2611     }
       
  2612 
       
  2613 
       
  2614 //----------------------------------------------------
       
  2615 //
       
  2616 //    r_cam_front_camera_video_quality_text_array
       
  2617 //    Defines options for settings/video quality.
       
  2618 //
       
  2619 //----------------------------------------------------
       
  2620 //
       
  2621 RESOURCE ARRAY r_cam_front_camera_video_quality_text_array
       
  2622     {
       
  2623     items =
       
  2624         {
       
  2625         AVKON_ENUMERATED_TEXT
       
  2626             {
       
  2627             value = ECamVideoQualityNormal;
       
  2628             text = qtn_lcam_set_type_normal_v2;
       
  2629             },
       
  2630         AVKON_ENUMERATED_TEXT
       
  2631             {
       
  2632             value = ECamVideoQualitySharing;
       
  2633             text = qtn_lcam_set_type_sharing_v2;
       
  2634             }
       
  2635 
       
  2636         // Add new resolutions here if necessary
       
  2637         };
       
  2638     }
       
  2639 
       
  2640 
       
  2641 // ---------------------------------------------------
       
  2642 //
       
  2643 //    r_cam_restore_settings_note
       
  2644 //    Restore camera settings confirmation note
       
  2645 //
       
  2646 // ---------------------------------------------------
       
  2647 //
       
  2648 RESOURCE DIALOG r_cam_restore_settings_note
       
  2649     {
       
  2650     flags = EGeneralQueryFlags;
       
  2651     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
  2652 
       
  2653     items =
       
  2654         {
       
  2655         DLG_LINE
       
  2656             {
       
  2657             type = EAknCtQuery;
       
  2658             id = EGeneralQuery;
       
  2659             control = AVKON_CONFIRMATION_QUERY
       
  2660                 {
       
  2661                 layout = EConfirmationQueryLayout;
       
  2662                 label = "";
       
  2663                 };
       
  2664             }
       
  2665         };
       
  2666     }
       
  2667 
       
  2668 
       
  2669 //-----------------------------------------------------------------------------
       
  2670 //
       
  2671 //    r_cam_restore_settings_note_text
       
  2672 //    Delete confirmation query text.
       
  2673 //
       
  2674 //-----------------------------------------------------------------------------
       
  2675 //
       
  2676 RESOURCE TBUF r_cam_restore_settings_note_text
       
  2677     {
       
  2678     buf = qtn_lcam_restore_query;
       
  2679     }
       
  2680 
       
  2681 
       
  2682 //--------------------------------------------------
       
  2683 //
       
  2684 //    r_cam_off_on_loc_text_list
       
  2685 //    Defines text for on-off options.
       
  2686 //
       
  2687 //----------------------------------------------------
       
  2688 //
       
  2689 RESOURCE ARRAY r_cam_off_on_loc_text_list
       
  2690     {
       
  2691     items=
       
  2692         {
       
  2693         LOCATION_SETTING_LIST_ITEM
       
  2694             {
       
  2695             item_text = qtn_lcam_location_set_off_v2;
       
  2696             setting_value_id = ECamLocationOff;
       
  2697             },
       
  2698         LOCATION_SETTING_LIST_ITEM
       
  2699             {
       
  2700             item_text = qtn_lcam_location_set_on_v2;
       
  2701             setting_value_id = ECamLocationOn;
       
  2702             }
       
  2703         };
       
  2704     }
       
  2705 
       
  2706 //----------------------------------------------------
       
  2707 //
       
  2708 //    r_cam_off_on_loc_text_list_summary
       
  2709 //    Defines text for on-off options.
       
  2710 //
       
  2711 //----------------------------------------------------
       
  2712 //
       
  2713 RESOURCE ARRAY r_cam_off_on_loc_text_list_summary
       
  2714 	{
       
  2715     items =
       
  2716         {
       
  2717         CAM_LOCATION_SELECT_SUMMARY
       
  2718             {
       
  2719             setting_value_id = ECamLocationOff;
       
  2720             summary_icon = -1;
       
  2721             summary_description_text = qtn_lcam_descr_location_off_v2;
       
  2722             },
       
  2723         CAM_LOCATION_SELECT_SUMMARY
       
  2724             {
       
  2725             setting_value_id = ECamLocationOn;
       
  2726             summary_icon = -1;
       
  2727             summary_description_text = qtn_lcam_descr_location_on_v2;
       
  2728             }
       
  2729         };
       
  2730     }
       
  2731 
       
  2732 
       
  2733 // The following layouts are used with location setting selection
       
  2734 RESOURCE CAM_LOCATION_SELECT_SUMMARY_LAYOUT r_cam_location_setup_list_summary_layout
       
  2735     {
       
  2736     summary_rect =
       
  2737         {
       
  2738         AVKON_LAYOUT_RECT
       
  2739             {
       
  2740             C = 215;
       
  2741             l = KCamLocationSummaryRectLeftX;
       
  2742             t = KCamLocationSummaryRectTop;
       
  2743             W = KCamLocationSummaryRectWidth;
       
  2744             H = KCamLocationSummaryRectHeight;
       
  2745             }
       
  2746         };
       
  2747     summary_inner_rect =
       
  2748         {
       
  2749         AVKON_LAYOUT_RECT
       
  2750             {
       
  2751             l = KCamLocationSummaryInnerRectLeftX;
       
  2752             t = KCamLocationSummaryInnerRectTop;
       
  2753             W = KCamLocationSummaryInnerRectWidth;
       
  2754             H = KCamLocationSummaryInnerRectHeight;
       
  2755             }
       
  2756         };
       
  2757     summary_icon =
       
  2758         {
       
  2759         AVKON_LAYOUT_RECT
       
  2760             {
       
  2761             l = KCamLocationSummaryIconLeftX;
       
  2762             t = KCamLocationSummaryIconTop;
       
  2763             W = KCamLocationSummaryIconWidth;
       
  2764             H = KCamLocationSummaryIconHeight;
       
  2765             }
       
  2766         };
       
  2767     summary_description =
       
  2768         {
       
  2769         AVKON_LAYOUT_TEXT
       
  2770             {
       
  2771             font = EAknLogicalFontSecondaryFont;
       
  2772             C = KCamLocationSummaryDescrFontColor;
       
  2773             l = KCamLocationSummaryDescrLeftX;
       
  2774             r = KCamLocationSummaryDescrRightX;
       
  2775             B = KCamLocationSummaryTitleBaseline1;
       
  2776             W = KCamLocationSummaryDescrWidth;
       
  2777             J = ELayoutAlignLeft;
       
  2778             },
       
  2779         AVKON_LAYOUT_TEXT
       
  2780             {
       
  2781             font = EAknLogicalFontSecondaryFont;
       
  2782             C = KCamLocationSummaryDescrFontColor;
       
  2783             l = KCamLocationSummaryDescrLeftX;
       
  2784             r = KCamLocationSummaryDescrRightX;
       
  2785             B = KCamLocationSummaryTitleBaseline2;
       
  2786             W = KCamLocationSummaryDescrWidth;
       
  2787             J = ELayoutAlignLeft;
       
  2788             },
       
  2789         AVKON_LAYOUT_TEXT
       
  2790             {
       
  2791             font = EAknLogicalFontSecondaryFont;
       
  2792             C = KCamLocationSummaryDescrFontColor;
       
  2793             l = KCamLocationSummaryDescrLeftX;
       
  2794             r = KCamLocationSummaryDescrRightX;
       
  2795             B = KCamLocationSummaryTitleBaseline3;
       
  2796             W = KCamLocationSummaryDescrWidth;
       
  2797             J = ELayoutAlignLeft;
       
  2798             },
       
  2799         AVKON_LAYOUT_TEXT
       
  2800             {
       
  2801             font = EAknLogicalFontSecondaryFont;
       
  2802             C = KCamLocationSummaryDescrFontColor;
       
  2803             l = KCamLocationSummaryDescrLeftX;
       
  2804             r = KCamLocationSummaryDescrRightX;
       
  2805             B = KCamLocationSummaryTitleBaseline4;
       
  2806             W = KCamLocationSummaryDescrWidth;
       
  2807             J = ELayoutAlignLeft;
       
  2808             },
       
  2809         AVKON_LAYOUT_TEXT
       
  2810             {
       
  2811             font = EAknLogicalFontSecondaryFont;
       
  2812             C = KCamLocationSummaryDescrFontColor;
       
  2813             l = KCamLocationSummaryDescrLeftX;
       
  2814             r = KCamLocationSummaryDescrRightX;
       
  2815             B = KCamLocationSummaryTitleBaseline5;
       
  2816             W = KCamLocationSummaryDescrWidth;
       
  2817             J = ELayoutAlignLeft;
       
  2818             },
       
  2819         AVKON_LAYOUT_TEXT
       
  2820             {
       
  2821             font = EAknLogicalFontSecondaryFont;
       
  2822             C = KCamLocationSummaryDescrFontColor;
       
  2823             l = KCamLocationSummaryDescrLeftX;
       
  2824             r = KCamLocationSummaryDescrRightX;
       
  2825             B = KCamLocationSummaryTitleBaseline6;
       
  2826             W = KCamLocationSummaryDescrWidth;
       
  2827             J = ELayoutAlignLeft;
       
  2828             },
       
  2829         AVKON_LAYOUT_TEXT
       
  2830             {
       
  2831             font = EAknLogicalFontSecondaryFont;
       
  2832             C = KCamLocationSummaryDescrFontColor;
       
  2833             l = KCamLocationSummaryDescrLeftX;
       
  2834             r = KCamLocationSummaryDescrRightX;
       
  2835             B = KCamLocationSummaryTitleBaseline7;
       
  2836             W = KCamLocationSummaryDescrWidth;
       
  2837             J = ELayoutAlignLeft;
       
  2838             },
       
  2839         AVKON_LAYOUT_TEXT
       
  2840             {
       
  2841             font = EAknLogicalFontSecondaryFont;
       
  2842             C = KCamLocationSummaryDescrFontColor;
       
  2843             l = KCamLocationSummaryDescrLeftX;
       
  2844             r = KCamLocationSummaryDescrRightX;
       
  2845             B = KCamLocationSummaryTitleBaseline8;
       
  2846             W = KCamLocationSummaryDescrWidth;
       
  2847             J = ELayoutAlignLeft;
       
  2848             },
       
  2849         AVKON_LAYOUT_TEXT
       
  2850             {
       
  2851             font = EAknLogicalFontSecondaryFont;
       
  2852             C = KCamLocationSummaryDescrFontColor;
       
  2853             l = KCamLocationSummaryDescrLeftX;
       
  2854             r = KCamLocationSummaryDescrRightX;
       
  2855             B = KCamLocationSummaryTitleBaseline9;
       
  2856             W = KCamLocationSummaryDescrWidth;
       
  2857             J = ELayoutAlignLeft;
       
  2858             },
       
  2859         AVKON_LAYOUT_TEXT
       
  2860             {
       
  2861             font = EAknLogicalFontSecondaryFont;
       
  2862             C = KCamLocationSummaryDescrFontColor;
       
  2863             l = KCamLocationSummaryDescrLeftX;
       
  2864             r = KCamLocationSummaryDescrRightX;
       
  2865             B = KCamLocationSummaryTitleBaseline10;
       
  2866             W = KCamLocationSummaryDescrWidth;
       
  2867             J = ELayoutAlignLeft;
       
  2868             }
       
  2869         };
       
  2870     }
       
  2871 
       
  2872 RESOURCE AVKON_LAYOUT_RECT r_cam_location_setup_list_listbox_layout
       
  2873     {
       
  2874     l = KCamLocationListboxLeftX;
       
  2875     t = KCamLocationListboxTop;
       
  2876     W = KCamLocationListboxWidth;
       
  2877     H = KCamLocationListboxHeight;
       
  2878     }
       
  2879 
       
  2880 
       
  2881 
       
  2882 // The following layouts are used with location setting selection apac
       
  2883 RESOURCE CAM_LOCATION_SELECT_SUMMARY_LAYOUT r_cam_location_setup_list_summary_layout_apac
       
  2884     {
       
  2885     summary_rect =
       
  2886         {
       
  2887         AVKON_LAYOUT_RECT
       
  2888             {
       
  2889             C = 215;
       
  2890             l = KCamLocationSummaryRectLeftX;
       
  2891             t = KCamLocationSummaryRectTop;
       
  2892             W = KCamLocationSummaryRectWidth;
       
  2893             H = KCamLocationSummaryRectHeight;
       
  2894             }
       
  2895         };
       
  2896     summary_inner_rect =
       
  2897         {
       
  2898         AVKON_LAYOUT_RECT
       
  2899             {
       
  2900             l = KCamLocationSummaryInnerRectLeftX;
       
  2901             t = KCamLocationSummaryInnerRectTop;
       
  2902             W = KCamLocationSummaryInnerRectWidth;
       
  2903             H = KCamLocationSummaryInnerRectHeight;
       
  2904             }
       
  2905         };
       
  2906     summary_icon =
       
  2907         {
       
  2908         AVKON_LAYOUT_RECT
       
  2909             {
       
  2910             l = KCamLocationSummaryIconLeftX;
       
  2911             t = KCamLocationSummaryIconTop;
       
  2912             W = KCamLocationSummaryIconWidth;
       
  2913             H = KCamLocationSummaryIconHeight;
       
  2914             }
       
  2915         };
       
  2916     summary_description =
       
  2917         {
       
  2918         AVKON_LAYOUT_TEXT
       
  2919             {
       
  2920             font = EAknLogicalFontSecondaryFont;
       
  2921             C = KCamLocationSummaryDescrFontColor;
       
  2922             l = KCamLocationSummaryDescrLeftX;
       
  2923             r = KCamLocationSummaryDescrRightX;
       
  2924             B = KCamLocationSummaryTitleBaseline1;
       
  2925             W = KCamLocationSummaryDescrWidth;
       
  2926             J = ELayoutAlignLeft;
       
  2927             },
       
  2928         AVKON_LAYOUT_TEXT
       
  2929             {
       
  2930             font = EAknLogicalFontSecondaryFont;
       
  2931             C = KCamLocationSummaryDescrFontColor;
       
  2932             l = KCamLocationSummaryDescrLeftX;
       
  2933             r = KCamLocationSummaryDescrRightX;
       
  2934             B = KCamLocationSummaryTitleBaseline2;
       
  2935             W = KCamLocationSummaryDescrWidth;
       
  2936             J = ELayoutAlignLeft;
       
  2937             },
       
  2938         AVKON_LAYOUT_TEXT
       
  2939             {
       
  2940             font = EAknLogicalFontSecondaryFont;
       
  2941             C = KCamLocationSummaryDescrFontColor;
       
  2942             l = KCamLocationSummaryDescrLeftX;
       
  2943             r = KCamLocationSummaryDescrRightX;
       
  2944             B = KCamLocationSummaryTitleBaseline3;
       
  2945             W = KCamLocationSummaryDescrWidth;
       
  2946             J = ELayoutAlignLeft;
       
  2947             },
       
  2948         AVKON_LAYOUT_TEXT
       
  2949             {
       
  2950             font = EAknLogicalFontSecondaryFont;
       
  2951             C = KCamLocationSummaryDescrFontColor;
       
  2952             l = KCamLocationSummaryDescrLeftX;
       
  2953             r = KCamLocationSummaryDescrRightX;
       
  2954             B = KCamLocationSummaryTitleBaseline4;
       
  2955             W = KCamLocationSummaryDescrWidth;
       
  2956             J = ELayoutAlignLeft;
       
  2957             },
       
  2958         AVKON_LAYOUT_TEXT
       
  2959             {
       
  2960             font = EAknLogicalFontSecondaryFont;
       
  2961             C = KCamLocationSummaryDescrFontColor;
       
  2962             l = KCamLocationSummaryDescrLeftX;
       
  2963             r = KCamLocationSummaryDescrRightX;
       
  2964             B = KCamLocationSummaryTitleBaseline5;
       
  2965             W = KCamLocationSummaryDescrWidth;
       
  2966             J = ELayoutAlignLeft;
       
  2967             },
       
  2968         AVKON_LAYOUT_TEXT
       
  2969             {
       
  2970             font = EAknLogicalFontSecondaryFont;
       
  2971             C = KCamLocationSummaryDescrFontColor;
       
  2972             l = KCamLocationSummaryDescrLeftX;
       
  2973             r = KCamLocationSummaryDescrRightX;
       
  2974             B = KCamLocationSummaryTitleBaseline6;
       
  2975             W = KCamLocationSummaryDescrWidth;
       
  2976             J = ELayoutAlignLeft;
       
  2977             },
       
  2978         AVKON_LAYOUT_TEXT
       
  2979             {
       
  2980             font = EAknLogicalFontSecondaryFont;
       
  2981             C = KCamLocationSummaryDescrFontColor;
       
  2982             l = KCamLocationSummaryDescrLeftX;
       
  2983             r = KCamLocationSummaryDescrRightX;
       
  2984             B = KCamLocationSummaryTitleBaseline7;
       
  2985             W = KCamLocationSummaryDescrWidth;
       
  2986             J = ELayoutAlignLeft;
       
  2987             },
       
  2988         AVKON_LAYOUT_TEXT
       
  2989             {
       
  2990             font = EAknLogicalFontSecondaryFont;
       
  2991             C = KCamLocationSummaryDescrFontColor;
       
  2992             l = KCamLocationSummaryDescrLeftX;
       
  2993             r = KCamLocationSummaryDescrRightX;
       
  2994             B = KCamLocationSummaryTitleBaseline8;
       
  2995             W = KCamLocationSummaryDescrWidth;
       
  2996             J = ELayoutAlignLeft;
       
  2997             },
       
  2998         AVKON_LAYOUT_TEXT
       
  2999             {
       
  3000             font = EAknLogicalFontSecondaryFont;
       
  3001             C = KCamLocationSummaryDescrFontColor;
       
  3002             l = KCamLocationSummaryDescrLeftX;
       
  3003             r = KCamLocationSummaryDescrRightX;
       
  3004             B = KCamLocationSummaryTitleBaseline9;
       
  3005             W = KCamLocationSummaryDescrWidth;
       
  3006             J = ELayoutAlignLeft;
       
  3007             },
       
  3008         AVKON_LAYOUT_TEXT
       
  3009             {
       
  3010             font = EAknLogicalFontSecondaryFont;
       
  3011             C = KCamLocationSummaryDescrFontColor;
       
  3012             l = KCamLocationSummaryDescrLeftX;
       
  3013             r = KCamLocationSummaryDescrRightX;
       
  3014             B = KCamLocationSummaryTitleBaseline10;
       
  3015             W = KCamLocationSummaryDescrWidth;
       
  3016             J = ELayoutAlignLeft;
       
  3017             }
       
  3018         };
       
  3019     }
       
  3020 
       
  3021 RESOURCE AVKON_LAYOUT_RECT r_cam_location_setup_list_listbox_layout_apac
       
  3022     {
       
  3023     l = KCamLocationListboxLeftX;
       
  3024     t = KCamLocationListboxTop;
       
  3025     W = KCamLocationListboxWidth;
       
  3026     H = KCamLocationListboxHeight;
       
  3027     }
       
  3028 
       
  3029 
       
  3030 
       
  3031 
       
  3032 // The following layouts are used with location setting selection ah
       
  3033 RESOURCE CAM_LOCATION_SELECT_SUMMARY_LAYOUT r_cam_location_setup_list_summary_layout_ah
       
  3034     {
       
  3035     summary_rect =
       
  3036         {
       
  3037         AVKON_LAYOUT_RECT
       
  3038             {
       
  3039             C = 215;
       
  3040             r = KCamLocationSummaryRectLeftX;
       
  3041             t = KCamLocationSummaryRectTop;
       
  3042             W = KCamLocationSummaryRectWidth;
       
  3043             H = KCamLocationSummaryRectHeight;
       
  3044             }
       
  3045         };
       
  3046     summary_inner_rect =
       
  3047         {
       
  3048         AVKON_LAYOUT_RECT
       
  3049             {
       
  3050             r = KCamLocationSummaryInnerRectLeftX;
       
  3051             t = KCamLocationSummaryInnerRectTop;
       
  3052             W = KCamLocationSummaryInnerRectWidth;
       
  3053             H = KCamLocationSummaryInnerRectHeight;
       
  3054             }
       
  3055         };
       
  3056     summary_icon =
       
  3057         {
       
  3058         AVKON_LAYOUT_RECT
       
  3059             {
       
  3060             r = KCamLocationSummaryIconLeftX;
       
  3061             t = KCamLocationSummaryIconTop;
       
  3062             W = KCamLocationSummaryIconWidth;
       
  3063             H = KCamLocationSummaryIconHeight;
       
  3064             }
       
  3065         };
       
  3066     summary_description =
       
  3067         {
       
  3068         AVKON_LAYOUT_TEXT
       
  3069             {
       
  3070             font = EAknLogicalFontSecondaryFont;
       
  3071             C = KCamLocationSummaryDescrFontColor;
       
  3072             r = KCamLocationSummaryDescrLeftX;
       
  3073             l = KCamLocationSummaryDescrRightX;
       
  3074             B = KCamLocationSummaryTitleBaseline1;
       
  3075             W = KCamLocationSummaryDescrWidth;
       
  3076             J = ELayoutAlignRight;
       
  3077             },
       
  3078         AVKON_LAYOUT_TEXT
       
  3079             {
       
  3080             font = EAknLogicalFontSecondaryFont;
       
  3081             C = KCamLocationSummaryDescrFontColor;
       
  3082             r = KCamLocationSummaryDescrLeftX;
       
  3083             l = KCamLocationSummaryDescrRightX;
       
  3084             B = KCamLocationSummaryTitleBaseline2;
       
  3085             W = KCamLocationSummaryDescrWidth;
       
  3086             J = ELayoutAlignRight;
       
  3087             },
       
  3088         AVKON_LAYOUT_TEXT
       
  3089             {
       
  3090             font = EAknLogicalFontSecondaryFont;
       
  3091             C = KCamLocationSummaryDescrFontColor;
       
  3092             r = KCamLocationSummaryDescrLeftX;
       
  3093             l = KCamLocationSummaryDescrRightX;
       
  3094             B = KCamLocationSummaryTitleBaseline3;
       
  3095             W = KCamLocationSummaryDescrWidth;
       
  3096             J = ELayoutAlignRight;
       
  3097             },
       
  3098         AVKON_LAYOUT_TEXT
       
  3099             {
       
  3100             font = EAknLogicalFontSecondaryFont;
       
  3101             C = KCamLocationSummaryDescrFontColor;
       
  3102             r = KCamLocationSummaryDescrLeftX;
       
  3103             l = KCamLocationSummaryDescrRightX;
       
  3104             B = KCamLocationSummaryTitleBaseline4;
       
  3105             W = KCamLocationSummaryDescrWidth;
       
  3106             J = ELayoutAlignRight;
       
  3107             },
       
  3108         AVKON_LAYOUT_TEXT
       
  3109             {
       
  3110             font = EAknLogicalFontSecondaryFont;
       
  3111             C = KCamLocationSummaryDescrFontColor;
       
  3112             r = KCamLocationSummaryDescrLeftX;
       
  3113             l = KCamLocationSummaryDescrRightX;
       
  3114             B = KCamLocationSummaryTitleBaseline5;
       
  3115             W = KCamLocationSummaryDescrWidth;
       
  3116             J = ELayoutAlignRight;
       
  3117             },
       
  3118         AVKON_LAYOUT_TEXT
       
  3119             {
       
  3120             font = EAknLogicalFontSecondaryFont;
       
  3121             C = KCamLocationSummaryDescrFontColor;
       
  3122             r = KCamLocationSummaryDescrLeftX;
       
  3123             l = KCamLocationSummaryDescrRightX;
       
  3124             B = KCamLocationSummaryTitleBaseline6;
       
  3125             W = KCamLocationSummaryDescrWidth;
       
  3126             J = ELayoutAlignRight;
       
  3127             },
       
  3128         AVKON_LAYOUT_TEXT
       
  3129             {
       
  3130             font = EAknLogicalFontSecondaryFont;
       
  3131             C = KCamLocationSummaryDescrFontColor;
       
  3132             r = KCamLocationSummaryDescrLeftX;
       
  3133             l = KCamLocationSummaryDescrRightX;
       
  3134             B = KCamLocationSummaryTitleBaseline7;
       
  3135             W = KCamLocationSummaryDescrWidth;
       
  3136             J = ELayoutAlignRight;
       
  3137             },
       
  3138         AVKON_LAYOUT_TEXT
       
  3139             {
       
  3140             font = EAknLogicalFontSecondaryFont;
       
  3141             C = KCamLocationSummaryDescrFontColor;
       
  3142             r = KCamLocationSummaryDescrLeftX;
       
  3143             l = KCamLocationSummaryDescrRightX;
       
  3144             B = KCamLocationSummaryTitleBaseline8;
       
  3145             W = KCamLocationSummaryDescrWidth;
       
  3146             J = ELayoutAlignRight;
       
  3147             },
       
  3148         AVKON_LAYOUT_TEXT
       
  3149             {
       
  3150             font = EAknLogicalFontSecondaryFont;
       
  3151             C = KCamLocationSummaryDescrFontColor;
       
  3152             r = KCamLocationSummaryDescrLeftX;
       
  3153             l = KCamLocationSummaryDescrRightX;
       
  3154             B = KCamLocationSummaryTitleBaseline9;
       
  3155             W = KCamLocationSummaryDescrWidth;
       
  3156             J = ELayoutAlignRight;
       
  3157             },
       
  3158         AVKON_LAYOUT_TEXT
       
  3159             {
       
  3160             font = EAknLogicalFontSecondaryFont;
       
  3161             C = KCamLocationSummaryDescrFontColor;
       
  3162             r = KCamLocationSummaryDescrLeftX;
       
  3163             l = KCamLocationSummaryDescrRightX;
       
  3164             B = KCamLocationSummaryTitleBaseline10;
       
  3165             W = KCamLocationSummaryDescrWidth;
       
  3166             J = ELayoutAlignRight;
       
  3167             }
       
  3168         };
       
  3169     }
       
  3170 
       
  3171 RESOURCE AVKON_LAYOUT_RECT r_cam_location_setup_list_listbox_layout_ah
       
  3172     {
       
  3173     //l = KCamLocationListboxLeftX;
       
  3174     r = KCamLocationListboxLeftX;
       
  3175     t = KCamLocationListboxTop;
       
  3176     W = KCamLocationListboxWidth;
       
  3177     H = KCamLocationListboxHeight;
       
  3178     }
       
  3179 
       
  3180 
       
  3181 // ----------------------------------------------------------------------------
       
  3182 //    r_cam_video_setting_slider_resolution_icon_top
       
  3183 //     video slider setting resolution indicator top icon
       
  3184 // ----------------------------------------------------------------------------
       
  3185 RESOURCE AVKON_LAYOUT_RECT r_cam_video_setting_slider_resolution_icon_top
       
  3186     {
       
  3187     l = 9; t = 10; W = 31; H = 16;
       
  3188     }
       
  3189 
       
  3190 // ----------------------------------------------------------------------------
       
  3191 //    r_cam_video_setting_slider_resolution_icon_bottom
       
  3192 //    video slider setting resolution indicator bottom icon
       
  3193 // ----------------------------------------------------------------------------
       
  3194 RESOURCE AVKON_LAYOUT_RECT r_cam_video_setting_slider_resolution_icon_bottom
       
  3195     {
       
  3196     l = 9; t = 166; W = 31; H = 16;
       
  3197     }
       
  3198 
       
  3199 // ----------------------------------------------------------------------------
       
  3200 //    r_cam_image_setting_slider_resolution_icon_top
       
  3201 //    Image setting slider resolution top icon
       
  3202 // ----------------------------------------------------------------------------
       
  3203 RESOURCE AVKON_LAYOUT_RECT r_cam_image_setting_slider_resolution_icon_top
       
  3204     {
       
  3205     l = 6; t = 10; W = 27; H = 14;
       
  3206     }
       
  3207 
       
  3208 
       
  3209 // ----------------------------------------------------------------------------
       
  3210 //    r_cam_image_setting_slider_resolution_icon_bottom
       
  3211 //    Image setting slider resolution bottom icon
       
  3212 // ----------------------------------------------------------------------------
       
  3213 RESOURCE AVKON_LAYOUT_RECT r_cam_image_setting_slider_resolution_icon_bottom
       
  3214     {
       
  3215     l = 6; t = 166; W = 27; H = 14;
       
  3216     }
       
  3217 
       
  3218 //----------------------------------------------------
       
  3219 //
       
  3220 //    r_cam_postcapture_addtoalbum_setting_page
       
  3221 //    Add to album setting items
       
  3222 //
       
  3223 //----------------------------------------------------
       
  3224 //
       
  3225 RESOURCE ARRAY r_cam_addtoalbum_setting_page_lbx
       
  3226     {
       
  3227     items =
       
  3228         {
       
  3229         LBUF
       
  3230             {
       
  3231             txt = qtn_lcam_set_land_img_add_toalbum_yes;
       
  3232             },
       
  3233         LBUF
       
  3234             {
       
  3235             txt = qtn_lcam_set_land_img_add_toalbum_no;
       
  3236             }
       
  3237         };
       
  3238     }
       
  3239 
       
  3240 //----------------------------------------------------
       
  3241 //
       
  3242 //    r_cam_postcapture_addtoalbum_setting_page
       
  3243 //    Add to album setting page
       
  3244 //
       
  3245 //----------------------------------------------------
       
  3246 //
       
  3247 RESOURCE AVKON_SETTING_PAGE r_cam_addtoalbum_setting_page
       
  3248     {
       
  3249     number = EAknSettingPageNoOrdinalDisplayed;
       
  3250     label = qtn_lcam_sett_attr_add_toalbum;
       
  3251     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  3252     type = EAknSetListBox;
       
  3253     editor_resource_id = r_setting_listbox;
       
  3254     }
       
  3255 
       
  3256 // -----------------------------------------------------------------------------
       
  3257 //
       
  3258 // r_setting_listbox
       
  3259 // Common listbox editor resource for setting pages with multiple selection.
       
  3260 //
       
  3261 // -----------------------------------------------------------------------------
       
  3262 //
       
  3263 RESOURCE LISTBOX r_setting_listbox
       
  3264     {
       
  3265     flags = EEikListBoxMultipleSelection;
       
  3266     }
       
  3267 
       
  3268 //----------------------------------------------------
       
  3269 //
       
  3270 //    r_lcam_sett_mem_device
       
  3271 //
       
  3272 //----------------------------------------------------
       
  3273 //
       
  3274 RESOURCE TBUF r_lcam_sett_mem_device
       
  3275     {
       
  3276     buf = qtn_lcam_sett_mem_device;
       
  3277     }
       
  3278 
       
  3279 //----------------------------------------------------
       
  3280 //
       
  3281 //    r_lcam_sett_mem_mass_storage
       
  3282 //
       
  3283 //----------------------------------------------------
       
  3284 //
       
  3285 RESOURCE TBUF r_lcam_sett_mem_mass_storage
       
  3286     {
       
  3287     buf = qtn_lcam_sett_mem_mass_storage;
       
  3288     }
       
  3289 
       
  3290 //----------------------------------------------------
       
  3291 //
       
  3292 //    r_lcam_sett_mem_memory_card
       
  3293 //
       
  3294 //----------------------------------------------------
       
  3295 //
       
  3296 RESOURCE TBUF r_lcam_sett_mem_memory_card
       
  3297     {
       
  3298     buf = qtn_lcam_sett_mem_memory_card;
       
  3299     }