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