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