camerauis/cameraapp/generic/common/data/CamSettingsV2.ra
changeset 0 1ddebce53859
child 2 e8773a61782d
equal deleted inserted replaced
-1:000000000000 0:1ddebce53859
       
     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 // VIDEO SETTINGS RESOURCES
       
  1070 
       
  1071 //----------------------------------------------------
       
  1072 //
       
  1073 //    r_cam_video_settings_item_list_camcorder
       
  1074 //
       
  1075 //----------------------------------------------------
       
  1076 //
       
  1077 RESOURCE AVKON_SETTING_ITEM_LIST r_cam_video_settings_item_list_camcorder
       
  1078 	{
       
  1079 	items =
       
  1080 		{
       
  1081     AVKON_SETTING_ITEM
       
  1082 			{
       
  1083 			identifier = ECamSettingItemVideoQuality;
       
  1084 			setting_page_resource = r_cam_settings_quality_settings_page;
       
  1085 			associated_resource = r_cam_video_quality_texts;
       
  1086 			name = qtn_lcam_sett_attr_vi_type;
       
  1087 			},
       
  1088     AVKON_SETTING_ITEM
       
  1089 			{
       
  1090 			identifier = ECamSettingItemVideoStab;
       
  1091 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1092 			associated_resource = r_cam_on_off_texts_vid_stable;
       
  1093 			name = qtn_lcam_sett_attr_vid_stable;
       
  1094 			},
       
  1095     AVKON_SETTING_ITEM
       
  1096           {
       
  1097           identifier            = ECamSettingItemVideoAudioRec;
       
  1098           setting_page_resource = r_cam_settings_list_settings_page;
       
  1099           associated_resource   = r_cam_texts_vid_audiomute_land;
       
  1100           name                  = qtn_lcam_sett_attr_audio_rec;
       
  1101           },
       
  1102 
       
  1103     AVKON_SETTING_ITEM
       
  1104 			{
       
  1105           identifier            = ECamSettingItemContinuousAutofocus; 
       
  1106           setting_page_resource = r_cam_settings_list_settings_page;
       
  1107           associated_resource   = r_cam_texts_vid_continuous_af;
       
  1108           name                  = qtn_lcam_sett_attr_cont_af;
       
  1109           },
       
  1110     AVKON_SETTING_ITEM
       
  1111 			{
       
  1112 			identifier            = ECamSettingItemVideoShowCapturedVideo;
       
  1113 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1114 			associated_resource   = r_cam_on_off_texts_vid_showcap_land;
       
  1115 			name                  = qtn_lcam_sett_attr_post_vi;
       
  1116 			},
       
  1117 
       
  1118 		AVKON_SETTING_ITEM
       
  1119 	    {
       
  1120       identifier = ECamSettingItemVideoNameBaseType;
       
  1121       setting_page_resource = r_cam_settings_list_settings_page;
       
  1122       associated_resource = r_cam_date_or_text_texts;
       
  1123       name = qtn_lcam_sett_attr_video_name;
       
  1124       },
       
  1125 		AVKON_SETTING_ITEM
       
  1126 			{
       
  1127 			identifier = ECamSettingItemVideoMediaStorage;
       
  1128 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1129 			name = qtn_lcam_sett_attr_store;
       
  1130 			},
       
  1131 		AVKON_SETTING_ITEM
       
  1132 			{
       
  1133 			identifier = ECamSettingItemRestoreCameraSettings;
       
  1134 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1135 			name = qtn_lcam_sett_attr_reset;
       
  1136 			}
       
  1137 		};
       
  1138 
       
  1139 	}
       
  1140 
       
  1141 //----------------------------------------------------
       
  1142 //
       
  1143 //    r_cam_video_settings_with_location_item_list_camcorder
       
  1144 //
       
  1145 //----------------------------------------------------
       
  1146 //
       
  1147 RESOURCE AVKON_SETTING_ITEM_LIST r_cam_video_settings_with_location_item_list_camcorder
       
  1148     {
       
  1149     items =
       
  1150         {
       
  1151     AVKON_SETTING_ITEM
       
  1152             {
       
  1153             identifier = ECamSettingItemVideoQuality;
       
  1154             setting_page_resource = r_cam_settings_quality_settings_page;
       
  1155             associated_resource = r_cam_video_quality_texts;
       
  1156             name = qtn_lcam_sett_attr_vi_type;
       
  1157             },
       
  1158     AVKON_SETTING_ITEM
       
  1159             {
       
  1160             identifier = ECamSettingItemRecLocation;
       
  1161             // The quality page resource is used to prevent crashing in the construction phase
       
  1162             // The type and editor resource are included but are not used
       
  1163             // The custom quality control is used instead
       
  1164             setting_page_resource = r_cam_settings_quality_settings_page;
       
  1165             associated_resource = r_cam_photo_location_texts;
       
  1166             name = qtn_lcam_sett_attr_rec_location;
       
  1167             },
       
  1168     AVKON_SETTING_ITEM
       
  1169             {
       
  1170             identifier = ECamSettingItemVideoStab;
       
  1171             setting_page_resource = r_cam_settings_list_settings_page;
       
  1172             associated_resource = r_cam_on_off_texts_vid_stable;
       
  1173             name = qtn_lcam_sett_attr_vid_stable;
       
  1174             },
       
  1175     AVKON_SETTING_ITEM
       
  1176       {
       
  1177       identifier            = ECamSettingItemVideoAudioRec;
       
  1178       setting_page_resource = r_cam_settings_list_settings_page;
       
  1179       associated_resource   = r_cam_texts_vid_audiomute_land;
       
  1180       name                  = qtn_lcam_sett_attr_audio_rec;
       
  1181       },
       
  1182     AVKON_SETTING_ITEM   
       
  1183           {
       
  1184           identifier            = ECamSettingItemContinuousAutofocus;  
       
  1185           setting_page_resource = r_cam_settings_list_settings_page;
       
  1186           associated_resource   = r_cam_texts_vid_continuous_af;
       
  1187           name                  = qtn_lcam_sett_attr_cont_af;
       
  1188           },
       
  1189  
       
  1190     AVKON_SETTING_ITEM
       
  1191             {
       
  1192             identifier            = ECamSettingItemVideoShowCapturedVideo;
       
  1193             setting_page_resource = r_cam_settings_list_settings_page;
       
  1194             associated_resource   = r_cam_on_off_texts_vid_showcap_land;
       
  1195             name                  = qtn_lcam_sett_attr_post_vi;
       
  1196             },
       
  1197 
       
  1198         AVKON_SETTING_ITEM
       
  1199         {
       
  1200       identifier = ECamSettingItemVideoNameBaseType;
       
  1201       setting_page_resource = r_cam_settings_list_settings_page;
       
  1202       associated_resource = r_cam_date_or_text_texts;
       
  1203       name = qtn_lcam_sett_attr_video_name;
       
  1204       },
       
  1205         AVKON_SETTING_ITEM
       
  1206             {
       
  1207             identifier = ECamSettingItemVideoMediaStorage;
       
  1208             setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1209             name = qtn_lcam_sett_attr_store;
       
  1210             },
       
  1211         AVKON_SETTING_ITEM
       
  1212             {
       
  1213             identifier = ECamSettingItemRestoreCameraSettings;
       
  1214             setting_page_resource = r_cam_settings_list_settings_page;
       
  1215             name = qtn_lcam_sett_attr_reset;
       
  1216             }
       
  1217         };
       
  1218 
       
  1219     }
       
  1220 
       
  1221 //----------------------------------------------------
       
  1222 //
       
  1223 //    r_cam_video_settings_item_list_portrait
       
  1224 //
       
  1225 //----------------------------------------------------
       
  1226 //
       
  1227 RESOURCE AVKON_SETTING_ITEM_LIST r_cam_video_settings_item_list_portrait
       
  1228 	{
       
  1229 	items =
       
  1230 		{
       
  1231     AVKON_SETTING_ITEM
       
  1232           {
       
  1233           identifier            = ECamSettingItemVideoAudioRec;
       
  1234           setting_page_resource = r_cam_settings_list_settings_page;
       
  1235           associated_resource   = r_cam_texts_vid_audiomute_port;
       
  1236           name                  = qtn_lcam_sett_attr_audio_rec;
       
  1237           },
       
  1238 
       
  1239      AVKON_SETTING_ITEM
       
  1240 			{
       
  1241 			identifier            = ECamSettingItemVideoShowCapturedVideo;
       
  1242 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1243 			associated_resource   = r_cam_on_off_texts_vid_showcap_port;
       
  1244 			name                  = qtn_lcam_sett_attr_post_vi;
       
  1245 			},
       
  1246 
       
  1247     AVKON_SETTING_ITEM
       
  1248       {
       
  1249       identifier = ECamSettingItemVideoNameBaseType;
       
  1250       setting_page_resource = r_cam_settings_list_settings_page;
       
  1251       associated_resource = r_cam_date_or_text_texts;
       
  1252       name = qtn_lcam_sett_attr_video_name;
       
  1253       },
       
  1254 
       
  1255 		AVKON_SETTING_ITEM
       
  1256 			{
       
  1257 			identifier = ECamSettingItemVideoMediaStorage;
       
  1258 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1259 			name = qtn_lcam_sett_attr_store;
       
  1260 			}
       
  1261 		};
       
  1262 
       
  1263 	}
       
  1264 
       
  1265 //----------------------------------------------------
       
  1266 //
       
  1267 //    r_cam_embedded_video_settings_item_list_camcorder
       
  1268 //
       
  1269 //----------------------------------------------------
       
  1270 //
       
  1271 
       
  1272 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1273 r_cam_embedded_video_settings_item_list_camcorder
       
  1274 	{
       
  1275 	items =
       
  1276 		{
       
  1277         AVKON_SETTING_ITEM
       
  1278 			{
       
  1279 			identifier = ECamSettingItemVideoQuality;
       
  1280 			setting_page_resource = r_cam_settings_quality_settings_page;
       
  1281 			associated_resource = r_cam_video_quality_texts;
       
  1282 			name = qtn_lcam_sett_attr_vi_type;
       
  1283 			},
       
  1284 
       
  1285 		AVKON_SETTING_ITEM
       
  1286 			{
       
  1287 			identifier            = ECamSettingItemVideoAudioRec;
       
  1288 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1289 			associated_resource   = r_cam_texts_vid_audiomute_land;
       
  1290 			name                  = qtn_lcam_sett_attr_audio_rec;
       
  1291 			},
       
  1292     AVKON_SETTING_ITEM   
       
  1293           {
       
  1294           identifier            = ECamSettingItemContinuousAutofocus;  
       
  1295           setting_page_resource = r_cam_settings_list_settings_page;
       
  1296           associated_resource   = r_cam_texts_vid_continuous_af;
       
  1297           name                  = qtn_lcam_sett_attr_cont_af;
       
  1298           },
       
  1299  
       
  1300 		AVKON_SETTING_ITEM
       
  1301 			{
       
  1302 			identifier = ECamSettingItemVideoMediaStorage;
       
  1303 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1304 			name = qtn_lcam_sett_attr_store;
       
  1305 			},
       
  1306 		AVKON_SETTING_ITEM
       
  1307 			{
       
  1308 			identifier = ECamSettingItemRestoreCameraSettings;
       
  1309 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1310 			name = qtn_lcam_sett_attr_reset;
       
  1311 			}
       
  1312 		};
       
  1313 
       
  1314 	}
       
  1315 
       
  1316 //----------------------------------------------------
       
  1317 //
       
  1318 //    r_cam_embedded_video_settings_item_list_portrait
       
  1319 //
       
  1320 //----------------------------------------------------
       
  1321 //
       
  1322 
       
  1323 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1324 r_cam_embedded_video_settings_item_list_portrait
       
  1325 	{
       
  1326 	items =
       
  1327 		{
       
  1328 		AVKON_SETTING_ITEM
       
  1329 			{
       
  1330 			identifier            = ECamSettingItemVideoAudioRec;
       
  1331 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1332 			associated_resource   = r_cam_texts_vid_audiomute_port;
       
  1333 			name                  = qtn_lcam_sett_attr_audio_rec;
       
  1334 			},
       
  1335 
       
  1336 		AVKON_SETTING_ITEM
       
  1337 			{
       
  1338 			identifier = ECamSettingItemVideoMediaStorage;
       
  1339 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1340 			name = qtn_lcam_sett_attr_store;
       
  1341 			}
       
  1342 		};
       
  1343 
       
  1344 	}
       
  1345 
       
  1346 //----------------------------------------------------
       
  1347 //
       
  1348 //    r_cam_video_quality_texts
       
  1349 //    Defines list for setting page
       
  1350 //
       
  1351 //----------------------------------------------------
       
  1352 //
       
  1353 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_video_quality_texts
       
  1354     {
       
  1355     setting_texts_resource = r_cam_video_quality_text_array;
       
  1356     }
       
  1357 
       
  1358 //----------------------------------------------------
       
  1359 //    r_cam_video_resolution_texts
       
  1360 //    Defines list for setting page
       
  1361 //
       
  1362 //----------------------------------------------------
       
  1363 //
       
  1364 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_video_resolution_texts
       
  1365     {
       
  1366     setting_texts_resource = r_cam_video_resolution_text_array;
       
  1367     }
       
  1368 
       
  1369 // IMAGE SETTINGS RESOURCES
       
  1370 
       
  1371 
       
  1372 //----------------------------------------------------
       
  1373 //
       
  1374 //    r_cam_settings_list_settings_page
       
  1375 //
       
  1376 //----------------------------------------------------
       
  1377 //
       
  1378 
       
  1379 RESOURCE AVKON_SETTING_PAGE
       
  1380 r_cam_settings_list_settings_page
       
  1381 	{
       
  1382 	type = EAknCtPopupSettingList;
       
  1383 	editor_resource_id = r_cam_setting_listbox;
       
  1384 	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1385 	}
       
  1386 
       
  1387 
       
  1388 // ---------------------------------------------------------
       
  1389 //
       
  1390 //    r_cam_image_memory_selection_dialog
       
  1391 //    Memory selection dialog
       
  1392 //
       
  1393 // ---------------------------------------------------------
       
  1394 //
       
  1395 RESOURCE MEMORYSELECTIONDIALOG r_cam_image_memory_selection_dialog
       
  1396     {
       
  1397     title = qtn_lcam_sett_attr_store;
       
  1398     softkey_1 = text_softkey_ok;
       
  1399     softkey_2 = text_softkey_cancel;
       
  1400 
       
  1401     locations =
       
  1402         {
       
  1403         LOCATION
       
  1404             {
       
  1405             root_path = text_phone_memory_root_path;
       
  1406             default_folder = text_images_path;
       
  1407             },
       
  1408         LOCATION
       
  1409             {
       
  1410             root_path = text_memory_card_root_path;
       
  1411             }
       
  1412         };
       
  1413     }
       
  1414 
       
  1415 // ---------------------------------------------------------
       
  1416 //
       
  1417 //    r_cam_setting_listbox
       
  1418 //    Listbox of setting page
       
  1419 //
       
  1420 // ---------------------------------------------------------
       
  1421 //
       
  1422 RESOURCE POPUP_SETTING_LIST r_cam_setting_listbox
       
  1423     {
       
  1424     flags = 0;
       
  1425     }
       
  1426 
       
  1427 //----------------------------------------------------
       
  1428 //
       
  1429 //    r_cam_photo_settings_item_list_camcorder
       
  1430 //
       
  1431 //----------------------------------------------------
       
  1432 //
       
  1433 
       
  1434 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1435 r_cam_photo_settings_item_list_camcorder
       
  1436 	{
       
  1437 	items =
       
  1438 		{
       
  1439 		AVKON_SETTING_ITEM
       
  1440 			{
       
  1441 			identifier = ECamSettingItemPhotoQuality;
       
  1442 			setting_page_resource = r_cam_settings_quality_settings_page;
       
  1443 			associated_resource = r_cam_photo_quality_texts;
       
  1444 			name = qtn_lcam_sett_attr_quality;
       
  1445 			},
       
  1446 
       
  1447     AVKON_SETTING_ITEM
       
  1448 			{
       
  1449 			identifier            = ECamSettingItemShowCapturedPhoto;
       
  1450 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1451 			associated_resource   = r_cam_on_off_texts_img_showcap_land;
       
  1452 			name                  = qtn_lcam_sett_attr_post_ph;
       
  1453 			},
       
  1454 
       
  1455 		AVKON_SETTING_ITEM
       
  1456 			{
       
  1457       identifier = ECamSettingItemPhotoNameBaseType;
       
  1458       setting_page_resource = r_cam_settings_list_settings_page;
       
  1459       associated_resource = r_cam_date_or_text_texts;
       
  1460       name = qtn_lcam_sett_attr_name_base;
       
  1461       },
       
  1462 
       
  1463       // If optical zoom is supported, could use setting for digital zoom only.
       
  1464       // If optical zoom not supported, this setting is needed for extended zoom only.
       
  1465 
       
  1466 	AVKON_SETTING_ITEM
       
  1467 			{
       
  1468 			identifier            = ECamSettingItemPhotoDigitalZoom;
       
  1469 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1470 			associated_resource   = r_cam_ext_zoom_texts;
       
  1471 			name                  = qtn_lcam_sett_attr_zoom;         // "Extended digital zoom"
       
  1472 			},
       
  1473     AVKON_SETTING_ITEM
       
  1474 			{
       
  1475 			identifier = ECamSettingItemPhotoCaptureTone;
       
  1476 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1477 			associated_resource = r_cam_capture_tone_list_texts;
       
  1478 			name = qtn_lcam_sett_attr_tone;
       
  1479 			},
       
  1480 		AVKON_SETTING_ITEM
       
  1481 			{
       
  1482 			identifier            = ECamSettingItemImageRotation;
       
  1483 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1484 			associated_resource   = r_cam_on_off_texts_img_rotate;
       
  1485 			name                  = qtn_lcam_sett_attr_tsensor;
       
  1486 			},
       
  1487 		AVKON_SETTING_ITEM
       
  1488 			{
       
  1489 			identifier = ECamSettingItemPhotoMediaStorage;
       
  1490 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1491 			name = qtn_lcam_sett_attr_store;
       
  1492 			},
       
  1493 		AVKON_SETTING_ITEM
       
  1494 			{
       
  1495 			identifier = ECamSettingItemRestoreCameraSettings;
       
  1496 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1497 			name = qtn_lcam_sett_attr_reset;
       
  1498 			}
       
  1499 		};
       
  1500 	}
       
  1501 
       
  1502 
       
  1503 //----------------------------------------------------
       
  1504 //
       
  1505 //    r_cam_photo_settings_with_location_item_list_camcorder
       
  1506 //
       
  1507 //----------------------------------------------------
       
  1508 //
       
  1509 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1510 r_cam_photo_settings_with_location_item_list_camcorder
       
  1511     {
       
  1512     items =
       
  1513         {
       
  1514         AVKON_SETTING_ITEM
       
  1515             {
       
  1516             identifier = ECamSettingItemPhotoQuality;
       
  1517             setting_page_resource = r_cam_settings_quality_settings_page;
       
  1518             associated_resource = r_cam_photo_quality_texts;
       
  1519             name = qtn_lcam_sett_attr_quality;
       
  1520             },
       
  1521         AVKON_SETTING_ITEM
       
  1522             {
       
  1523             identifier = ECamSettingItemRecLocation;
       
  1524             // The quality page resource is used to prevent crashing in the construction phase
       
  1525             // The type and editor resource are included but are not used
       
  1526             // The custom quality control is used instead
       
  1527             setting_page_resource = r_cam_settings_quality_settings_page;
       
  1528             associated_resource = r_cam_photo_location_texts;
       
  1529             name = qtn_lcam_sett_attr_rec_location;
       
  1530             },
       
  1531 
       
  1532     AVKON_SETTING_ITEM
       
  1533             {
       
  1534             identifier            = ECamSettingItemShowCapturedPhoto;
       
  1535             setting_page_resource = r_cam_settings_list_settings_page;
       
  1536             associated_resource   = r_cam_on_off_texts_img_showcap_land;
       
  1537             name                  = qtn_lcam_sett_attr_post_ph;
       
  1538             },
       
  1539 
       
  1540         AVKON_SETTING_ITEM
       
  1541             {
       
  1542       identifier = ECamSettingItemPhotoNameBaseType;
       
  1543       setting_page_resource = r_cam_settings_list_settings_page;
       
  1544       associated_resource = r_cam_date_or_text_texts;
       
  1545       name = qtn_lcam_sett_attr_name_base;
       
  1546       },
       
  1547 
       
  1548       // If optical zoom is supported, could use setting for digital zoom only.
       
  1549       // If optical zoom not supported, this setting is needed for extended zoom only.
       
  1550 
       
  1551     AVKON_SETTING_ITEM
       
  1552             {
       
  1553             identifier            = ECamSettingItemPhotoDigitalZoom;
       
  1554             setting_page_resource = r_cam_settings_list_settings_page;
       
  1555             associated_resource   = r_cam_ext_zoom_texts;
       
  1556             name                  = qtn_lcam_sett_attr_zoom;         // "Extended digital zoom"
       
  1557             },
       
  1558     AVKON_SETTING_ITEM
       
  1559             {
       
  1560             identifier = ECamSettingItemPhotoCaptureTone;
       
  1561             setting_page_resource = r_cam_settings_list_settings_page;
       
  1562             associated_resource = r_cam_capture_tone_list_texts;
       
  1563             name = qtn_lcam_sett_attr_tone;
       
  1564             },
       
  1565         AVKON_SETTING_ITEM
       
  1566             {
       
  1567             identifier            = ECamSettingItemImageRotation;
       
  1568             setting_page_resource = r_cam_settings_list_settings_page;
       
  1569             associated_resource   = r_cam_on_off_texts_img_rotate;
       
  1570             name                  = qtn_lcam_sett_attr_tsensor;
       
  1571             },
       
  1572         AVKON_SETTING_ITEM
       
  1573             {
       
  1574             identifier = ECamSettingItemPhotoMediaStorage;
       
  1575             setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1576             name = qtn_lcam_sett_attr_store;
       
  1577             },
       
  1578         AVKON_SETTING_ITEM
       
  1579             {
       
  1580             identifier = ECamSettingItemRestoreCameraSettings;
       
  1581             setting_page_resource = r_cam_settings_list_settings_page;
       
  1582             name = qtn_lcam_sett_attr_reset;
       
  1583             }
       
  1584         };
       
  1585     }
       
  1586 
       
  1587 //----------------------------------------------------
       
  1588 //
       
  1589 //    r_cam_photo_settings_item_list_portrait
       
  1590 //
       
  1591 //----------------------------------------------------
       
  1592 //
       
  1593 
       
  1594 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1595 r_cam_photo_settings_item_list_portrait
       
  1596 	{
       
  1597 	items =
       
  1598 		{
       
  1599 
       
  1600     AVKON_SETTING_ITEM
       
  1601 			{
       
  1602 			identifier            = ECamSettingItemShowCapturedPhoto;
       
  1603 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1604 			associated_resource   = r_cam_on_off_texts_img_showcap_port;
       
  1605 			name                  = qtn_lcam_sett_attr_post_ph;
       
  1606 			},
       
  1607 
       
  1608 		AVKON_SETTING_ITEM
       
  1609       {
       
  1610       identifier = ECamSettingItemPhotoNameBaseType;
       
  1611       setting_page_resource = r_cam_settings_list_settings_page;
       
  1612       associated_resource = r_cam_date_or_text_texts;
       
  1613       name = qtn_lcam_sett_attr_name_base;
       
  1614       },
       
  1615 
       
  1616 		AVKON_SETTING_ITEM
       
  1617 			{
       
  1618 			identifier = ECamSettingItemPhotoMediaStorage;
       
  1619 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1620 			name = qtn_lcam_sett_attr_store;
       
  1621 			}
       
  1622 		};
       
  1623 	}
       
  1624 
       
  1625 //----------------------------------------------------
       
  1626 //
       
  1627 //    r_cam_embedded_photo_settings_item_list_camcorder
       
  1628 //
       
  1629 //----------------------------------------------------
       
  1630 //
       
  1631 
       
  1632 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1633 r_cam_embedded_photo_settings_item_list_camcorder
       
  1634 	{
       
  1635 	items =
       
  1636 		{
       
  1637 		AVKON_SETTING_ITEM
       
  1638 			{
       
  1639 			identifier = ECamSettingItemPhotoSize;
       
  1640 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1641 			associated_resource = r_cam_photo_size_texts;
       
  1642 			name = qtn_lcam_sett_attr_ph_resolut;
       
  1643 			},
       
  1644 		AVKON_SETTING_ITEM
       
  1645 			{
       
  1646 			identifier = ECamSettingItemPhotoQuality;
       
  1647 			setting_page_resource = r_cam_settings_quality_settings_page;
       
  1648 			associated_resource = r_cam_photo_quality_texts;
       
  1649 			name = qtn_lcam_sett_attr_quality;
       
  1650 			},
       
  1651 
       
  1652  		AVKON_SETTING_ITEM
       
  1653 			{
       
  1654 			identifier = ECamSettingItemPhotoMediaStorage;
       
  1655 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1656 			name = qtn_lcam_sett_attr_store;
       
  1657 			},
       
  1658 		AVKON_SETTING_ITEM
       
  1659 			{
       
  1660 			identifier = ECamSettingItemRestoreCameraSettings;
       
  1661 			setting_page_resource = r_cam_settings_list_settings_page;
       
  1662 			name = qtn_lcam_sett_attr_reset;
       
  1663 			}
       
  1664 		};
       
  1665 
       
  1666 	}
       
  1667 
       
  1668 //----------------------------------------------------
       
  1669 //
       
  1670 //    r_cam_embedded_photo_settings_item_list_portrait
       
  1671 //
       
  1672 //----------------------------------------------------
       
  1673 //
       
  1674 
       
  1675 RESOURCE AVKON_SETTING_ITEM_LIST
       
  1676 r_cam_embedded_photo_settings_item_list_portrait
       
  1677 	{
       
  1678 	items =
       
  1679 		{
       
  1680 
       
  1681 		AVKON_SETTING_ITEM
       
  1682 			{
       
  1683 			identifier = ECamSettingItemPhotoMediaStorage;
       
  1684 			setting_page_resource = r_cam_image_memory_selection_dialog;
       
  1685 			name = qtn_lcam_sett_attr_store;
       
  1686 			}
       
  1687 		};
       
  1688 
       
  1689 	}
       
  1690 
       
  1691 //----------------------------------------------------
       
  1692 //
       
  1693 //    r_cam_photo_quality_texts
       
  1694 //    Defines list for setting page
       
  1695 //
       
  1696 //----------------------------------------------------
       
  1697 //
       
  1698 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_photo_quality_texts
       
  1699     {
       
  1700     setting_texts_resource = r_cam_photo_quality_text_array;
       
  1701     }
       
  1702 
       
  1703 //----------------------------------------------------
       
  1704 //
       
  1705 //    r_cam_photo_location_texts
       
  1706 //    Defines list for setting page
       
  1707 //
       
  1708 //----------------------------------------------------
       
  1709 //
       
  1710 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_photo_location_texts
       
  1711     {
       
  1712     setting_texts_resource = r_cam_photo_location_text_array;
       
  1713     popped_up_texts_resource = r_cam_off_on_loc_text_list;
       
  1714     }
       
  1715 
       
  1716 //----------------------------------------------------
       
  1717 //
       
  1718 //    r_cam_photo_size_texts
       
  1719 //    Defines list for setting page
       
  1720 //
       
  1721 //----------------------------------------------------
       
  1722 //
       
  1723 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_photo_size_texts
       
  1724     {
       
  1725     setting_texts_resource = r_cam_photo_size_text_array;
       
  1726     }
       
  1727 
       
  1728 
       
  1729 // ---------------------------------------------------------------------------
       
  1730 // Setting page texts for photo "Add to album" setting item, landscape
       
  1731 // ---------------------------------------------------------------------------
       
  1732 //
       
  1733 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_setting_texts_img_add_to_album_land
       
  1734   {
       
  1735   setting_texts_resource   = r_cam_text_and_value_array_img_add_to_album_land;
       
  1736   popped_up_texts_resource = r_cam_text_array_img_add_to_album_land;
       
  1737   }
       
  1738 
       
  1739 // ---------------------------------------------------------------------------
       
  1740 // Setting page texts for photo "Add to album" setting item, portrait
       
  1741 // ---------------------------------------------------------------------------
       
  1742 //
       
  1743 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_setting_texts_img_add_to_album_port
       
  1744   {
       
  1745   setting_texts_resource   = r_cam_text_and_value_array_img_add_to_album_port;
       
  1746   popped_up_texts_resource = r_cam_text_array_img_add_to_album_port;
       
  1747   }
       
  1748 
       
  1749 // ---------------------------------------------------------------------------
       
  1750 // Setting page texts for video "Add to album" setting item, landscape
       
  1751 // ---------------------------------------------------------------------------
       
  1752 //
       
  1753 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_setting_texts_vid_add_to_album_land
       
  1754   {
       
  1755   setting_texts_resource   = r_cam_text_and_value_array_vid_add_to_album_land;
       
  1756   popped_up_texts_resource = r_cam_text_array_vid_add_to_album_land;
       
  1757   }
       
  1758 
       
  1759 // ---------------------------------------------------------------------------
       
  1760 // Setting page texts for video "Add to album" setting item, portrait
       
  1761 // ---------------------------------------------------------------------------
       
  1762 //
       
  1763 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_setting_texts_vid_add_to_album_port
       
  1764   {
       
  1765   setting_texts_resource   = r_cam_text_and_value_array_vid_add_to_album_port;
       
  1766   popped_up_texts_resource = r_cam_text_array_vid_add_to_album_port;
       
  1767   }
       
  1768 
       
  1769 //----------------------------------------------------
       
  1770 //
       
  1771 //    r_cam_on_off_texts
       
  1772 //    Defines list for setting page
       
  1773 //
       
  1774 //----------------------------------------------------
       
  1775 //
       
  1776 /* Only context specific setting texts to be used.
       
  1777 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts
       
  1778   {
       
  1779   setting_texts_resource = r_cam_on_off_text_array;
       
  1780   }
       
  1781 */
       
  1782 
       
  1783 // ---------------------------------------------------------------------------
       
  1784 // Video stabilisation setting page texts
       
  1785 // ---------------------------------------------------------------------------
       
  1786 //
       
  1787 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_vid_stable
       
  1788   {
       
  1789   setting_texts_resource = r_cam_text_array_vid_stable;
       
  1790   }
       
  1791 
       
  1792 // ---------------------------------------------------------------------------
       
  1793 // Image rotation setting page texts
       
  1794 // ---------------------------------------------------------------------------
       
  1795 //
       
  1796 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_img_rotate
       
  1797   {
       
  1798   setting_texts_resource = r_cam_text_array_img_rotate;
       
  1799   }
       
  1800 
       
  1801 // ---------------------------------------------------------------------------
       
  1802 // Show video post capture on/off setting page texts, landscape
       
  1803 // ---------------------------------------------------------------------------
       
  1804 //
       
  1805 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_vid_showcap_land
       
  1806   {
       
  1807   setting_texts_resource = r_cam_text_array_vid_showcap_land;
       
  1808   }
       
  1809 
       
  1810 // ---------------------------------------------------------------------------
       
  1811 // Show video post capture on/off setting page texts, portrait
       
  1812 // ---------------------------------------------------------------------------
       
  1813 //
       
  1814 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_vid_showcap_port
       
  1815   {
       
  1816   setting_texts_resource = r_cam_text_array_vid_showcap_port;
       
  1817   }
       
  1818 
       
  1819 // ---------------------------------------------------------------------------
       
  1820 // Show photo post capture on/off setting page texts, landscape
       
  1821 // ---------------------------------------------------------------------------
       
  1822 //
       
  1823 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_img_showcap_land
       
  1824   {
       
  1825   setting_texts_resource = r_cam_text_array_img_showcap_land;
       
  1826   }
       
  1827 
       
  1828 // ---------------------------------------------------------------------------
       
  1829 // Show photo post capture on/off setting page texts, portrait
       
  1830 // ---------------------------------------------------------------------------
       
  1831 //
       
  1832 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_off_texts_img_showcap_port
       
  1833   {
       
  1834   setting_texts_resource = r_cam_text_array_img_showcap_port;
       
  1835   }
       
  1836 
       
  1837 //----------------------------------------------------
       
  1838 //
       
  1839 //    r_cam_on_mute_texts
       
  1840 //    Defines list for audio enabled setting page
       
  1841 //
       
  1842 //----------------------------------------------------
       
  1843 //
       
  1844 /*
       
  1845 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_on_mute_texts
       
  1846   {
       
  1847   setting_texts_resource = r_cam_on_mute_text_array;
       
  1848   }
       
  1849 */
       
  1850 
       
  1851 // ---------------------------------------------------------------------------
       
  1852 // Option texts for video mute audio setting, landscape
       
  1853 // ---------------------------------------------------------------------------
       
  1854 //
       
  1855 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_texts_vid_audiomute_land
       
  1856   {
       
  1857   setting_texts_resource = r_cam_text_array_audiomute_land;
       
  1858   }
       
  1859 
       
  1860 // ---------------------------------------------------------------------------
       
  1861 // Option texts for video continuous autofocus setting   
       
  1862 // ---------------------------------------------------------------------------
       
  1863 //
       
  1864 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_texts_vid_continuous_af
       
  1865   {
       
  1866   setting_texts_resource = r_cam_text_array_continuous_af;
       
  1867   }
       
  1868 
       
  1869 // ---------------------------------------------------------------------------
       
  1870 // Option texts for video mute audio setting, portrait
       
  1871 // ---------------------------------------------------------------------------
       
  1872 //
       
  1873 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_texts_vid_audiomute_port
       
  1874   {
       
  1875   setting_texts_resource = r_cam_text_array_audiomute_port;
       
  1876   }
       
  1877 
       
  1878 
       
  1879 //----------------------------------------------------
       
  1880 //
       
  1881 //    r_cam_ext_zoom_texts
       
  1882 //    Defines list for digital/extended zoom page
       
  1883 //
       
  1884 //----------------------------------------------------
       
  1885 //
       
  1886 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_ext_zoom_texts
       
  1887     {
       
  1888     setting_texts_resource = r_cam_zoom_text_array;
       
  1889     }
       
  1890 
       
  1891 
       
  1892 //----------------------------------------------------
       
  1893 //
       
  1894 //    r_cam_capture_tone_list_texts
       
  1895 //    Defines list for setting page
       
  1896 //
       
  1897 //----------------------------------------------------
       
  1898 //
       
  1899 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_capture_tone_list_texts
       
  1900     {
       
  1901     setting_texts_resource = r_cam_capture_tone_text_and_value_array;
       
  1902     }
       
  1903 
       
  1904 
       
  1905 //----------------------------------------------------
       
  1906 //
       
  1907 //    r_cam_date_or_text_texts
       
  1908 //    Defines list for base name setting page
       
  1909 //
       
  1910 //----------------------------------------------------
       
  1911 //
       
  1912 RESOURCE AVKON_POPUP_SETTING_TEXTS r_cam_date_or_text_texts
       
  1913     {
       
  1914     setting_texts_resource = r_cam_date_or_text_array;
       
  1915     }
       
  1916 
       
  1917 
       
  1918 //----------------------------------------------------
       
  1919 //
       
  1920 //    r_cam_date_or_text_array
       
  1921 //    Defines list for setting page
       
  1922 //
       
  1923 //----------------------------------------------------
       
  1924 //
       
  1925 RESOURCE ARRAY r_cam_date_or_text_array
       
  1926     {
       
  1927     items =
       
  1928         {
       
  1929         AVKON_ENUMERATED_TEXT
       
  1930             {
       
  1931             value = ECamNameBaseDate;
       
  1932             text = qtn_lcam_set_pop_date;
       
  1933             },
       
  1934         AVKON_ENUMERATED_TEXT
       
  1935             {
       
  1936             value = ECamNameBaseText;
       
  1937             text = qtn_lcam_set_pop_text;
       
  1938             }
       
  1939         };
       
  1940     }
       
  1941 
       
  1942 
       
  1943 //----------------------------------------------------
       
  1944 //
       
  1945 //    r_cam_photo_size_text_array
       
  1946 //    Defines options for settings/still/image resolution.
       
  1947 //
       
  1948 //----------------------------------------------------
       
  1949 //
       
  1950 RESOURCE ARRAY r_cam_photo_size_text_array
       
  1951     {
       
  1952     items =
       
  1953         {
       
  1954         AVKON_ENUMERATED_TEXT
       
  1955             {
       
  1956             value = ECamPhotoSize2MP;    // Refers to id in
       
  1957                                            // r_cam_image_resolution_array.
       
  1958             text = qtn_lcam_set_resolut_2m;              // Text visible in the UI
       
  1959             },
       
  1960         AVKON_ENUMERATED_TEXT
       
  1961             {
       
  1962             value = ECamPhotoSizeVGA; // Refers to id in
       
  1963                                            // r_cam_image_resolution_array.
       
  1964             text = qtn_lcam_set_resolut_vga;             // Text visible in the UI
       
  1965             }
       
  1966 
       
  1967         };
       
  1968     }
       
  1969 
       
  1970 
       
  1971 //----------------------------------------------------
       
  1972 //
       
  1973 //    r_cam_photo_quality_text_array
       
  1974 //    Defines options for settings/still/image quality.
       
  1975 //    Visible in the setting item.
       
  1976 //
       
  1977 //----------------------------------------------------
       
  1978 //
       
  1979 RESOURCE ARRAY r_cam_photo_quality_text_array
       
  1980     {
       
  1981     items =
       
  1982         {
       
  1983         AVKON_ENUMERATED_TEXT
       
  1984             {
       
  1985             value = ECamImageQualityPrint12m;    // refers to id in
       
  1986                                                 // r_cam_image_quality_array
       
  1987             text = qtn_lcam_sett_attr_quality_print12largem_v2; // Text visible in the UI
       
  1988             },
       
  1989         AVKON_ENUMERATED_TEXT
       
  1990             {
       
  1991             value = ECamImageQualityPrintW9m;    // refers to id in r_cam_image_quality_array
       
  1992             text  = qtn_lcam_sett_attr_quality_print9mlarge_v2; // Text visible in the UI
       
  1993             },
       
  1994         AVKON_ENUMERATED_TEXT
       
  1995             {
       
  1996             value = ECamImageQualityPrint8m;    // refers to id in
       
  1997                                                 // r_cam_image_quality_array
       
  1998             text = qtn_lcam_sett_attr_quality_print8mlarge_v2; // Text visible in the UI
       
  1999             },
       
  2000         AVKON_ENUMERATED_TEXT
       
  2001             {
       
  2002             value = ECamImageQualityPrintW6m;    // refers to id in r_cam_image_quality_array
       
  2003             text  = qtn_lcam_sett_attr_quality_print6mlarge_v2; // Text visible in the UI
       
  2004             },
       
  2005         AVKON_ENUMERATED_TEXT
       
  2006             {
       
  2007             value = ECamImageQualityPrint5m;    // refers to id in
       
  2008                                                 // r_cam_image_quality_array
       
  2009             text = qtn_lcam_sett_attr_quality_print5mlarge_v2; // Text visible in the UI
       
  2010             },
       
  2011         AVKON_ENUMERATED_TEXT
       
  2012             {
       
  2013             value = ECamImageQualityPrint3m;    // refers to id in
       
  2014                                                 // r_cam_image_quality_array
       
  2015             text = qtn_lcam_sett_attr_quality_print3mlarge_v2; // Text visible in the UI
       
  2016             },
       
  2017         AVKON_ENUMERATED_TEXT
       
  2018             {
       
  2019             value = ECamImageQualityPrint2m;    // refers to id in
       
  2020                                                 // r_cam_image_quality_array
       
  2021             text = qtn_lcam_sett_attr_quality_print2mlarge_v2; // Text visible in the UI
       
  2022             },
       
  2023         AVKON_ENUMERATED_TEXT
       
  2024             {
       
  2025             value = ECamImageQualityPrint3m;    // refers to id in
       
  2026                                                 // r_cam_image_quality_array
       
  2027             text = qtn_lcam_sett_attr_quality_print3mmed_v2; // Text visible in the UI
       
  2028             },
       
  2029         AVKON_ENUMERATED_TEXT
       
  2030             {
       
  2031             value = ECamImageQualityPrint2m;  // refers to id in
       
  2032                                                 // r_cam_image_quality_array
       
  2033             text = qtn_lcam_sett_attr_quality_print2mmed_v2; // Text visible in the UI
       
  2034             },
       
  2035         AVKON_ENUMERATED_TEXT
       
  2036             {
       
  2037             value = ECamImageQualityEmail1m;  // refers to id in
       
  2038                                                 // r_cam_image_quality_array
       
  2039             text = qtn_lcam_sett_attr_quality_print1med_v2; // Text visible in the UI
       
  2040             },
       
  2041         AVKON_ENUMERATED_TEXT
       
  2042             {
       
  2043             value = ECamImageQualityPrint1_3m;    // refers to id in
       
  2044                                                 // r_cam_image_quality_array
       
  2045             text = qtn_lcam_sett_attr_quality_print1_3small_v2; // Text visible in the UI
       
  2046             },
       
  2047         AVKON_ENUMERATED_TEXT
       
  2048             {
       
  2049             value = ECamImageQualityEmail1m;    // refers to id in
       
  2050                                                 // r_cam_image_quality_array
       
  2051             text = qtn_lcam_sett_attr_quality_print1_0small_v2; // Text visible in the UI
       
  2052             },
       
  2053         AVKON_ENUMERATED_TEXT
       
  2054             {
       
  2055             value = ECamImageQualityEmail08m;    // refers to id in
       
  2056                                                 // r_cam_image_quality_array
       
  2057             text = qtn_lcam_sett_attr_quality_print0_8med_v2; // Text visible in the UI
       
  2058             },
       
  2059         AVKON_ENUMERATED_TEXT
       
  2060             {
       
  2061             value = ECamImageQualityMMS;        // refers to id in
       
  2062                                                 // r_cam_image_quality_array
       
  2063             text = qtn_lcam_sett_attr_quality_mms_v2; // Text visible in the UI
       
  2064             }
       
  2065         // Add new quality setting texts here if necessary
       
  2066         };
       
  2067     }
       
  2068 
       
  2069 //----------------------------------------------------
       
  2070 //
       
  2071 //    r_cam_photo_location_text_array
       
  2072 //    Defines options for recording location.
       
  2073 //    Visible in the setting item.
       
  2074 //
       
  2075 //----------------------------------------------------
       
  2076 //
       
  2077 RESOURCE ARRAY r_cam_photo_location_text_array
       
  2078     {
       
  2079     items =
       
  2080         {
       
  2081         AVKON_ENUMERATED_TEXT
       
  2082             {
       
  2083             value = ECamLocationOff;        // refers to id in
       
  2084                                                 // r_cam_image_location_array
       
  2085             text = qtn_lcam_location_set_off_v2; // Text visible in the UI
       
  2086             },
       
  2087         AVKON_ENUMERATED_TEXT
       
  2088             {
       
  2089             value = ECamLocationOn;    // refers to id in
       
  2090                                                 // r_cam_image_location_array
       
  2091             text = qtn_lcam_location_set_on_v2; // Text visible in the UI
       
  2092             }
       
  2093         // Add new location setting texts here if necessary
       
  2094         };
       
  2095     }
       
  2096 
       
  2097 //----------------------------------------------------
       
  2098 //
       
  2099 //    r_cam_video_quality_text_array
       
  2100 //    Defines options for settings/video quality.
       
  2101 //
       
  2102 //----------------------------------------------------
       
  2103 //
       
  2104 RESOURCE ARRAY r_cam_video_quality_text_array
       
  2105     {
       
  2106     items =
       
  2107         {
       
  2108         AVKON_ENUMERATED_TEXT
       
  2109             {
       
  2110             value = ECamVideoQualityHigh;
       
  2111             text = qtn_lcam_set_type_highdefinition_v2;
       
  2112             },
       
  2113         AVKON_ENUMERATED_TEXT
       
  2114             {
       
  2115             value = ECamVideoQualityHigh;
       
  2116             text = qtn_lcam_set_type_widescreen_v2;
       
  2117             },
       
  2118         AVKON_ENUMERATED_TEXT
       
  2119             {
       
  2120             value = ECamVideoQualityHigh;
       
  2121             text = qtn_lcam_set_type_tvhigh_v2;
       
  2122             },
       
  2123         AVKON_ENUMERATED_TEXT
       
  2124             {
       
  2125             value = ECamVideoQualityHigh;
       
  2126             text = qtn_lcam_set_type_high_v2;
       
  2127             },
       
  2128         AVKON_ENUMERATED_TEXT
       
  2129             {
       
  2130             value = ECamVideoQualityNormalHigh;
       
  2131             text = qtn_lcam_set_type_widescreen_v2;
       
  2132             },
       
  2133         AVKON_ENUMERATED_TEXT
       
  2134             {
       
  2135             value = ECamVideoQualityNormalHigh;
       
  2136             text = qtn_lcam_set_type_widescr_normal_v2;
       
  2137             },
       
  2138         AVKON_ENUMERATED_TEXT
       
  2139             {
       
  2140             value = ECamVideoQualityNormalHigh;
       
  2141             text = qtn_lcam_set_type_tvnorm_v2;
       
  2142             },
       
  2143         AVKON_ENUMERATED_TEXT
       
  2144             {
       
  2145             value = ECamVideoQualityNormal;
       
  2146             text = qtn_lcam_set_type_normal_v2;
       
  2147             },
       
  2148         AVKON_ENUMERATED_TEXT
       
  2149             {
       
  2150             value = ECamVideoQualityNormal;
       
  2151             text = qtn_lcam_set_type_webhigh_v2;
       
  2152             },
       
  2153         AVKON_ENUMERATED_TEXT
       
  2154             {
       
  2155             value = ECamVideoQualityNormalLow;
       
  2156             text = qtn_lcam_set_type_webnorm_v2;
       
  2157             },
       
  2158         AVKON_ENUMERATED_TEXT
       
  2159             {
       
  2160             value = ECamVideoQualitySharing;
       
  2161             text = qtn_lcam_set_type_mms_v2;
       
  2162             },
       
  2163         AVKON_ENUMERATED_TEXT
       
  2164             {
       
  2165             value = ECamVideoQualitySharing;
       
  2166             text = qtn_lcam_set_type_sharing_v2;
       
  2167             }
       
  2168 
       
  2169         // Add new resolutions here if necessary
       
  2170         };
       
  2171     }
       
  2172 
       
  2173 //----------------------------------------------------
       
  2174 //
       
  2175 //    r_cam_video_resolution_text_array
       
  2176 //    Defines options for settings/video resolution.
       
  2177 //
       
  2178 //----------------------------------------------------
       
  2179 //
       
  2180 RESOURCE ARRAY r_cam_video_resolution_text_array
       
  2181     {
       
  2182     items =
       
  2183         {
       
  2184         AVKON_ENUMERATED_TEXT
       
  2185             {
       
  2186             value = ECamVideoResolutionQVGA;
       
  2187             text = qtn_lcam_set_resolut_med;
       
  2188             },
       
  2189         AVKON_ENUMERATED_TEXT
       
  2190             {
       
  2191             value = ECamVideoResolutionVGA;
       
  2192             text = qtn_lcam_set_resolut_lar;
       
  2193             },
       
  2194         AVKON_ENUMERATED_TEXT
       
  2195             {
       
  2196             value = ECamVideoResolutionCIF;
       
  2197             text = qtn_lcam_set_resolut_lar;
       
  2198             },
       
  2199         AVKON_ENUMERATED_TEXT
       
  2200             {
       
  2201             value = ECamVideoResolutionQCIF;
       
  2202             text = qtn_lcam_set_resolut_med;
       
  2203             },
       
  2204         AVKON_ENUMERATED_TEXT
       
  2205             {
       
  2206             value = ECamVideoResolutionSubQCIF; // Refers to id in
       
  2207                                            // r_cam_image_resolution_array.
       
  2208             text = qtn_lcam_set_resolut_sma; //"SubQCIF";             // Text visible in the UI
       
  2209             }
       
  2210 
       
  2211         // Add new resolutions here if necessary
       
  2212         };
       
  2213     }
       
  2214 
       
  2215 
       
  2216 // ---------------------------------------------------------------------------
       
  2217 // Text and value array for image add to album setting, landscape
       
  2218 // ---------------------------------------------------------------------------
       
  2219 //
       
  2220 RESOURCE ARRAY r_cam_text_and_value_array_img_add_to_album_land
       
  2221   {
       
  2222   items =
       
  2223     {
       
  2224     AVKON_ENUMERATED_TEXT { value = ECamSettNo;  text = qtn_lcam_set_land_img_add_toalbum_no;  },
       
  2225     AVKON_ENUMERATED_TEXT { value = ECamSettYes; text = qtn_lcam_set_land_img_add_toalbum_yes; }
       
  2226     };
       
  2227   }
       
  2228 
       
  2229 // ---------------------------------------------------------------------------
       
  2230 // Text and value array for image add to album setting, portrait
       
  2231 // ---------------------------------------------------------------------------
       
  2232 //
       
  2233 RESOURCE ARRAY r_cam_text_and_value_array_img_add_to_album_port
       
  2234   {
       
  2235   items =
       
  2236     {
       
  2237     AVKON_ENUMERATED_TEXT { value = ECamSettNo;  text = qtn_lcam_set_port_img_add_toalbum_no;  },
       
  2238     AVKON_ENUMERATED_TEXT { value = ECamSettYes; text = qtn_lcam_set_port_img_add_toalbum_yes; }
       
  2239     };
       
  2240   }
       
  2241 
       
  2242 // ---------------------------------------------------------------------------
       
  2243 // Text and value array for video add to album setting, landscape
       
  2244 // ---------------------------------------------------------------------------
       
  2245 //
       
  2246 RESOURCE ARRAY r_cam_text_and_value_array_vid_add_to_album_land
       
  2247   {
       
  2248   items =
       
  2249     {
       
  2250     AVKON_ENUMERATED_TEXT { value = ECamSettNo;  text = qtn_lcam_set_land_vid_add_toalbum_no;  },
       
  2251     AVKON_ENUMERATED_TEXT { value = ECamSettYes; text = qtn_lcam_set_land_vid_add_toalbum_yes; }
       
  2252     };
       
  2253   }
       
  2254 
       
  2255 // ---------------------------------------------------------------------------
       
  2256 // Text and value array for video add to album setting, portrait
       
  2257 // ---------------------------------------------------------------------------
       
  2258 //
       
  2259 RESOURCE ARRAY r_cam_text_and_value_array_vid_add_to_album_port
       
  2260   {
       
  2261   items =
       
  2262     {
       
  2263     AVKON_ENUMERATED_TEXT { value = ECamSettNo;  text = qtn_lcam_set_port_vid_add_toalbum_no;  },
       
  2264     AVKON_ENUMERATED_TEXT { value = ECamSettYes; text = qtn_lcam_set_port_vid_add_toalbum_yes; }
       
  2265     };
       
  2266   }
       
  2267 
       
  2268 
       
  2269 // ---------------------------------------------------------------------------
       
  2270 // Option texts for photo adding to album setting, landscape
       
  2271 // ---------------------------------------------------------------------------
       
  2272 //
       
  2273 RESOURCE ARRAY r_cam_text_array_img_add_to_album_land
       
  2274   {
       
  2275   items =
       
  2276     {
       
  2277     LBUF { txt = qtn_lcam_set_land_img_add_toalbum_no;  },
       
  2278     LBUF { txt = qtn_lcam_set_land_img_add_toalbum_yes; }
       
  2279     };
       
  2280   }
       
  2281 
       
  2282 // ---------------------------------------------------------------------------
       
  2283 // Option texts for photo adding to album setting, portrait
       
  2284 // ---------------------------------------------------------------------------
       
  2285 //
       
  2286 RESOURCE ARRAY r_cam_text_array_img_add_to_album_port
       
  2287   {
       
  2288   items =
       
  2289     {
       
  2290     LBUF { txt = qtn_lcam_set_port_img_add_toalbum_no;  },
       
  2291     LBUF { txt = qtn_lcam_set_port_img_add_toalbum_yes; }
       
  2292     };
       
  2293   }
       
  2294 
       
  2295 // ---------------------------------------------------------------------------
       
  2296 // Option texts for video adding to album setting, landscape
       
  2297 // ---------------------------------------------------------------------------
       
  2298 //
       
  2299 RESOURCE ARRAY r_cam_text_array_vid_add_to_album_land
       
  2300   {
       
  2301   items =
       
  2302     {
       
  2303     LBUF { txt = qtn_lcam_set_land_vid_add_toalbum_no;  },
       
  2304     LBUF { txt = qtn_lcam_set_land_vid_add_toalbum_yes; }
       
  2305     };
       
  2306   }
       
  2307 
       
  2308 // ---------------------------------------------------------------------------
       
  2309 // Option texts for video adding to album setting, portrait
       
  2310 // ---------------------------------------------------------------------------
       
  2311 //
       
  2312 RESOURCE ARRAY r_cam_text_array_vid_add_to_album_port
       
  2313   {
       
  2314   items =
       
  2315     {
       
  2316     LBUF { txt = qtn_lcam_set_port_vid_add_toalbum_no;  },
       
  2317     LBUF { txt = qtn_lcam_set_port_vid_add_toalbum_yes; }
       
  2318     };
       
  2319   }
       
  2320 
       
  2321 // ---------------------------------------------------------------------------
       
  2322 // Video stabilisation setting texts and values
       
  2323 // ---------------------------------------------------------------------------
       
  2324 //
       
  2325 RESOURCE ARRAY r_cam_text_array_vid_stable
       
  2326   {
       
  2327   items =
       
  2328     {
       
  2329     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_land_vidstab_on;  },
       
  2330     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_land_vidstab_off; }
       
  2331     };
       
  2332   }
       
  2333 
       
  2334 // ---------------------------------------------------------------------------
       
  2335 // Image rotation setting texts and values
       
  2336 // ---------------------------------------------------------------------------
       
  2337 //
       
  2338 RESOURCE ARRAY r_cam_text_array_img_rotate
       
  2339   {
       
  2340   items =
       
  2341     {
       
  2342     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_land_rotate_img_on;  },
       
  2343     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_land_rotate_img_off; }
       
  2344     };
       
  2345   }
       
  2346 
       
  2347 
       
  2348 // ---------------------------------------------------------------------------
       
  2349 // Video post capture showing setting values and texts, landscape
       
  2350 // ---------------------------------------------------------------------------
       
  2351 //
       
  2352 RESOURCE ARRAY r_cam_text_array_vid_showcap_land
       
  2353   {
       
  2354   items =
       
  2355     {
       
  2356     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_land_showcap_vid_on;  },
       
  2357     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_land_showcap_vid_off; }
       
  2358     };
       
  2359   }
       
  2360 
       
  2361 // ---------------------------------------------------------------------------
       
  2362 // Video post capture showing setting values and texts, portrait
       
  2363 // ---------------------------------------------------------------------------
       
  2364 //
       
  2365 RESOURCE ARRAY r_cam_text_array_vid_showcap_port
       
  2366   {
       
  2367   items =
       
  2368     {
       
  2369     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_port_showcap_vid_on;  },
       
  2370     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_port_showcap_vid_off; }
       
  2371     };
       
  2372   }
       
  2373 
       
  2374 // ---------------------------------------------------------------------------
       
  2375 // Photo post capture showing setting values and texts, landscape
       
  2376 // ---------------------------------------------------------------------------
       
  2377 //
       
  2378 RESOURCE ARRAY r_cam_text_array_img_showcap_land
       
  2379   {
       
  2380   items =
       
  2381     {
       
  2382     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_land_showcap_img_on;  },
       
  2383     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_land_showcap_img_off; }
       
  2384     };
       
  2385   }
       
  2386 
       
  2387 // ---------------------------------------------------------------------------
       
  2388 // Photo post capture showing setting values and texts, portrait
       
  2389 // ---------------------------------------------------------------------------
       
  2390 //
       
  2391 RESOURCE ARRAY r_cam_text_array_img_showcap_port
       
  2392   {
       
  2393   items =
       
  2394     {
       
  2395     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_port_showcap_img_on;  },
       
  2396     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_port_showcap_img_off; }
       
  2397     };
       
  2398   }
       
  2399 
       
  2400 
       
  2401 
       
  2402 //----------------------------------------------------
       
  2403 //
       
  2404 //    r_cam_on_mute_text_array
       
  2405 //    Defines text for on_mute options.
       
  2406 //
       
  2407 //----------------------------------------------------
       
  2408 //
       
  2409 /*
       
  2410 RESOURCE ARRAY r_cam_on_mute_text_array
       
  2411     {
       
  2412     items =
       
  2413         {
       
  2414         AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_on;        },
       
  2415         AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_audio_off; }
       
  2416         };
       
  2417     }
       
  2418 */
       
  2419 
       
  2420 // ---------------------------------------------------------------------------
       
  2421 // Texts array for audio mute setting on video settings, landscape
       
  2422 // ---------------------------------------------------------------------------
       
  2423 //
       
  2424 RESOURCE ARRAY r_cam_text_array_audiomute_land
       
  2425   {
       
  2426   items =
       
  2427     {
       
  2428     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_land_audio_vid_on; },
       
  2429     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_audio_off;         }
       
  2430     };
       
  2431   }
       
  2432 
       
  2433 // ---------------------------------------------------------------------------
       
  2434 // Texts array for continuous autofocus setting on video settings   
       
  2435 // ---------------------------------------------------------------------------
       
  2436 //
       
  2437 RESOURCE ARRAY r_cam_text_array_continuous_af
       
  2438   {
       
  2439   items =
       
  2440     {
       
  2441    
       
  2442     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_sett_attr_cont_af_on; },
       
  2443     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_sett_attr_cont_af_off;}        
       
  2444     };
       
  2445   } 
       
  2446 
       
  2447 // ---------------------------------------------------------------------------
       
  2448 // Texts array for audio mute setting on video settings, portrait
       
  2449 // ---------------------------------------------------------------------------
       
  2450 //
       
  2451 RESOURCE ARRAY r_cam_text_array_audiomute_port
       
  2452   {
       
  2453   items =
       
  2454     {
       
  2455     AVKON_ENUMERATED_TEXT { value = ECamSettOn;  text = qtn_lcam_set_port_audio_vid_on; },
       
  2456     AVKON_ENUMERATED_TEXT { value = ECamSettOff; text = qtn_lcam_set_audio_off;         }
       
  2457     };
       
  2458   }
       
  2459 
       
  2460 
       
  2461 //----------------------------------------------------
       
  2462 //
       
  2463 //    r_cam_zoom_text_array
       
  2464 //    Defines text for digital/extended zoom options.
       
  2465 //
       
  2466 //----------------------------------------------------
       
  2467 //
       
  2468 RESOURCE ARRAY r_cam_zoom_text_array
       
  2469     {
       
  2470     items =
       
  2471         {
       
  2472 // Products with optical zoom and paused extended zoom have
       
  2473 //   [Digital zoom]
       
  2474 //     Off, On (paused), On (continuous),
       
  2475 //     Extended on (paused), Extended on (continuous)
       
  2476 //
       
  2477 // Products with optical zoom and on/off extended zoom have
       
  2478 //   [Extended digital zoom]
       
  2479 //     Off, On
       
  2480 //
       
  2481 // Products with *no* optical zoom but paused extended zoom have
       
  2482 //   [Extended digital zoom]
       
  2483 //     Off, On (paused), On (continuous)
       
  2484 //
       
  2485 // Products with *no* optical zoom and on/off extended zoom have
       
  2486 //   [Extended digital zoom]
       
  2487 //     Off, On (continuous)
       
  2488 //
       
  2489         AVKON_ENUMERATED_TEXT
       
  2490             {
       
  2491             value = ECamSettDigZoomNormalCont;
       
  2492             text  = qtn_lcam_ex_set_off;        // "Off"
       
  2493             },
       
  2494         AVKON_ENUMERATED_TEXT
       
  2495             {
       
  2496             value = ECamSettDigZoomExtendPause;
       
  2497             text  = qtn_lcam_ex_set_onpause;       // "On (paused)"
       
  2498             },
       
  2499         AVKON_ENUMERATED_TEXT
       
  2500             {
       
  2501             value = ECamSettDigZoomExtendCont;
       
  2502             text  = qtn_lcam_ex_set_oncont;        // "On (continuous)"
       
  2503             }
       
  2504         };
       
  2505     }
       
  2506 
       
  2507 
       
  2508 
       
  2509 //----------------------------------------------------
       
  2510 //
       
  2511 //    r_cam_capture_tone_text_and_value_array
       
  2512 //    Defines text for list of capture-tones.
       
  2513 //
       
  2514 //----------------------------------------------------
       
  2515 //
       
  2516 RESOURCE ARRAY r_cam_capture_tone_text_and_value_array
       
  2517     {
       
  2518     items =
       
  2519         {
       
  2520         AVKON_ENUMERATED_TEXT
       
  2521             {
       
  2522             value = ECamSettTone1;
       
  2523             text = qtn_lcam_set_camera_1;
       
  2524             },
       
  2525         AVKON_ENUMERATED_TEXT
       
  2526             {
       
  2527             value = ECamSettTone2;
       
  2528             text = qtn_lcam_set_camera_2;
       
  2529             },
       
  2530         AVKON_ENUMERATED_TEXT
       
  2531             {
       
  2532             value = ECamSettTone3;
       
  2533             text = qtn_lcam_set_camera_3;
       
  2534             },
       
  2535         AVKON_ENUMERATED_TEXT
       
  2536             {
       
  2537             value = ECamSettTone4;
       
  2538             text = qtn_lcam_set_camera_4;
       
  2539             }
       
  2540         };
       
  2541     }
       
  2542 
       
  2543 //----------------------------------------------------
       
  2544 //
       
  2545 //    r_cam_video_clip_length_text_array
       
  2546 //    Defines text for video clip length options.
       
  2547 //
       
  2548 //----------------------------------------------------
       
  2549 //
       
  2550 RESOURCE ARRAY r_cam_video_clip_length_text_array
       
  2551     {
       
  2552     items =
       
  2553         {
       
  2554         AVKON_ENUMERATED_TEXT
       
  2555             {
       
  2556             value = ECamVideoClipMax;    // Refers to id in
       
  2557                                            // r_cam_image_resolution_array.
       
  2558             text = qtn_lcam_set_video_long;   // Text visible in the UI
       
  2559             },
       
  2560         AVKON_ENUMERATED_TEXT
       
  2561             {
       
  2562             value = ECamVideoClipShort; // Refers to id in
       
  2563                                            // r_cam_image_resolution_array.
       
  2564             text = qtn_lcam_set_video_short;             // Text visible in the UI
       
  2565             }
       
  2566         };
       
  2567     }
       
  2568 
       
  2569 
       
  2570 //----------------------------------------------------
       
  2571 //
       
  2572 //    r_cam_video_file_type_text_array
       
  2573 //    Defines text for video clip length options.
       
  2574 //
       
  2575 //----------------------------------------------------
       
  2576 //
       
  2577 RESOURCE ARRAY r_cam_video_file_type_text_array
       
  2578     {
       
  2579     items =
       
  2580         {
       
  2581         AVKON_ENUMERATED_TEXT
       
  2582             {
       
  2583             value = ECamVideoMpeg4;    // Refers to id in
       
  2584                                            // r_cam_image_resolution_array.
       
  2585             text = qtn_lcam_set_type_normal_v2;   // Text visible in the UI
       
  2586             },
       
  2587         AVKON_ENUMERATED_TEXT
       
  2588             {
       
  2589             value = ECamVideoH263; // Refers to id in
       
  2590                                            // r_cam_image_resolution_array.
       
  2591             text = qtn_lcam_set_type_mobile;             // Text visible in the UI
       
  2592             }
       
  2593         };
       
  2594     }
       
  2595 
       
  2596 
       
  2597 //----------------------------------------------------
       
  2598 //
       
  2599 //    r_cam_front_camera_video_quality_text_array
       
  2600 //    Defines options for settings/video quality.
       
  2601 //
       
  2602 //----------------------------------------------------
       
  2603 //
       
  2604 RESOURCE ARRAY r_cam_front_camera_video_quality_text_array
       
  2605     {
       
  2606     items =
       
  2607         {
       
  2608         AVKON_ENUMERATED_TEXT
       
  2609             {
       
  2610             value = ECamVideoQualityNormal;
       
  2611             text = qtn_lcam_set_type_normal_v2;
       
  2612             },
       
  2613         AVKON_ENUMERATED_TEXT
       
  2614             {
       
  2615             value = ECamVideoQualitySharing;
       
  2616             text = qtn_lcam_set_type_sharing_v2;
       
  2617             }
       
  2618 
       
  2619         // Add new resolutions here if necessary
       
  2620         };
       
  2621     }
       
  2622 
       
  2623 
       
  2624 // ---------------------------------------------------
       
  2625 //
       
  2626 //    r_cam_restore_settings_note
       
  2627 //    Restore camera settings confirmation note
       
  2628 //
       
  2629 // ---------------------------------------------------
       
  2630 //
       
  2631 RESOURCE DIALOG r_cam_restore_settings_note
       
  2632     {
       
  2633     flags = EGeneralQueryFlags;
       
  2634     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
  2635 
       
  2636     items =
       
  2637         {
       
  2638         DLG_LINE
       
  2639             {
       
  2640             type = EAknCtQuery;
       
  2641             id = EGeneralQuery;
       
  2642             control = AVKON_CONFIRMATION_QUERY
       
  2643                 {
       
  2644                 layout = EConfirmationQueryLayout;
       
  2645                 label = "";
       
  2646                 };
       
  2647             }
       
  2648         };
       
  2649     }
       
  2650 
       
  2651 
       
  2652 //-----------------------------------------------------------------------------
       
  2653 //
       
  2654 //    r_cam_restore_settings_note_text
       
  2655 //    Delete confirmation query text.
       
  2656 //
       
  2657 //-----------------------------------------------------------------------------
       
  2658 //
       
  2659 RESOURCE TBUF r_cam_restore_settings_note_text
       
  2660     {
       
  2661     buf = qtn_lcam_restore_query;
       
  2662     }
       
  2663 
       
  2664 
       
  2665 //--------------------------------------------------
       
  2666 //
       
  2667 //    r_cam_off_on_loc_text_list
       
  2668 //    Defines text for on-off options.
       
  2669 //
       
  2670 //----------------------------------------------------
       
  2671 //
       
  2672 RESOURCE ARRAY r_cam_off_on_loc_text_list
       
  2673     {
       
  2674     items=
       
  2675         {
       
  2676         LOCATION_SETTING_LIST_ITEM
       
  2677             {
       
  2678             item_text = qtn_lcam_location_set_off_v2;
       
  2679             setting_value_id = ECamLocationOff;
       
  2680             },
       
  2681         LOCATION_SETTING_LIST_ITEM
       
  2682             {
       
  2683             item_text = qtn_lcam_location_set_on_v2;
       
  2684             setting_value_id = ECamLocationOn;
       
  2685             }
       
  2686         };
       
  2687     }
       
  2688 
       
  2689 //----------------------------------------------------
       
  2690 //
       
  2691 //    r_cam_off_on_loc_text_list_summary
       
  2692 //    Defines text for on-off options.
       
  2693 //
       
  2694 //----------------------------------------------------
       
  2695 //
       
  2696 RESOURCE ARRAY r_cam_off_on_loc_text_list_summary
       
  2697 	{
       
  2698     items =
       
  2699         {
       
  2700         CAM_LOCATION_SELECT_SUMMARY
       
  2701             {
       
  2702             setting_value_id = ECamLocationOff;
       
  2703             summary_icon = -1;
       
  2704             summary_description_text = qtn_lcam_descr_location_off_v2;
       
  2705             },
       
  2706         CAM_LOCATION_SELECT_SUMMARY
       
  2707             {
       
  2708             setting_value_id = ECamLocationOn;
       
  2709             summary_icon = -1;
       
  2710             summary_description_text = qtn_lcam_descr_location_on_v2;
       
  2711             }
       
  2712         };
       
  2713     }
       
  2714 
       
  2715 
       
  2716 // The following layouts are used with location setting selection
       
  2717 RESOURCE CAM_LOCATION_SELECT_SUMMARY_LAYOUT r_cam_location_setup_list_summary_layout
       
  2718     {
       
  2719     summary_rect =
       
  2720         {
       
  2721         AVKON_LAYOUT_RECT
       
  2722             {
       
  2723             C = 215;
       
  2724             l = KCamLocationSummaryRectLeftX;
       
  2725             t = KCamLocationSummaryRectTop;
       
  2726             W = KCamLocationSummaryRectWidth;
       
  2727             H = KCamLocationSummaryRectHeight;
       
  2728             }
       
  2729         };
       
  2730     summary_inner_rect =
       
  2731         {
       
  2732         AVKON_LAYOUT_RECT
       
  2733             {
       
  2734             l = KCamLocationSummaryInnerRectLeftX;
       
  2735             t = KCamLocationSummaryInnerRectTop;
       
  2736             W = KCamLocationSummaryInnerRectWidth;
       
  2737             H = KCamLocationSummaryInnerRectHeight;
       
  2738             }
       
  2739         };
       
  2740     summary_icon =
       
  2741         {
       
  2742         AVKON_LAYOUT_RECT
       
  2743             {
       
  2744             l = KCamLocationSummaryIconLeftX;
       
  2745             t = KCamLocationSummaryIconTop;
       
  2746             W = KCamLocationSummaryIconWidth;
       
  2747             H = KCamLocationSummaryIconHeight;
       
  2748             }
       
  2749         };
       
  2750     summary_description =
       
  2751         {
       
  2752         AVKON_LAYOUT_TEXT
       
  2753             {
       
  2754             font = EAknLogicalFontSecondaryFont;
       
  2755             C = KCamLocationSummaryDescrFontColor;
       
  2756             l = KCamLocationSummaryDescrLeftX;
       
  2757             r = KCamLocationSummaryDescrRightX;
       
  2758             B = KCamLocationSummaryTitleBaseline1;
       
  2759             W = KCamLocationSummaryDescrWidth;
       
  2760             J = ELayoutAlignLeft;
       
  2761             },
       
  2762         AVKON_LAYOUT_TEXT
       
  2763             {
       
  2764             font = EAknLogicalFontSecondaryFont;
       
  2765             C = KCamLocationSummaryDescrFontColor;
       
  2766             l = KCamLocationSummaryDescrLeftX;
       
  2767             r = KCamLocationSummaryDescrRightX;
       
  2768             B = KCamLocationSummaryTitleBaseline2;
       
  2769             W = KCamLocationSummaryDescrWidth;
       
  2770             J = ELayoutAlignLeft;
       
  2771             },
       
  2772         AVKON_LAYOUT_TEXT
       
  2773             {
       
  2774             font = EAknLogicalFontSecondaryFont;
       
  2775             C = KCamLocationSummaryDescrFontColor;
       
  2776             l = KCamLocationSummaryDescrLeftX;
       
  2777             r = KCamLocationSummaryDescrRightX;
       
  2778             B = KCamLocationSummaryTitleBaseline3;
       
  2779             W = KCamLocationSummaryDescrWidth;
       
  2780             J = ELayoutAlignLeft;
       
  2781             },
       
  2782         AVKON_LAYOUT_TEXT
       
  2783             {
       
  2784             font = EAknLogicalFontSecondaryFont;
       
  2785             C = KCamLocationSummaryDescrFontColor;
       
  2786             l = KCamLocationSummaryDescrLeftX;
       
  2787             r = KCamLocationSummaryDescrRightX;
       
  2788             B = KCamLocationSummaryTitleBaseline4;
       
  2789             W = KCamLocationSummaryDescrWidth;
       
  2790             J = ELayoutAlignLeft;
       
  2791             },
       
  2792         AVKON_LAYOUT_TEXT
       
  2793             {
       
  2794             font = EAknLogicalFontSecondaryFont;
       
  2795             C = KCamLocationSummaryDescrFontColor;
       
  2796             l = KCamLocationSummaryDescrLeftX;
       
  2797             r = KCamLocationSummaryDescrRightX;
       
  2798             B = KCamLocationSummaryTitleBaseline5;
       
  2799             W = KCamLocationSummaryDescrWidth;
       
  2800             J = ELayoutAlignLeft;
       
  2801             },
       
  2802         AVKON_LAYOUT_TEXT
       
  2803             {
       
  2804             font = EAknLogicalFontSecondaryFont;
       
  2805             C = KCamLocationSummaryDescrFontColor;
       
  2806             l = KCamLocationSummaryDescrLeftX;
       
  2807             r = KCamLocationSummaryDescrRightX;
       
  2808             B = KCamLocationSummaryTitleBaseline6;
       
  2809             W = KCamLocationSummaryDescrWidth;
       
  2810             J = ELayoutAlignLeft;
       
  2811             },
       
  2812         AVKON_LAYOUT_TEXT
       
  2813             {
       
  2814             font = EAknLogicalFontSecondaryFont;
       
  2815             C = KCamLocationSummaryDescrFontColor;
       
  2816             l = KCamLocationSummaryDescrLeftX;
       
  2817             r = KCamLocationSummaryDescrRightX;
       
  2818             B = KCamLocationSummaryTitleBaseline7;
       
  2819             W = KCamLocationSummaryDescrWidth;
       
  2820             J = ELayoutAlignLeft;
       
  2821             },
       
  2822         AVKON_LAYOUT_TEXT
       
  2823             {
       
  2824             font = EAknLogicalFontSecondaryFont;
       
  2825             C = KCamLocationSummaryDescrFontColor;
       
  2826             l = KCamLocationSummaryDescrLeftX;
       
  2827             r = KCamLocationSummaryDescrRightX;
       
  2828             B = KCamLocationSummaryTitleBaseline8;
       
  2829             W = KCamLocationSummaryDescrWidth;
       
  2830             J = ELayoutAlignLeft;
       
  2831             },
       
  2832         AVKON_LAYOUT_TEXT
       
  2833             {
       
  2834             font = EAknLogicalFontSecondaryFont;
       
  2835             C = KCamLocationSummaryDescrFontColor;
       
  2836             l = KCamLocationSummaryDescrLeftX;
       
  2837             r = KCamLocationSummaryDescrRightX;
       
  2838             B = KCamLocationSummaryTitleBaseline9;
       
  2839             W = KCamLocationSummaryDescrWidth;
       
  2840             J = ELayoutAlignLeft;
       
  2841             },
       
  2842         AVKON_LAYOUT_TEXT
       
  2843             {
       
  2844             font = EAknLogicalFontSecondaryFont;
       
  2845             C = KCamLocationSummaryDescrFontColor;
       
  2846             l = KCamLocationSummaryDescrLeftX;
       
  2847             r = KCamLocationSummaryDescrRightX;
       
  2848             B = KCamLocationSummaryTitleBaseline10;
       
  2849             W = KCamLocationSummaryDescrWidth;
       
  2850             J = ELayoutAlignLeft;
       
  2851             }
       
  2852         };
       
  2853     }
       
  2854 
       
  2855 RESOURCE AVKON_LAYOUT_RECT r_cam_location_setup_list_listbox_layout
       
  2856     {
       
  2857     l = KCamLocationListboxLeftX;
       
  2858     t = KCamLocationListboxTop;
       
  2859     W = KCamLocationListboxWidth;
       
  2860     H = KCamLocationListboxHeight;
       
  2861     }
       
  2862 
       
  2863 
       
  2864 
       
  2865 // The following layouts are used with location setting selection apac
       
  2866 RESOURCE CAM_LOCATION_SELECT_SUMMARY_LAYOUT r_cam_location_setup_list_summary_layout_apac
       
  2867     {
       
  2868     summary_rect =
       
  2869         {
       
  2870         AVKON_LAYOUT_RECT
       
  2871             {
       
  2872             C = 215;
       
  2873             l = KCamLocationSummaryRectLeftX;
       
  2874             t = KCamLocationSummaryRectTop;
       
  2875             W = KCamLocationSummaryRectWidth;
       
  2876             H = KCamLocationSummaryRectHeight;
       
  2877             }
       
  2878         };
       
  2879     summary_inner_rect =
       
  2880         {
       
  2881         AVKON_LAYOUT_RECT
       
  2882             {
       
  2883             l = KCamLocationSummaryInnerRectLeftX;
       
  2884             t = KCamLocationSummaryInnerRectTop;
       
  2885             W = KCamLocationSummaryInnerRectWidth;
       
  2886             H = KCamLocationSummaryInnerRectHeight;
       
  2887             }
       
  2888         };
       
  2889     summary_icon =
       
  2890         {
       
  2891         AVKON_LAYOUT_RECT
       
  2892             {
       
  2893             l = KCamLocationSummaryIconLeftX;
       
  2894             t = KCamLocationSummaryIconTop;
       
  2895             W = KCamLocationSummaryIconWidth;
       
  2896             H = KCamLocationSummaryIconHeight;
       
  2897             }
       
  2898         };
       
  2899     summary_description =
       
  2900         {
       
  2901         AVKON_LAYOUT_TEXT
       
  2902             {
       
  2903             font = EAknLogicalFontSecondaryFont;
       
  2904             C = KCamLocationSummaryDescrFontColor;
       
  2905             l = KCamLocationSummaryDescrLeftX;
       
  2906             r = KCamLocationSummaryDescrRightX;
       
  2907             B = KCamLocationSummaryTitleBaseline1;
       
  2908             W = KCamLocationSummaryDescrWidth;
       
  2909             J = ELayoutAlignLeft;
       
  2910             },
       
  2911         AVKON_LAYOUT_TEXT
       
  2912             {
       
  2913             font = EAknLogicalFontSecondaryFont;
       
  2914             C = KCamLocationSummaryDescrFontColor;
       
  2915             l = KCamLocationSummaryDescrLeftX;
       
  2916             r = KCamLocationSummaryDescrRightX;
       
  2917             B = KCamLocationSummaryTitleBaseline2;
       
  2918             W = KCamLocationSummaryDescrWidth;
       
  2919             J = ELayoutAlignLeft;
       
  2920             },
       
  2921         AVKON_LAYOUT_TEXT
       
  2922             {
       
  2923             font = EAknLogicalFontSecondaryFont;
       
  2924             C = KCamLocationSummaryDescrFontColor;
       
  2925             l = KCamLocationSummaryDescrLeftX;
       
  2926             r = KCamLocationSummaryDescrRightX;
       
  2927             B = KCamLocationSummaryTitleBaseline3;
       
  2928             W = KCamLocationSummaryDescrWidth;
       
  2929             J = ELayoutAlignLeft;
       
  2930             },
       
  2931         AVKON_LAYOUT_TEXT
       
  2932             {
       
  2933             font = EAknLogicalFontSecondaryFont;
       
  2934             C = KCamLocationSummaryDescrFontColor;
       
  2935             l = KCamLocationSummaryDescrLeftX;
       
  2936             r = KCamLocationSummaryDescrRightX;
       
  2937             B = KCamLocationSummaryTitleBaseline4;
       
  2938             W = KCamLocationSummaryDescrWidth;
       
  2939             J = ELayoutAlignLeft;
       
  2940             },
       
  2941         AVKON_LAYOUT_TEXT
       
  2942             {
       
  2943             font = EAknLogicalFontSecondaryFont;
       
  2944             C = KCamLocationSummaryDescrFontColor;
       
  2945             l = KCamLocationSummaryDescrLeftX;
       
  2946             r = KCamLocationSummaryDescrRightX;
       
  2947             B = KCamLocationSummaryTitleBaseline5;
       
  2948             W = KCamLocationSummaryDescrWidth;
       
  2949             J = ELayoutAlignLeft;
       
  2950             },
       
  2951         AVKON_LAYOUT_TEXT
       
  2952             {
       
  2953             font = EAknLogicalFontSecondaryFont;
       
  2954             C = KCamLocationSummaryDescrFontColor;
       
  2955             l = KCamLocationSummaryDescrLeftX;
       
  2956             r = KCamLocationSummaryDescrRightX;
       
  2957             B = KCamLocationSummaryTitleBaseline6;
       
  2958             W = KCamLocationSummaryDescrWidth;
       
  2959             J = ELayoutAlignLeft;
       
  2960             },
       
  2961         AVKON_LAYOUT_TEXT
       
  2962             {
       
  2963             font = EAknLogicalFontSecondaryFont;
       
  2964             C = KCamLocationSummaryDescrFontColor;
       
  2965             l = KCamLocationSummaryDescrLeftX;
       
  2966             r = KCamLocationSummaryDescrRightX;
       
  2967             B = KCamLocationSummaryTitleBaseline7;
       
  2968             W = KCamLocationSummaryDescrWidth;
       
  2969             J = ELayoutAlignLeft;
       
  2970             },
       
  2971         AVKON_LAYOUT_TEXT
       
  2972             {
       
  2973             font = EAknLogicalFontSecondaryFont;
       
  2974             C = KCamLocationSummaryDescrFontColor;
       
  2975             l = KCamLocationSummaryDescrLeftX;
       
  2976             r = KCamLocationSummaryDescrRightX;
       
  2977             B = KCamLocationSummaryTitleBaseline8;
       
  2978             W = KCamLocationSummaryDescrWidth;
       
  2979             J = ELayoutAlignLeft;
       
  2980             },
       
  2981         AVKON_LAYOUT_TEXT
       
  2982             {
       
  2983             font = EAknLogicalFontSecondaryFont;
       
  2984             C = KCamLocationSummaryDescrFontColor;
       
  2985             l = KCamLocationSummaryDescrLeftX;
       
  2986             r = KCamLocationSummaryDescrRightX;
       
  2987             B = KCamLocationSummaryTitleBaseline9;
       
  2988             W = KCamLocationSummaryDescrWidth;
       
  2989             J = ELayoutAlignLeft;
       
  2990             },
       
  2991         AVKON_LAYOUT_TEXT
       
  2992             {
       
  2993             font = EAknLogicalFontSecondaryFont;
       
  2994             C = KCamLocationSummaryDescrFontColor;
       
  2995             l = KCamLocationSummaryDescrLeftX;
       
  2996             r = KCamLocationSummaryDescrRightX;
       
  2997             B = KCamLocationSummaryTitleBaseline10;
       
  2998             W = KCamLocationSummaryDescrWidth;
       
  2999             J = ELayoutAlignLeft;
       
  3000             }
       
  3001         };
       
  3002     }
       
  3003 
       
  3004 RESOURCE AVKON_LAYOUT_RECT r_cam_location_setup_list_listbox_layout_apac
       
  3005     {
       
  3006     l = KCamLocationListboxLeftX;
       
  3007     t = KCamLocationListboxTop;
       
  3008     W = KCamLocationListboxWidth;
       
  3009     H = KCamLocationListboxHeight;
       
  3010     }
       
  3011 
       
  3012 
       
  3013 
       
  3014 
       
  3015 // The following layouts are used with location setting selection ah
       
  3016 RESOURCE CAM_LOCATION_SELECT_SUMMARY_LAYOUT r_cam_location_setup_list_summary_layout_ah
       
  3017     {
       
  3018     summary_rect =
       
  3019         {
       
  3020         AVKON_LAYOUT_RECT
       
  3021             {
       
  3022             C = 215;
       
  3023             r = KCamLocationSummaryRectLeftX;
       
  3024             t = KCamLocationSummaryRectTop;
       
  3025             W = KCamLocationSummaryRectWidth;
       
  3026             H = KCamLocationSummaryRectHeight;
       
  3027             }
       
  3028         };
       
  3029     summary_inner_rect =
       
  3030         {
       
  3031         AVKON_LAYOUT_RECT
       
  3032             {
       
  3033             r = KCamLocationSummaryInnerRectLeftX;
       
  3034             t = KCamLocationSummaryInnerRectTop;
       
  3035             W = KCamLocationSummaryInnerRectWidth;
       
  3036             H = KCamLocationSummaryInnerRectHeight;
       
  3037             }
       
  3038         };
       
  3039     summary_icon =
       
  3040         {
       
  3041         AVKON_LAYOUT_RECT
       
  3042             {
       
  3043             r = KCamLocationSummaryIconLeftX;
       
  3044             t = KCamLocationSummaryIconTop;
       
  3045             W = KCamLocationSummaryIconWidth;
       
  3046             H = KCamLocationSummaryIconHeight;
       
  3047             }
       
  3048         };
       
  3049     summary_description =
       
  3050         {
       
  3051         AVKON_LAYOUT_TEXT
       
  3052             {
       
  3053             font = EAknLogicalFontSecondaryFont;
       
  3054             C = KCamLocationSummaryDescrFontColor;
       
  3055             r = KCamLocationSummaryDescrLeftX;
       
  3056             l = KCamLocationSummaryDescrRightX;
       
  3057             B = KCamLocationSummaryTitleBaseline1;
       
  3058             W = KCamLocationSummaryDescrWidth;
       
  3059             J = ELayoutAlignRight;
       
  3060             },
       
  3061         AVKON_LAYOUT_TEXT
       
  3062             {
       
  3063             font = EAknLogicalFontSecondaryFont;
       
  3064             C = KCamLocationSummaryDescrFontColor;
       
  3065             r = KCamLocationSummaryDescrLeftX;
       
  3066             l = KCamLocationSummaryDescrRightX;
       
  3067             B = KCamLocationSummaryTitleBaseline2;
       
  3068             W = KCamLocationSummaryDescrWidth;
       
  3069             J = ELayoutAlignRight;
       
  3070             },
       
  3071         AVKON_LAYOUT_TEXT
       
  3072             {
       
  3073             font = EAknLogicalFontSecondaryFont;
       
  3074             C = KCamLocationSummaryDescrFontColor;
       
  3075             r = KCamLocationSummaryDescrLeftX;
       
  3076             l = KCamLocationSummaryDescrRightX;
       
  3077             B = KCamLocationSummaryTitleBaseline3;
       
  3078             W = KCamLocationSummaryDescrWidth;
       
  3079             J = ELayoutAlignRight;
       
  3080             },
       
  3081         AVKON_LAYOUT_TEXT
       
  3082             {
       
  3083             font = EAknLogicalFontSecondaryFont;
       
  3084             C = KCamLocationSummaryDescrFontColor;
       
  3085             r = KCamLocationSummaryDescrLeftX;
       
  3086             l = KCamLocationSummaryDescrRightX;
       
  3087             B = KCamLocationSummaryTitleBaseline4;
       
  3088             W = KCamLocationSummaryDescrWidth;
       
  3089             J = ELayoutAlignRight;
       
  3090             },
       
  3091         AVKON_LAYOUT_TEXT
       
  3092             {
       
  3093             font = EAknLogicalFontSecondaryFont;
       
  3094             C = KCamLocationSummaryDescrFontColor;
       
  3095             r = KCamLocationSummaryDescrLeftX;
       
  3096             l = KCamLocationSummaryDescrRightX;
       
  3097             B = KCamLocationSummaryTitleBaseline5;
       
  3098             W = KCamLocationSummaryDescrWidth;
       
  3099             J = ELayoutAlignRight;
       
  3100             },
       
  3101         AVKON_LAYOUT_TEXT
       
  3102             {
       
  3103             font = EAknLogicalFontSecondaryFont;
       
  3104             C = KCamLocationSummaryDescrFontColor;
       
  3105             r = KCamLocationSummaryDescrLeftX;
       
  3106             l = KCamLocationSummaryDescrRightX;
       
  3107             B = KCamLocationSummaryTitleBaseline6;
       
  3108             W = KCamLocationSummaryDescrWidth;
       
  3109             J = ELayoutAlignRight;
       
  3110             },
       
  3111         AVKON_LAYOUT_TEXT
       
  3112             {
       
  3113             font = EAknLogicalFontSecondaryFont;
       
  3114             C = KCamLocationSummaryDescrFontColor;
       
  3115             r = KCamLocationSummaryDescrLeftX;
       
  3116             l = KCamLocationSummaryDescrRightX;
       
  3117             B = KCamLocationSummaryTitleBaseline7;
       
  3118             W = KCamLocationSummaryDescrWidth;
       
  3119             J = ELayoutAlignRight;
       
  3120             },
       
  3121         AVKON_LAYOUT_TEXT
       
  3122             {
       
  3123             font = EAknLogicalFontSecondaryFont;
       
  3124             C = KCamLocationSummaryDescrFontColor;
       
  3125             r = KCamLocationSummaryDescrLeftX;
       
  3126             l = KCamLocationSummaryDescrRightX;
       
  3127             B = KCamLocationSummaryTitleBaseline8;
       
  3128             W = KCamLocationSummaryDescrWidth;
       
  3129             J = ELayoutAlignRight;
       
  3130             },
       
  3131         AVKON_LAYOUT_TEXT
       
  3132             {
       
  3133             font = EAknLogicalFontSecondaryFont;
       
  3134             C = KCamLocationSummaryDescrFontColor;
       
  3135             r = KCamLocationSummaryDescrLeftX;
       
  3136             l = KCamLocationSummaryDescrRightX;
       
  3137             B = KCamLocationSummaryTitleBaseline9;
       
  3138             W = KCamLocationSummaryDescrWidth;
       
  3139             J = ELayoutAlignRight;
       
  3140             },
       
  3141         AVKON_LAYOUT_TEXT
       
  3142             {
       
  3143             font = EAknLogicalFontSecondaryFont;
       
  3144             C = KCamLocationSummaryDescrFontColor;
       
  3145             r = KCamLocationSummaryDescrLeftX;
       
  3146             l = KCamLocationSummaryDescrRightX;
       
  3147             B = KCamLocationSummaryTitleBaseline10;
       
  3148             W = KCamLocationSummaryDescrWidth;
       
  3149             J = ELayoutAlignRight;
       
  3150             }
       
  3151         };
       
  3152     }
       
  3153 
       
  3154 RESOURCE AVKON_LAYOUT_RECT r_cam_location_setup_list_listbox_layout_ah
       
  3155     {
       
  3156     //l = KCamLocationListboxLeftX;
       
  3157     r = KCamLocationListboxLeftX;
       
  3158     t = KCamLocationListboxTop;
       
  3159     W = KCamLocationListboxWidth;
       
  3160     H = KCamLocationListboxHeight;
       
  3161     }
       
  3162 
       
  3163 
       
  3164 // ----------------------------------------------------------------------------
       
  3165 //    r_cam_video_setting_slider_resolution_icon_top
       
  3166 //     video slider setting resolution indicator top icon
       
  3167 // ----------------------------------------------------------------------------
       
  3168 RESOURCE AVKON_LAYOUT_RECT r_cam_video_setting_slider_resolution_icon_top
       
  3169     {
       
  3170     l = 9; t = 10; W = 31; H = 16;
       
  3171     }
       
  3172 
       
  3173 // ----------------------------------------------------------------------------
       
  3174 //    r_cam_video_setting_slider_resolution_icon_bottom
       
  3175 //    video slider setting resolution indicator bottom icon
       
  3176 // ----------------------------------------------------------------------------
       
  3177 RESOURCE AVKON_LAYOUT_RECT r_cam_video_setting_slider_resolution_icon_bottom
       
  3178     {
       
  3179     l = 9; t = 166; W = 31; H = 16;
       
  3180     }
       
  3181 
       
  3182 // ----------------------------------------------------------------------------
       
  3183 //    r_cam_image_setting_slider_resolution_icon_top
       
  3184 //    Image setting slider resolution top icon
       
  3185 // ----------------------------------------------------------------------------
       
  3186 RESOURCE AVKON_LAYOUT_RECT r_cam_image_setting_slider_resolution_icon_top
       
  3187     {
       
  3188     l = 6; t = 10; W = 27; H = 14;
       
  3189     }
       
  3190 
       
  3191 
       
  3192 // ----------------------------------------------------------------------------
       
  3193 //    r_cam_image_setting_slider_resolution_icon_bottom
       
  3194 //    Image setting slider resolution bottom icon
       
  3195 // ----------------------------------------------------------------------------
       
  3196 RESOURCE AVKON_LAYOUT_RECT r_cam_image_setting_slider_resolution_icon_bottom
       
  3197     {
       
  3198     l = 6; t = 166; W = 27; H = 14;
       
  3199     }
       
  3200 
       
  3201 //----------------------------------------------------
       
  3202 //
       
  3203 //    r_cam_postcapture_addtoalbum_setting_page
       
  3204 //    Add to album setting items
       
  3205 //
       
  3206 //----------------------------------------------------
       
  3207 //
       
  3208 RESOURCE ARRAY r_cam_addtoalbum_setting_page_lbx
       
  3209     {
       
  3210     items =
       
  3211         {
       
  3212         LBUF
       
  3213             {
       
  3214             txt = qtn_lcam_set_land_img_add_toalbum_yes;
       
  3215             },
       
  3216         LBUF
       
  3217             {
       
  3218             txt = qtn_lcam_set_land_img_add_toalbum_no;
       
  3219             }
       
  3220         };
       
  3221     }
       
  3222 
       
  3223 //----------------------------------------------------
       
  3224 //
       
  3225 //    r_cam_postcapture_addtoalbum_setting_page
       
  3226 //    Add to album setting page
       
  3227 //
       
  3228 //----------------------------------------------------
       
  3229 //
       
  3230 RESOURCE AVKON_SETTING_PAGE r_cam_addtoalbum_setting_page
       
  3231     {
       
  3232     number = EAknSettingPageNoOrdinalDisplayed;
       
  3233     label = qtn_lcam_sett_attr_add_toalbum;
       
  3234     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  3235     type = EAknSetListBox;
       
  3236     editor_resource_id = r_setting_listbox;
       
  3237     }
       
  3238 
       
  3239 // -----------------------------------------------------------------------------
       
  3240 //
       
  3241 // r_setting_listbox
       
  3242 // Common listbox editor resource for setting pages with multiple selection.
       
  3243 //
       
  3244 // -----------------------------------------------------------------------------
       
  3245 //
       
  3246 RESOURCE LISTBOX r_setting_listbox
       
  3247     {
       
  3248     flags = EEikListBoxMultipleSelection;
       
  3249     }
       
  3250 
       
  3251 //----------------------------------------------------
       
  3252 //
       
  3253 //    r_lcam_sett_mem_device
       
  3254 //
       
  3255 //----------------------------------------------------
       
  3256 //
       
  3257 RESOURCE TBUF r_lcam_sett_mem_device
       
  3258     {
       
  3259     buf = qtn_lcam_sett_mem_device;
       
  3260     }
       
  3261 
       
  3262 //----------------------------------------------------
       
  3263 //
       
  3264 //    r_lcam_sett_mem_mass_storage
       
  3265 //
       
  3266 //----------------------------------------------------
       
  3267 //
       
  3268 RESOURCE TBUF r_lcam_sett_mem_mass_storage
       
  3269     {
       
  3270     buf = qtn_lcam_sett_mem_mass_storage;
       
  3271     }
       
  3272 
       
  3273 //----------------------------------------------------
       
  3274 //
       
  3275 //    r_lcam_sett_mem_memory_card
       
  3276 //
       
  3277 //----------------------------------------------------
       
  3278 //
       
  3279 RESOURCE TBUF r_lcam_sett_mem_memory_card
       
  3280     {
       
  3281     buf = qtn_lcam_sett_mem_memory_card;
       
  3282     }