camerauis/cameraapp/generic/data/resource_inc/CamSceneSetupV2.ra
branchRCL_3
changeset 24 bac7acad7cb3
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource definitions for the Camera Application*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //----------------------------------------------------
       
    22 //   
       
    23 //    r_cam_photo_scene_night
       
    24 //    Data for the photo scene night settings
       
    25 //
       
    26 //----------------------------------------------------
       
    27 //
       
    28 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_night
       
    29     {
       
    30     scene_item_id = ECamSceneNight;
       
    31     settings_items =
       
    32         {
       
    33         CAM_NON_STATIC_SETTING_ITEM_DATA
       
    34             {          
       
    35             id = ECamSettingItemSceneAEMode;
       
    36             default = ECamSceneAEModeNight;
       
    37             },
       
    38    
       
    39         CAM_NON_STATIC_SETTING_ITEM_DATA
       
    40             {
       
    41             id = ECamSettingItemSceneAWBMode;
       
    42             default = ECamWhiteBalanceAWB;
       
    43             },
       
    44 
       
    45         CAM_NON_STATIC_SETTING_ITEM_DATA
       
    46             {
       
    47             id = ECamSettingItemSceneAFMode;
       
    48             default = ECamSceneAFModeNormal;
       
    49             },
       
    50 
       
    51         CAM_NON_STATIC_SETTING_ITEM_DATA
       
    52             {
       
    53             id = ECamSettingItemSceneFlashMode;
       
    54             default = ECamFlashOff;
       
    55             },
       
    56 
       
    57         CAM_NON_STATIC_SETTING_ITEM_DATA
       
    58             {
       
    59             id = ECamSettingItemSceneMaxRes;
       
    60             default = ECamImageQualityPrint3m;
       
    61             },
       
    62         CAM_NON_STATIC_SETTING_ITEM_DATA
       
    63             {
       
    64             id = ECamSettingItemSceneSharpness;
       
    65             default = ECamImageSharpnessNorm;
       
    66             },
       
    67             
       
    68         CAM_NON_STATIC_SETTING_ITEM_DATA
       
    69             {
       
    70             id = ECamSettingItemSceneContrast;
       
    71             default = ECamContrastNorm;
       
    72             }
       
    73         };
       
    74     }
       
    75 
       
    76 //----------------------------------------------------
       
    77 //   
       
    78 //    r_cam_photo_scene_macro
       
    79 //    Data for the photo scene macro settings
       
    80 //
       
    81 //----------------------------------------------------
       
    82 //
       
    83 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_macro
       
    84     {
       
    85     scene_item_id = ECamSceneMacro;
       
    86     settings_items =
       
    87         {
       
    88         CAM_NON_STATIC_SETTING_ITEM_DATA
       
    89             {          
       
    90             id = ECamSettingItemSceneAEMode;
       
    91             default = ECamSceneAEModeAuto;
       
    92             },
       
    93    
       
    94         CAM_NON_STATIC_SETTING_ITEM_DATA
       
    95             {
       
    96             id = ECamSettingItemSceneAWBMode;
       
    97             default = ECamWhiteBalanceAWB;
       
    98             },
       
    99         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   100             {
       
   101             id = ECamSettingItemSceneAFMode;
       
   102             default = ECamSceneAFModeMacro;
       
   103             },
       
   104 
       
   105         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   106             {
       
   107             id = ECamSettingItemSceneFlashMode;
       
   108             default = ECamFlashAuto;
       
   109             },
       
   110 
       
   111         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   112             {
       
   113             id = ECamSettingItemSceneMaxRes;
       
   114             default = ECamImageQualityPrint3m;
       
   115             },
       
   116             
       
   117         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   118             {
       
   119             id = ECamSettingItemSceneSharpness;
       
   120             default = ECamImageSharpnessNorm;
       
   121             },
       
   122             
       
   123         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   124             {
       
   125             id = ECamSettingItemSceneContrast;
       
   126             default = ECamContrastNorm;
       
   127             }          
       
   128         };
       
   129     }
       
   130 
       
   131 //----------------------------------------------------
       
   132 //   
       
   133 //    r_cam_photo_scene_auto
       
   134 //    Data for the photo scene macro settings
       
   135 //
       
   136 //----------------------------------------------------
       
   137 //
       
   138 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_auto
       
   139     {
       
   140     scene_item_id = ECamSceneAuto;
       
   141     settings_items =
       
   142         {
       
   143         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   144             {          
       
   145             id = ECamSettingItemSceneAEMode;
       
   146             default = ECamSceneAEModeAuto;
       
   147             },
       
   148    
       
   149         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   150             {
       
   151             id = ECamSettingItemSceneAWBMode;
       
   152             default = ECamWhiteBalanceAWB;
       
   153             },
       
   154 
       
   155         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   156             {
       
   157             id = ECamSettingItemSceneAFMode;
       
   158             default = ECamSceneAFModeNormal;
       
   159             },
       
   160 
       
   161         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   162             {
       
   163             id = ECamSettingItemSceneFlashMode;
       
   164             default = ECamFlashAuto;
       
   165             },
       
   166 
       
   167         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   168             {
       
   169             id = ECamSettingItemSceneMaxRes;
       
   170             default = ECamImageQualityPrint3m;
       
   171             },
       
   172             
       
   173         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   174             {
       
   175             id = ECamSettingItemSceneSharpness;
       
   176             default = ECamImageSharpnessNorm;
       
   177             },
       
   178             
       
   179         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   180             {
       
   181             id = ECamSettingItemSceneContrast;
       
   182             default = ECamContrastNorm;
       
   183             }
       
   184             
       
   185         };
       
   186     }
       
   187 
       
   188 //----------------------------------------------------
       
   189 //   
       
   190 //    r_cam_photo_scene_scenery
       
   191 //    Data for the photo scene scenery settings
       
   192 //
       
   193 //----------------------------------------------------
       
   194 //
       
   195 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_scenery
       
   196     {
       
   197     scene_item_id = ECamSceneScenery;
       
   198     settings_items =
       
   199         {
       
   200         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   201             {          
       
   202             id = ECamSettingItemSceneAEMode;
       
   203             default = ECamSceneAEModeAuto;
       
   204             },
       
   205    
       
   206         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   207             {
       
   208             id = ECamSettingItemSceneAWBMode;
       
   209             default = ECamWhiteBalanceDaylight;
       
   210             },
       
   211 
       
   212         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   213             {
       
   214             id = ECamSettingItemSceneAFMode;
       
   215             default = ECamSceneAFModeInfinity;
       
   216             },
       
   217 
       
   218         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   219             {
       
   220             id = ECamSettingItemSceneFlashMode;
       
   221             default = ECamFlashOff;
       
   222             },
       
   223 
       
   224         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   225             {
       
   226             id = ECamSettingItemSceneMaxRes;
       
   227             default = ECamImageQualityPrint3m;
       
   228             },
       
   229         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   230             {
       
   231             id = ECamSettingItemSceneSharpness;
       
   232             default = ECamImageSharpnessHard;
       
   233             },
       
   234             
       
   235         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   236             {
       
   237             id = ECamSettingItemSceneContrast;
       
   238             default = ECamContrastNorm;
       
   239             }
       
   240         };
       
   241     }
       
   242 
       
   243 //----------------------------------------------------
       
   244 //   
       
   245 //    r_cam_photo_scene_sports
       
   246 //    Data for the photo scene sports settings
       
   247 //
       
   248 //----------------------------------------------------
       
   249 //
       
   250 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_sports
       
   251     {
       
   252     scene_item_id = ECamSceneSports;
       
   253     settings_items =
       
   254         {
       
   255         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   256             {          
       
   257             id = ECamSettingItemSceneAEMode;
       
   258             default = ECamSceneAEModeSports;
       
   259             },
       
   260    
       
   261         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   262             {
       
   263             id = ECamSettingItemSceneAWBMode;
       
   264             default = ECamWhiteBalanceAWB;
       
   265             },
       
   266 
       
   267         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   268             {
       
   269             id = ECamSettingItemSceneAFMode;
       
   270             default = ECamSceneAFModeHyperfocal;
       
   271             },
       
   272 
       
   273         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   274             {
       
   275             id = ECamSettingItemSceneFlashMode;
       
   276             default = ECamFlashOff;
       
   277             },
       
   278 
       
   279         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   280             {
       
   281             id = ECamSettingItemSceneMaxRes;
       
   282             default = ECamImageQualityPrint3m;
       
   283             },
       
   284             
       
   285         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   286             {
       
   287             id = ECamSettingItemSceneSharpness;
       
   288             default = ECamImageSharpnessNorm;
       
   289             },
       
   290             
       
   291         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   292             {
       
   293             id = ECamSettingItemSceneContrast;
       
   294             default = ECamContrastNorm;
       
   295             }
       
   296         };
       
   297     }
       
   298 
       
   299 //----------------------------------------------------
       
   300 //   
       
   301 //    r_cam_photo_scene_portrait
       
   302 //    Data for the photo scene portrait settings
       
   303 //
       
   304 //----------------------------------------------------
       
   305 //
       
   306 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_portrait
       
   307     {
       
   308     scene_item_id = ECamScenePortrait;
       
   309     settings_items =
       
   310         {
       
   311         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   312             {          
       
   313             id = ECamSettingItemSceneAEMode;
       
   314             default = ECamSceneAEModeBacklight;
       
   315             },
       
   316    
       
   317         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   318             {
       
   319             id = ECamSettingItemSceneAWBMode;
       
   320             default = ECamWhiteBalanceAWB;
       
   321             },
       
   322 
       
   323         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   324             {
       
   325             id = ECamSettingItemSceneAFMode;
       
   326             default = ECamSceneAFModeNormal;
       
   327             },
       
   328 
       
   329         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   330             {
       
   331             id = ECamSettingItemSceneFlashMode;
       
   332             default = ECamFlashAntiRedEye;
       
   333             },
       
   334 
       
   335         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   336             {
       
   337             id = ECamSettingItemSceneMaxRes;
       
   338             default = ECamImageQualityPrint3m;
       
   339             },
       
   340             
       
   341         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   342             {
       
   343             id = ECamSettingItemSceneSharpness;
       
   344             default = ECamImageSharpnessSoft;
       
   345             },
       
   346             
       
   347         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   348             {
       
   349             id = ECamSettingItemSceneContrast;
       
   350             default = ECamContrastNorm;
       
   351             }
       
   352         };
       
   353     }
       
   354 
       
   355 //----------------------------------------------------
       
   356 //   
       
   357 //    r_cam_photo_scene_night_landscape
       
   358 //    Data for the photo scene night landscape settings
       
   359 //
       
   360 //----------------------------------------------------
       
   361 //
       
   362 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_night_landscape
       
   363     {
       
   364     scene_item_id = ECamSceneNightScenery;
       
   365     settings_items =
       
   366         {
       
   367         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   368             {          
       
   369             id = ECamSettingItemSceneAEMode;
       
   370             default = ECamSceneAEModeAuto;
       
   371             },
       
   372    
       
   373         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   374             {
       
   375             id = ECamSettingItemSceneAWBMode;
       
   376             default = ECamWhiteBalanceAWB;
       
   377             },
       
   378 
       
   379         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   380             {
       
   381             id = ECamSettingItemSceneAFMode;
       
   382             default = ECamSceneAFModeNormal;
       
   383             },
       
   384 
       
   385         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   386             {
       
   387             id = ECamSettingItemSceneFlashMode;
       
   388             default = ECamFlashOff;
       
   389             },
       
   390 
       
   391         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   392             {
       
   393             id = ECamSettingItemSceneMaxRes;
       
   394             default = ECamImageQualityPrint3m;
       
   395             },
       
   396             
       
   397         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   398             {
       
   399             id = ECamSettingItemSceneSharpness;
       
   400             default = ECamImageSharpnessNorm;
       
   401             },
       
   402             
       
   403         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   404             {
       
   405             id = ECamSettingItemSceneContrast;
       
   406             default = ECamContrastNorm;
       
   407             }
       
   408         };
       
   409     }
       
   410 
       
   411 //----------------------------------------------------
       
   412 //   
       
   413 //    r_cam_photo_scene_night_portrait
       
   414 //    Data for the photo scene night portrait settings
       
   415 //
       
   416 //----------------------------------------------------
       
   417 //
       
   418 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_night_portrait
       
   419     {
       
   420     scene_item_id = ECamSceneNightPortrait;
       
   421     settings_items =
       
   422         {
       
   423         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   424             {          
       
   425             id = ECamSettingItemSceneAEMode;
       
   426             default = ECamSceneAEModeNight;
       
   427             },
       
   428    
       
   429         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   430             {
       
   431             id = ECamSettingItemSceneAWBMode;
       
   432             default = ECamWhiteBalanceAWB;
       
   433             },
       
   434 
       
   435         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   436             {
       
   437             id = ECamSettingItemSceneAFMode;
       
   438             default = ECamSceneAFModeNormal;
       
   439             },
       
   440 
       
   441         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   442             {
       
   443             id = ECamSettingItemSceneFlashMode;
       
   444             default = ECamFlashAntiRedEye;
       
   445             },
       
   446 
       
   447         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   448             {
       
   449             id = ECamSettingItemSceneMaxRes;
       
   450             default = ECamImageQualityPrint3m;
       
   451             },
       
   452             
       
   453         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   454             {
       
   455             id = ECamSettingItemSceneSharpness;
       
   456             default = ECamImageSharpnessNorm;
       
   457             },
       
   458             
       
   459         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   460             {
       
   461             id = ECamSettingItemSceneContrast;
       
   462             default = ECamContrastNorm;
       
   463             }
       
   464         };
       
   465     }
       
   466 
       
   467 //----------------------------------------------------
       
   468 //   
       
   469 //    r_cam_photo_scene_night_candlelight
       
   470 //    Data for the photo scene candlelight settings
       
   471 //
       
   472 //----------------------------------------------------
       
   473 //
       
   474 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_candlelight
       
   475     {
       
   476     scene_item_id = ECamSceneCandlelight;
       
   477     settings_items =
       
   478         {
       
   479         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   480             {          
       
   481             id = ECamSettingItemSceneAEMode;
       
   482             default = ECamSceneAEModeBacklight;
       
   483             },
       
   484    
       
   485         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   486             {
       
   487             id = ECamSettingItemSceneAWBMode;
       
   488             default = ECamWhiteBalanceDaylight;
       
   489             },
       
   490 
       
   491         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   492             {
       
   493             id = ECamSettingItemSceneAFMode;
       
   494             default = ECamSceneAFModeNormal;
       
   495             },
       
   496 
       
   497         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   498             {
       
   499             id = ECamSettingItemSceneFlashMode;
       
   500             default = ECamFlashOff;
       
   501             },
       
   502 
       
   503         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   504             {
       
   505             id = ECamSettingItemSceneMaxRes;
       
   506             default = ECamImageQualityPrint3m;
       
   507             },
       
   508             
       
   509         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   510             {
       
   511             id = ECamSettingItemSceneSharpness;
       
   512             default = ECamImageSharpnessNorm;
       
   513             },
       
   514             
       
   515         CAM_NON_STATIC_SETTING_ITEM_DATA
       
   516             {
       
   517             id = ECamSettingItemSceneContrast;
       
   518             default = ECamContrastNorm;
       
   519             }
       
   520         };
       
   521     }
       
   522 
       
   523 // Scenes data for settings model.
       
   524 //----------------------------------------------------
       
   525 //   
       
   526 //    r_cam_photo_scenes_data
       
   527 //    Data for all the photo scene setting items (except user)
       
   528 //
       
   529 //----------------------------------------------------
       
   530 //
       
   531 RESOURCE CAM_SETTING_ITEMS_DATA r_cam_photo_scenes_data
       
   532     {
       
   533     settings_items =
       
   534         {
       
   535         CAM_SCENE_SETTINGS_DATA_REF
       
   536             {
       
   537             scene_settings_data_ref = r_cam_photo_scene_macro;
       
   538             },
       
   539         CAM_SCENE_SETTINGS_DATA_REF
       
   540             {
       
   541             scene_settings_data_ref = r_cam_photo_scene_auto;
       
   542             },
       
   543         CAM_SCENE_SETTINGS_DATA_REF
       
   544             {
       
   545             scene_settings_data_ref = r_cam_photo_scene_scenery;
       
   546             },
       
   547         CAM_SCENE_SETTINGS_DATA_REF
       
   548             {
       
   549             scene_settings_data_ref = r_cam_photo_scene_sports;
       
   550             },
       
   551         CAM_SCENE_SETTINGS_DATA_REF
       
   552             {
       
   553             scene_settings_data_ref = r_cam_photo_scene_portrait;
       
   554             },
       
   555         CAM_SCENE_SETTINGS_DATA_REF
       
   556             {
       
   557             scene_settings_data_ref = r_cam_photo_scene_night;
       
   558             },
       
   559         CAM_SCENE_SETTINGS_DATA_REF
       
   560             {
       
   561             scene_settings_data_ref = r_cam_photo_scene_night_landscape;
       
   562             },
       
   563         CAM_SCENE_SETTINGS_DATA_REF
       
   564             {
       
   565             scene_settings_data_ref = r_cam_photo_scene_night_portrait;
       
   566             },
       
   567         CAM_SCENE_SETTINGS_DATA_REF
       
   568             {
       
   569             scene_settings_data_ref = r_cam_photo_scene_candlelight;
       
   570             }
       
   571         };
       
   572     }
       
   573 
       
   574 
       
   575 // ---------------------------------------------------
       
   576 //
       
   577 //    r_cam_scene_description_candlelight
       
   578 //    Description of Candlelight scene in scene settings view
       
   579 //
       
   580 // ---------------------------------------------------
       
   581 //
       
   582 RESOURCE TBUF r_cam_scene_description_candlelight
       
   583     {
       
   584     buf = qtn_lcam_scene_candle_ex;
       
   585     }
       
   586 
       
   587 // ---------------------------------------------------
       
   588 //
       
   589 //    r_cam_scene_list_photo
       
   590 //    Lists all scenes used to populate the photo scene list
       
   591 //
       
   592 // ---------------------------------------------------
       
   593 //
       
   594 RESOURCE ARRAY r_cam_scene_list_photo
       
   595     {
       
   596     items = 
       
   597         {
       
   598         INT16
       
   599             {
       
   600             value = ECamSceneAuto;
       
   601             },
       
   602         INT16
       
   603             {
       
   604             value = ECamSceneUser;
       
   605             },
       
   606         INT16
       
   607             {
       
   608             value = ECamScenePortrait;
       
   609             },
       
   610         INT16
       
   611             {
       
   612             value = ECamSceneScenery;
       
   613             },
       
   614         INT16
       
   615             {
       
   616             value = ECamSceneSports;
       
   617             },
       
   618         INT16
       
   619             {
       
   620             value = ECamSceneNightScenery;
       
   621             },
       
   622         INT16
       
   623             {
       
   624             value = ECamSceneNightPortrait;
       
   625             },
       
   626         INT16
       
   627             {
       
   628             value = ECamSceneCandlelight;
       
   629             }
       
   630         };
       
   631     }
       
   632 
       
   633 
       
   634 // ---------------------------------------------------
       
   635 //
       
   636 //    r_cam_scene_list_photo_cam2
       
   637 //    Lists all scenes used to populate the photo
       
   638 //    scene list for the secondary camera
       
   639 //
       
   640 // ---------------------------------------------------
       
   641 //
       
   642 RESOURCE ARRAY r_cam_scene_list_photo_cam2
       
   643     {
       
   644     items = 
       
   645         {
       
   646         INT16
       
   647             {
       
   648             value = ECamSceneAuto;
       
   649             },
       
   650         INT16
       
   651             {
       
   652             value = ECamSceneNight;
       
   653             }
       
   654         };
       
   655     }
       
   656     
       
   657 // ---------------------------------------------------
       
   658 //
       
   659 //    r_cam_scene_list_user
       
   660 //    Lists all scenes used to populate the user scene list
       
   661 //
       
   662 // ---------------------------------------------------
       
   663 //
       
   664 RESOURCE ARRAY r_cam_scene_list_user
       
   665     {
       
   666     items = 
       
   667         {
       
   668         INT16
       
   669             {
       
   670             value = ECamSceneAuto;
       
   671             },
       
   672         INT16
       
   673             {
       
   674             value = ECamScenePortrait;
       
   675             },
       
   676         INT16
       
   677             {
       
   678             value = ECamSceneScenery;
       
   679             },
       
   680         INT16
       
   681             {
       
   682             value = ECamSceneNight;
       
   683             },
       
   684         INT16
       
   685             {
       
   686             value = ECamSceneSports;
       
   687             }
       
   688         };
       
   689     }
       
   690 
       
   691 // ---------------------------------------------------
       
   692 //
       
   693 //    r_cam_scene_list_video
       
   694 //    Lists all scenes used to populate the video scene list
       
   695 //
       
   696 // ---------------------------------------------------
       
   697 //
       
   698 RESOURCE ARRAY r_cam_scene_list_video
       
   699     {
       
   700     items = 
       
   701         {
       
   702         INT16
       
   703             {
       
   704             value = ECamSceneNormal;
       
   705             },
       
   706         INT16
       
   707             {
       
   708             value = ECamSceneNight;
       
   709             }
       
   710         };
       
   711     }
       
   712 
       
   713 // ---------------------------------------------------
       
   714 //
       
   715 //    r_cam_scene_list_video_cam2
       
   716 //    Lists all scenes used to populate the video
       
   717 //    scene list for the secondary camera
       
   718 //
       
   719 // ---------------------------------------------------
       
   720 //
       
   721 RESOURCE ARRAY r_cam_scene_list_video_cam2
       
   722     {
       
   723     items = 
       
   724         {
       
   725         INT16
       
   726             {
       
   727             value = ECamSceneAuto;
       
   728             },
       
   729         INT16
       
   730             {
       
   731             value = ECamSceneNight;
       
   732             }
       
   733         };
       
   734     }
       
   735 
       
   736 // ---------------------------------------------------
       
   737 //
       
   738 //    r_cam_scene_max_items_to_display
       
   739 //    Value for the maximum number of items displayed
       
   740 //
       
   741 // ---------------------------------------------------
       
   742 //
       
   743 
       
   744 RESOURCE INT16 r_cam_scene_max_items_to_display
       
   745     {
       
   746     value = 4;
       
   747     }
       
   748 
       
   749 // ---------------------------------------------------------
       
   750 //   
       
   751 //   r_cam_scene_setting_menubar
       
   752 //   Menubar for scene settings view
       
   753 //
       
   754 // ---------------------------------------------------------
       
   755 //
       
   756 RESOURCE MENU_BAR r_cam_scene_setting_menubar
       
   757     {
       
   758     titles =
       
   759         {
       
   760         MENU_TITLE
       
   761             {
       
   762             menu_pane = r_cam_scene_setting_menu;
       
   763             }
       
   764         };
       
   765     }
       
   766 
       
   767 // ---------------------------------------------------------
       
   768 //   
       
   769 //   r_cam_scene_setting_menu
       
   770 //   Options menu for scene settings view
       
   771 //
       
   772 // ---------------------------------------------------------
       
   773 //
       
   774 RESOURCE MENU_PANE r_cam_scene_setting_menu
       
   775     {
       
   776     items = 
       
   777         {
       
   778         MENU_ITEM
       
   779             {
       
   780             command = ECamCmdSelect;
       
   781             txt = qtn_lcam_options_select;
       
   782             },
       
   783         MENU_ITEM
       
   784             {
       
   785             command = ECamCmdEdit;
       
   786             txt = qtn_lcam_options_edit_userdef;
       
   787             },
       
   788         MENU_ITEM
       
   789             {
       
   790             command = EAknCmdHelp;
       
   791             txt = qtn_options_help;
       
   792             },
       
   793         MENU_ITEM
       
   794             {
       
   795             command = ECamCmdInternalExit;
       
   796             txt = qtn_options_exit;
       
   797             }
       
   798         };
       
   799     }
       
   800 
       
   801 
       
   802 // ---------------------------------------------------------
       
   803 //   
       
   804 //   r_cam_scene_setting_ok_menubar
       
   805 //   Ok menubar for scene setting list
       
   806 //   (only opens when user scene is highlighted)
       
   807 //
       
   808 // ---------------------------------------------------------
       
   809 //
       
   810 RESOURCE MENU_BAR r_cam_scene_setting_ok_menubar
       
   811     {
       
   812     titles =
       
   813         {
       
   814         MENU_TITLE
       
   815             {
       
   816             menu_pane = r_cam_scene_setting_ok_menu;
       
   817             }
       
   818         };
       
   819     }
       
   820 
       
   821 
       
   822 // ---------------------------------------------------------
       
   823 //   
       
   824 //   r_cam_scene_setting_ok_menu
       
   825 //   Context specific options menu for scene setting list
       
   826 //
       
   827 // ---------------------------------------------------------
       
   828 //
       
   829 RESOURCE MENU_PANE r_cam_scene_setting_ok_menu
       
   830     {
       
   831     items = 
       
   832         {
       
   833         MENU_ITEM
       
   834             {
       
   835             command = ECamCmdSelect;
       
   836             txt = qtn_lcam_options_select;
       
   837             },
       
   838         MENU_ITEM
       
   839             {
       
   840             command = ECamCmdEdit;
       
   841             txt = qtn_lcam_options_edit_userdef;
       
   842             }
       
   843         };
       
   844     }
       
   845 
       
   846 //----------------------------------------------------
       
   847 //   
       
   848 //    r_cam_photo_user_scene_setup_list_imagesharpness_data
       
   849 //    The data for the image sharpness item in the 
       
   850 //    photo user scene setup list
       
   851 //
       
   852 //----------------------------------------------------
       
   853 //
       
   854 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_imagesharpness_data
       
   855     {
       
   856     id = ECamSettingItemUserSceneImageSharpness;
       
   857     text = qtn_lcam_set_user_sharp;
       
   858     user_scene_setup_list_item_values =
       
   859         {
       
   860         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   861             {          
       
   862             id = ECamImageSharpnessHard;
       
   863             text = qtn_lcam_set_hard_v2;
       
   864             },
       
   865    
       
   866         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   867             {
       
   868             id = ECamImageSharpnessNorm;
       
   869             text = qtn_lcam_set_normal_v2;
       
   870             },
       
   871 
       
   872         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   873             {
       
   874             id = ECamImageSharpnessSoft;
       
   875             text = qtn_lcam_set_soft_v2;
       
   876             }
       
   877 
       
   878         };
       
   879     }
       
   880     
       
   881 //----------------------------------------------------
       
   882 //   
       
   883 //    r_cam_photo_user_scene_setup_list_coloursaturation_data
       
   884 //    The data for the image sharpness item in the 
       
   885 //    photo user scene setup list
       
   886 //
       
   887 //----------------------------------------------------
       
   888 //
       
   889 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_coloursaturation_data
       
   890     {
       
   891     id = ECamSettingItemUserSceneColourSaturation;
       
   892     text = qtn_lcam_popm_colsat;
       
   893     user_scene_setup_list_item_values =
       
   894         {
       
   895         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   896             {          
       
   897             id = ECamColourSaturationNorm;
       
   898             text = qtn_lcam_set_normal_v2;
       
   899             },
       
   900    
       
   901         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   902             {
       
   903             id = ECamColourSaturationPlus;
       
   904             text = qtn_lcam_set_increased_v2;
       
   905             },
       
   906 
       
   907         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   908             {
       
   909             id = ECamColourSaturationNeg;
       
   910             text = qtn_lcam_set_decreased_v2;
       
   911             }
       
   912 
       
   913         };
       
   914     }    
       
   915 //----------------------------------------------------
       
   916 //   
       
   917 //    r_cam_photo_user_scene_setup_list_whitebalance_data
       
   918 //    The data for the white balance item in the 
       
   919 //    photo user scene setup list
       
   920 //
       
   921 //----------------------------------------------------
       
   922 //
       
   923 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_whitebalance_data
       
   924     {
       
   925     id = ECamSettingItemUserSceneWhitebalance;
       
   926     text = qtn_lcam_set_user_wb;
       
   927     user_scene_setup_list_item_values =
       
   928         {
       
   929         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   930             {          
       
   931             id = ECamWhiteBalanceAWB;
       
   932             text = qtn_lcam_set_awb_v2;
       
   933             },
       
   934    
       
   935         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   936             {
       
   937             id = ECamWhiteBalanceDaylight;
       
   938             text = qtn_lcam_set_day_v2;
       
   939             },
       
   940         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   941             {
       
   942             id = ECamWhiteBalanceCloudy;
       
   943             text = qtn_lcam_set_cloud_v2;
       
   944             },
       
   945         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   946             {
       
   947             id = ECamWhiteBalanceTungsten;
       
   948             text = qtn_lcam_set_tung_v2;
       
   949             },
       
   950 
       
   951         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   952             {
       
   953             id = ECamWhiteBalanceFlourescent;
       
   954             text = qtn_lcam_set_flu_v2;
       
   955             }
       
   956 
       
   957         };
       
   958     }
       
   959 
       
   960 //----------------------------------------------------
       
   961 //   
       
   962 //    r_cam_photo_user_scene_setup_list_coloureffect_data
       
   963 //    The data for the colour effect item in the 
       
   964 //    photo user scene setup list
       
   965 //
       
   966 //----------------------------------------------------
       
   967 //
       
   968 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_coloureffect_data
       
   969     {
       
   970     id = ECamSettingItemUserSceneColourFilter;
       
   971     text = qtn_lcam_set_user_ce;
       
   972     user_scene_setup_list_item_values =
       
   973         {
       
   974         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   975             {
       
   976             id = ECamColourFilterColour;
       
   977             text = qtn_lcam_set_col_v2;
       
   978             },
       
   979 
       
   980         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   981             {
       
   982             id = ECamColourFilterBlackAndWhite;
       
   983             text = qtn_lcam_set_bw_v2;
       
   984             },
       
   985 
       
   986         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   987             {
       
   988             id = ECamColourFilterSepia;
       
   989             text = qtn_lcam_set_sep_v2;
       
   990             },
       
   991             
       
   992         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   993             {
       
   994             id = ECamColourFilterNegative;
       
   995             text = qtn_lcam_set_neg_v2;
       
   996             },
       
   997         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   998             {
       
   999             id = ECamColourFilterVivid;
       
  1000             text = qtn_lcam_set_viv_v2;
       
  1001             }
       
  1002         };
       
  1003     }
       
  1004     
       
  1005 //----------------------------------------------------
       
  1006 //   
       
  1007 //    r_cam_photo_user_scene_setup_list_set_user_default
       
  1008 //    The data for the set user default item in the 
       
  1009 //    photo user scene setup list
       
  1010 //
       
  1011 //----------------------------------------------------
       
  1012 //    
       
  1013 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_set_user_default
       
  1014     {
       
  1015     id = ECamSettingItemUserSceneDefault;
       
  1016     text = qtn_lcam_set_user_default;
       
  1017     user_scene_setup_list_item_values =
       
  1018         {
       
  1019         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1020             {
       
  1021             id = ECamSettNo;
       
  1022             text = qtn_lcam_set_user_default_no;
       
  1023             },
       
  1024 
       
  1025         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1026             {
       
  1027             id = ECamSettYes;
       
  1028             text = qtn_lcam_set_user_default_yes;
       
  1029             }
       
  1030         };
       
  1031     }
       
  1032 
       
  1033 //----------------------------------------------------
       
  1034 //   
       
  1035 //    r_cam_photo_user_scene_setup_list_reset_data
       
  1036 //    The data for the reset data item in the 
       
  1037 //    photo user scene setup list
       
  1038 //
       
  1039 //----------------------------------------------------
       
  1040 //
       
  1041 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_reset_data
       
  1042     {
       
  1043     id = ECamSettingItemUserSceneReset;
       
  1044     text = qtn_lcam_set_user_reset;
       
  1045     }
       
  1046 
       
  1047 //----------------------------------------------------
       
  1048 //   
       
  1049 //    r_cam_photo_user_scene_setup_list_flash_data
       
  1050 //    The data for the flash item in the 
       
  1051 //    photo user scene setup list
       
  1052 //
       
  1053 //----------------------------------------------------
       
  1054 //
       
  1055 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_flash_data
       
  1056     {
       
  1057     id = ECamSettingItemUserSceneFlash;
       
  1058     text = qtn_lcam_set_user_flash;
       
  1059     user_scene_setup_list_item_values =
       
  1060         {
       
  1061         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1062             {
       
  1063             id = ECamFlashAuto;
       
  1064             text = qtn_lcam_set_auto_v2;
       
  1065             },
       
  1066       
       
  1067         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1068             {
       
  1069             id = ECamFlashForced;
       
  1070             text = qtn_lcam_set_force_v2;
       
  1071             },
       
  1072 
       
  1073         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1074             {
       
  1075             id = ECamFlashAntiRedEye;
       
  1076             text = qtn_lcam_set_redeye_v2;
       
  1077             },            
       
  1078 
       
  1079         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1080             {
       
  1081             id = ECamFlashOff;
       
  1082             text = qtn_lcam_set_flash_off_v2;
       
  1083             }
       
  1084         };
       
  1085     }
       
  1086 
       
  1087 //----------------------------------------------------
       
  1088 //   
       
  1089 //    r_cam_photo_user_scene_setup_list_brightness_data
       
  1090 //    The data for the brightness item in the 
       
  1091 //    photo user scene setup list
       
  1092 //
       
  1093 //----------------------------------------------------
       
  1094 //
       
  1095 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_brightness_data
       
  1096     {
       
  1097     id = ECamSettingItemUserSceneBrightness;
       
  1098     text = qtn_lcam_set_user_bright;
       
  1099     user_scene_setup_list_item_values =
       
  1100         {
       
  1101         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1102             {
       
  1103             id = ECamBrightnessNorm;
       
  1104             text = qtn_lcam_set_normal_v2;
       
  1105             },
       
  1106 
       
  1107         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1108             {
       
  1109             id = ECamBrightnessPlus;
       
  1110             text = qtn_lcam_set_increased_v2;
       
  1111             },
       
  1112 
       
  1113         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1114             {
       
  1115             id = ECamBrightnessNeg;
       
  1116             text = qtn_lcam_set_decreased_v2;
       
  1117             }
       
  1118         };
       
  1119     }
       
  1120 
       
  1121 //----------------------------------------------------
       
  1122 //
       
  1123 //    r_cam_photo_user_scene_setup_list_ev_data
       
  1124 //    The data for the EV item in the photo user
       
  1125 //    scene setup list (for range -2 to +2 in steps of 1/3)
       
  1126 //
       
  1127 //----------------------------------------------------
       
  1128 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data
       
  1129     {
       
  1130     id = ECamSettingItemUserSceneExposure;
       
  1131     text = qtn_lcam_set_user_ev;
       
  1132     user_scene_setup_list_item_values =
       
  1133         {
       
  1134         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1135             {
       
  1136             id = 6;
       
  1137             text = qtn_lcam_ev_plus2_v2;
       
  1138             },
       
  1139         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1140             {
       
  1141             id = 5;
       
  1142             text = qtn_lcam_ev_plus1_7_v2;
       
  1143             },
       
  1144          CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1145             {
       
  1146             id = 4;
       
  1147             text = qtn_lcam_ev_plus1_3_v2;
       
  1148             },
       
  1149         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1150             {
       
  1151             id = 3;
       
  1152             text = qtn_lcam_ev_plus1_v2;
       
  1153             },
       
  1154         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1155             {
       
  1156             id = 2;
       
  1157             text = qtn_lcam_ev_plus0_7_v2;
       
  1158             },
       
  1159         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1160             {
       
  1161             id = 1;
       
  1162             text = qtn_lcam_ev_plus0_3_v2;
       
  1163             },
       
  1164         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1165             {
       
  1166             id = 0;
       
  1167             text = qtn_lcam_ev_0_v2;
       
  1168             },
       
  1169         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1170             {
       
  1171             id = -1;
       
  1172             text = qtn_lcam_ev_minus0_3_v2;
       
  1173             },
       
  1174         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1175             {
       
  1176             id = -2;
       
  1177             text = qtn_lcam_ev_minus0_7_v2;
       
  1178             },
       
  1179         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1180             {
       
  1181             id = -3;
       
  1182             text = qtn_lcam_ev_minus1_v2;
       
  1183             },
       
  1184         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1185             {
       
  1186             id = -4;
       
  1187             text = qtn_lcam_ev_minus1_3_v2;
       
  1188             },
       
  1189         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1190             {
       
  1191             id = -5;
       
  1192             text = qtn_lcam_ev_minus1_3_v2;
       
  1193             },
       
  1194         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1195             {
       
  1196             id = -6;
       
  1197             text = qtn_lcam_ev_minus2_v2;
       
  1198             }
       
  1199         };
       
  1200     }
       
  1201     
       
  1202 //----------------------------------------------------
       
  1203 //
       
  1204 //    r_cam_photo_user_scene_setup_list_ev_data2
       
  1205 //    The data for the EV item in the photo user
       
  1206 //    scene setup list (for range -2 to +2 in steps of 1/2)
       
  1207 //
       
  1208 //----------------------------------------------------
       
  1209 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data2
       
  1210     {
       
  1211     id = ECamSettingItemUserSceneExposure;
       
  1212     text = qtn_lcam_set_user_ev;
       
  1213     user_scene_setup_list_item_values =
       
  1214         {
       
  1215         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1216             {
       
  1217             id = ECamExposureTwo;
       
  1218             text = qtn_lcam_ev_plus2_v2;
       
  1219             },
       
  1220         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1221             {
       
  1222             id = ECamExposureOnePointFive;
       
  1223             text = qtn_lcam_ev_plus1_5_v2;
       
  1224             },
       
  1225         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1226             {
       
  1227             id = ECamExposureOne;
       
  1228             text = qtn_lcam_ev_plus1_v2;
       
  1229             },
       
  1230         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1231             {
       
  1232             id = ECamExposurePointFive;
       
  1233             text = qtn_lcam_ev_plus0_5_v2;
       
  1234             },
       
  1235         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1236             {
       
  1237             id = ECamExposureZero;
       
  1238             text = qtn_lcam_ev_0_v2;
       
  1239             },
       
  1240         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1241             {
       
  1242             id = ECamExposureMinusPointFive;
       
  1243             text = qtn_lcam_ev_minus0_5_v2;
       
  1244             },
       
  1245         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1246             {
       
  1247             id = ECamExposureMinusOne;
       
  1248             text = qtn_lcam_ev_minus1_v2;
       
  1249             },
       
  1250         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1251             {
       
  1252             id = ECamExposureMinusOnePointFive;
       
  1253             text = qtn_lcam_ev_minus1_5_v2;
       
  1254             },
       
  1255         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1256             {
       
  1257             id = ECamExposureMinusTwo;
       
  1258             text = qtn_lcam_ev_minus2_v2;
       
  1259             }
       
  1260         };
       
  1261     }
       
  1262 
       
  1263 //----------------------------------------------------
       
  1264 //
       
  1265 //    r_cam_photo_user_scene_setup_list_ev_data3
       
  1266 //    The data for the EV item in the photo user
       
  1267 //    scene setup list (for range -2 to +2 in steps of 1)
       
  1268 //
       
  1269 //----------------------------------------------------
       
  1270 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data3
       
  1271     {
       
  1272     id = ECamSettingItemUserSceneExposure;
       
  1273     text = qtn_lcam_set_user_ev;
       
  1274     user_scene_setup_list_item_values =
       
  1275         {
       
  1276         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1277             {
       
  1278             id = ECamExposureTwo;
       
  1279             text = qtn_lcam_ev_plus2_v2;
       
  1280             },
       
  1281         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1282             {
       
  1283             id = ECamExposureOnePointFive;
       
  1284             text = qtn_lcam_ev_plus1_5_v2;
       
  1285             },
       
  1286         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1287             {
       
  1288             id = ECamExposureOne;
       
  1289             text = qtn_lcam_ev_plus1_v2;
       
  1290             },
       
  1291         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1292             {
       
  1293             id = ECamExposurePointFive;
       
  1294             text = qtn_lcam_ev_plus0_5_v2;
       
  1295             },
       
  1296         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1297             {
       
  1298             id = ECamExposureZero;
       
  1299             text = qtn_lcam_ev_0_v2;
       
  1300             },
       
  1301         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1302             {
       
  1303             id = ECamExposureMinusPointFive;
       
  1304             text = qtn_lcam_ev_minus0_5_v2;
       
  1305             },
       
  1306         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1307             {
       
  1308             id = ECamExposureMinusOne;
       
  1309             text = qtn_lcam_ev_minus1_v2;
       
  1310             },
       
  1311         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1312             {
       
  1313             id = ECamExposureMinusOnePointFive;
       
  1314             text = qtn_lcam_ev_minus1_5_v2;
       
  1315             },
       
  1316         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1317             {
       
  1318             id = ECamExposureMinusTwo;
       
  1319             text = qtn_lcam_ev_minus2_v22;
       
  1320             }
       
  1321         };
       
  1322     }
       
  1323 
       
  1324 
       
  1325 //----------------------------------------------------
       
  1326 //   
       
  1327 //    r_cam_photo_user_scene_setup_list_lightsensitivity_data
       
  1328 //    The data for the light sensitivity item in the 
       
  1329 //    photo user scene setup list
       
  1330 //
       
  1331 //----------------------------------------------------
       
  1332 //
       
  1333 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_lightsensitivity_data
       
  1334     {
       
  1335     id = ECamSettingItemUserSceneLightSensitivity;
       
  1336     text = qtn_lcam_set_user_iso;
       
  1337     user_scene_setup_list_item_values =
       
  1338         {
       
  1339         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1340             {
       
  1341             id = ECamLightSensitivityAuto;
       
  1342             text = qtn_lcam_set_iso_auto; // qtn_lcam_isoauto;
       
  1343             },
       
  1344 
       
  1345         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1346             {
       
  1347             id = ECamLightSensitivityLow;
       
  1348             text = qtn_lcam_set_iso_low; // qtn_lcam_isolow;
       
  1349             },
       
  1350 
       
  1351         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1352             {
       
  1353             id = ECamLightSensitivityMed;
       
  1354             text = qtn_lcam_set_iso_medium; // qtn_lcam_isomedium;
       
  1355             },
       
  1356             
       
  1357         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1358             {
       
  1359             id = ECamLightSensitivityHigh;
       
  1360             text = qtn_lcam_set_iso_high; // qtn_lcam_isohigh;
       
  1361             }
       
  1362         };
       
  1363     }
       
  1364 
       
  1365 //----------------------------------------------------
       
  1366 //   
       
  1367 //    r_cam_photo_user_scene_setup_list_extended_lightsensitivity_data
       
  1368 //    The data for the light sensitivity item in the 
       
  1369 //    photo user scene setup list
       
  1370 //
       
  1371 //----------------------------------------------------
       
  1372 //
       
  1373 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_extended_lightsensitivity_data
       
  1374     {
       
  1375     id = ECamSettingItemUserSceneLightSensitivity;
       
  1376     text = qtn_lcam_set_user_iso;
       
  1377     user_scene_setup_list_item_values =
       
  1378         {
       
  1379         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1380             {
       
  1381             id = ECamLightSensitivityAuto;
       
  1382             text = qtn_lcam_set_iso_auto; // qtn_lcam_isoauto;
       
  1383             },
       
  1384 
       
  1385         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1386             {
       
  1387             id = ECamLightSensitivityLow;
       
  1388             text = qtn_lcam_set_iso_low; // qtn_lcam_isolow;
       
  1389             },
       
  1390 
       
  1391         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1392             {
       
  1393             id = ECamLightSensitivityLowMed;
       
  1394             text = qtn_lcam_set_iso_low_medium;
       
  1395             },
       
  1396 
       
  1397         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1398             {
       
  1399             id = ECamLightSensitivityMed;
       
  1400             text = qtn_lcam_set_iso_medium; // qtn_lcam_isomedium;
       
  1401             },
       
  1402             
       
  1403         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1404             {
       
  1405             id = ECamLightSensitivityMedHigh;
       
  1406             text = qtn_lcam_set_iso_medium_high;
       
  1407             },
       
  1408 
       
  1409         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1410             {
       
  1411             id = ECamLightSensitivityHigh;
       
  1412             text = qtn_lcam_set_iso_high; // qtn_lcam_isohigh;
       
  1413             }
       
  1414         };
       
  1415     }
       
  1416 
       
  1417 
       
  1418 //----------------------------------------------------
       
  1419 //   
       
  1420 //    r_cam_photo_user_scene_setup_list_contrast_data
       
  1421 //    The data for the contrast item in the 
       
  1422 //    photo user scene setup list
       
  1423 //
       
  1424 //----------------------------------------------------
       
  1425 //
       
  1426 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_contrast_data
       
  1427     {
       
  1428     id = ECamSettingItemUserSceneContrast;
       
  1429     text = qtn_lcam_set_user_contr;
       
  1430     user_scene_setup_list_item_values =
       
  1431         {
       
  1432         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1433             {
       
  1434             id = ECamContrastNorm;
       
  1435             text = qtn_lcam_set_contrast_normal_v2;
       
  1436             },
       
  1437 
       
  1438         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1439             {
       
  1440             id = ECamContrastPlus;
       
  1441             text = qtn_lcam_set_contrast_increased_v2;
       
  1442             },
       
  1443 
       
  1444         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1445             {
       
  1446             id = ECamContrastNeg;
       
  1447             text = qtn_lcam_set_contrast_decreased_v2;
       
  1448             }
       
  1449         };
       
  1450     }
       
  1451 
       
  1452 //----------------------------------------------------
       
  1453 //   
       
  1454 //    r_cam_photo_user_scene_setup_title_name
       
  1455 //    Title name used in photo user scene setup
       
  1456 //
       
  1457 //----------------------------------------------------
       
  1458 //
       
  1459 RESOURCE TITLE_PANE r_cam_photo_user_scene_setup_title_name
       
  1460     {
       
  1461     txt = qtn_lcam_title_text_photoscene;
       
  1462     }
       
  1463 
       
  1464 
       
  1465 // ---------------------------------------------------------
       
  1466 //   
       
  1467 //   r_cam_setup_pane_scene_options_menubar
       
  1468 //   Menubar for setup pane displaying scene options menu
       
  1469 //
       
  1470 // ---------------------------------------------------------
       
  1471 //
       
  1472 RESOURCE MENU_BAR r_cam_setup_pane_scene_options_menubar
       
  1473     {
       
  1474     titles =
       
  1475         {
       
  1476         MENU_TITLE
       
  1477             {
       
  1478             menu_pane = r_cam_setup_pane_scene_options_menu;
       
  1479             }
       
  1480         };
       
  1481     }
       
  1482 
       
  1483 // ---------------------------------------------------------
       
  1484 //   
       
  1485 //   r_cam_setup_pane_scene_options_menu
       
  1486 //   Options menu for setup pane when showing scene list
       
  1487 //
       
  1488 // ---------------------------------------------------------
       
  1489 //
       
  1490 RESOURCE MENU_PANE r_cam_setup_pane_scene_options_menu
       
  1491     {
       
  1492     items = 
       
  1493         {
       
  1494         MENU_ITEM
       
  1495             {
       
  1496             command = EAknSoftkeySelect;
       
  1497             txt = qtn_lcam_options_select;
       
  1498             },
       
  1499         MENU_ITEM
       
  1500             {
       
  1501             command = ECamCmdEdit;
       
  1502             txt = qtn_lcam_options_edit_userdef;
       
  1503             },
       
  1504         MENU_ITEM
       
  1505             {
       
  1506             command = EAknCmdHelp;
       
  1507             txt = qtn_options_help;
       
  1508             },
       
  1509         MENU_ITEM
       
  1510             {
       
  1511             command = ECamCmdInternalExit;
       
  1512             txt = qtn_options_exit;
       
  1513             }
       
  1514         };
       
  1515     }
       
  1516 
       
  1517 
       
  1518 
       
  1519 //----------------------------------------------------
       
  1520 //   
       
  1521 // Confirmation query for changing the photo scene to 
       
  1522 // "Sports" when resolution is too high.
       
  1523 //----------------------------------------------------
       
  1524 //   
       
  1525 RESOURCE DIALOG r_cam_sports_scene_change_confirmation_query
       
  1526     {
       
  1527     flags = EGeneralQueryFlags;
       
  1528     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
  1529     items = 
       
  1530         {
       
  1531         DLG_LINE
       
  1532             {
       
  1533             type = EAknCtQuery;
       
  1534             id = ECamCmdConfirmationQuerySportsSceneChange;
       
  1535             control = AVKON_CONFIRMATION_QUERY
       
  1536                 {
       
  1537                 layout = EConfirmationQueryLayout;
       
  1538                 label = qtn_lcam_conf_sport1m;
       
  1539                 };
       
  1540             }
       
  1541         };
       
  1542     }
       
  1543 
       
  1544 //----------------------------------------------------
       
  1545 //   
       
  1546 //    r_cam_user_scene_setup_title
       
  1547 //    Title name used in the user scene setup
       
  1548 //
       
  1549 //----------------------------------------------------
       
  1550 //
       
  1551 RESOURCE TITLE_PANE r_cam_user_scene_setup_title
       
  1552      {
       
  1553      txt = qtn_lcam_title_text_photoscene;
       
  1554      }
       
  1555 
       
  1556 
       
  1557 //----------------------------------------------------
       
  1558 //   
       
  1559 //    r_cam_user_scene_setup_view
       
  1560 //    User scene setup view
       
  1561 //
       
  1562 //----------------------------------------------------
       
  1563 //
       
  1564 RESOURCE AVKON_VIEW r_cam_user_scene_setup_view
       
  1565     {
       
  1566     menubar = r_cam_user_scene_setup_menubar;
       
  1567     cba = R_CAM_SOFTKEYS_OPTIONS_BACK__CHANGE;//R_AVKON_SOFTKEYS_OPTIONS_BACK;    
       
  1568     }
       
  1569 
       
  1570 //----------------------------------------------------
       
  1571 //   
       
  1572 //    r_cam_user_scene_setup_menubar
       
  1573 //    Menubar visible in photo and Video User Scene Setup views
       
  1574 //
       
  1575 //----------------------------------------------------
       
  1576 //
       
  1577 RESOURCE MENU_BAR r_cam_user_scene_setup_menubar
       
  1578     {
       
  1579     titles = 
       
  1580         {
       
  1581         MENU_TITLE
       
  1582             {
       
  1583             menu_pane = r_cam_user_scene_setup_menu;
       
  1584             }
       
  1585         };
       
  1586     }
       
  1587 
       
  1588 //----------------------------------------------------
       
  1589 //   
       
  1590 //    r_cam_user_scene_setup_menu
       
  1591 //    Menu visible in all user scene setup views
       
  1592 //
       
  1593 //----------------------------------------------------
       
  1594 //
       
  1595 RESOURCE MENU_PANE r_cam_user_scene_setup_menu
       
  1596     {
       
  1597     items = 
       
  1598         {
       
  1599         MENU_ITEM
       
  1600             { 
       
  1601             command = ECamCmdSelect; 
       
  1602             txt = qtn_options_change; 
       
  1603             },
       
  1604         MENU_ITEM
       
  1605             { 
       
  1606             command = ECamCmdSelectRestore;
       
  1607             txt = qtn_lcam_set_user_scene_restore_or;
       
  1608             },
       
  1609         MENU_ITEM
       
  1610             { 
       
  1611             command = EAknCmdHelp; 
       
  1612             txt = qtn_options_help; 
       
  1613             },
       
  1614         MENU_ITEM 
       
  1615             {
       
  1616             command = ECamCmdInternalExit;
       
  1617             txt = qtn_options_exit;
       
  1618             }
       
  1619         };
       
  1620     }
       
  1621 
       
  1622 //----------------------------------------------------
       
  1623 //
       
  1624 //    r_cam_video_scene_night
       
  1625 //    Data for the video scene night settings
       
  1626 //
       
  1627 //----------------------------------------------------
       
  1628 //
       
  1629 RESOURCE CAM_SCENE_SETTING_DATA r_cam_video_scene_night
       
  1630     {
       
  1631     scene_item_id = ECamSceneNight;
       
  1632     settings_items =
       
  1633         {
       
  1634         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1635             {          
       
  1636             id = ECamSettingItemSceneAEMode;
       
  1637             default = ECamSceneAEModeNight;
       
  1638             },
       
  1639    
       
  1640         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1641             {
       
  1642             id = ECamSettingItemSceneAWBMode;
       
  1643             default = ECamWhiteBalanceAWB;
       
  1644             },
       
  1645 
       
  1646         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1647             {
       
  1648             id = ECamSettingItemSceneAFMode;
       
  1649             default = ECamSceneAFModeHyperfocal;
       
  1650             },
       
  1651 
       
  1652         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1653             {
       
  1654             id = ECamSettingItemSceneFlashMode;
       
  1655             default = ECamFlashOff;
       
  1656             },
       
  1657 
       
  1658         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1659             {
       
  1660             id = ECamSettingItemSceneMaxRes;
       
  1661             default = ECamVideoResolutionCIF;
       
  1662             },
       
  1663             
       
  1664         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1665             {
       
  1666             id = ECamSettingItemSceneContrast;
       
  1667             default = ECamContrastNorm;
       
  1668             }     
       
  1669         };
       
  1670     }
       
  1671 
       
  1672 //----------------------------------------------------
       
  1673 //   
       
  1674 //    r_cam_video_scene_setting_title
       
  1675 //    Title name used in video scene settings view
       
  1676 //
       
  1677 //----------------------------------------------------
       
  1678 //
       
  1679 RESOURCE TITLE_PANE r_cam_video_scene_setting_title
       
  1680      {
       
  1681      txt = qtn_lcam_title_text_scenes_vid;
       
  1682      }
       
  1683 
       
  1684 //----------------------------------------------------
       
  1685 //   
       
  1686 //    r_cam_video_scene_video
       
  1687 //    Data for the video scene video settings
       
  1688 //
       
  1689 //----------------------------------------------------
       
  1690 //
       
  1691 RESOURCE CAM_SCENE_SETTING_DATA r_cam_video_scene_video
       
  1692     {
       
  1693     scene_item_id = ECamSceneNormal;
       
  1694     settings_items =
       
  1695         {
       
  1696         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1697             {          
       
  1698             id = ECamSettingItemSceneAEMode;
       
  1699             default = ECamSceneAEModeAuto;
       
  1700             },
       
  1701    
       
  1702         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1703             {
       
  1704             id = ECamSettingItemSceneAWBMode;
       
  1705             default = ECamWhiteBalanceAWB;
       
  1706             },
       
  1707 
       
  1708         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1709             {
       
  1710             id = ECamSettingItemSceneAFMode;
       
  1711             default = ECamSceneAFModeHyperfocal;
       
  1712             },
       
  1713 
       
  1714         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1715             {
       
  1716             id = ECamSettingItemSceneFlashMode;
       
  1717             default = ECamFlashOff;
       
  1718             },
       
  1719 
       
  1720         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1721             {
       
  1722             id = ECamSettingItemSceneMaxRes;
       
  1723             default = ECamVideoResolutionCIF;
       
  1724             },
       
  1725         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1726             {
       
  1727             id = ECamSettingItemSceneContrast;
       
  1728             default = ECamContrastNorm;
       
  1729             }     
       
  1730         };
       
  1731     }
       
  1732 
       
  1733 //----------------------------------------------------
       
  1734 //   
       
  1735 //    r_cam_video_scenes_data
       
  1736 //    Data for all the video scene setting items (except user)
       
  1737 //
       
  1738 //----------------------------------------------------
       
  1739 //
       
  1740 RESOURCE CAM_SETTING_ITEMS_DATA r_cam_video_scenes_data
       
  1741     {
       
  1742     settings_items =
       
  1743         {
       
  1744         CAM_SCENE_SETTINGS_DATA_REF
       
  1745             {
       
  1746             scene_settings_data_ref = r_cam_video_scene_video;
       
  1747             },
       
  1748         CAM_SCENE_SETTINGS_DATA_REF
       
  1749             {
       
  1750             scene_settings_data_ref = r_cam_video_scene_night;
       
  1751             }
       
  1752         };
       
  1753     }
       
  1754 
       
  1755 // ---------------------------------------------------
       
  1756 //
       
  1757 //    r_cam_reset_user_scene_note
       
  1758 //    Reset user scene settings confirmation note
       
  1759 //
       
  1760 // ---------------------------------------------------
       
  1761 //
       
  1762 RESOURCE DIALOG r_cam_reset_user_scene_note
       
  1763     {
       
  1764     flags = EGeneralQueryFlags;
       
  1765     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
  1766 
       
  1767     items =
       
  1768         {
       
  1769         DLG_LINE
       
  1770             {
       
  1771             type = EAknCtQuery;
       
  1772             id = EGeneralQuery;
       
  1773             control = AVKON_CONFIRMATION_QUERY
       
  1774                 {
       
  1775                 layout = EConfirmationQueryLayout;
       
  1776                 label = "";
       
  1777                 };
       
  1778             }
       
  1779         };
       
  1780     }
       
  1781 
       
  1782 //-----------------------------------------------------------------------------
       
  1783 //
       
  1784 //    r_cam_reset_user_scene_note_text
       
  1785 //    Reset user scene confirmation query text.
       
  1786 //
       
  1787 //-----------------------------------------------------------------------------
       
  1788 //
       
  1789 RESOURCE TBUF r_cam_reset_user_scene_note_text
       
  1790     {
       
  1791     buf = qtn_lcam_note_user_reset;
       
  1792     }
       
  1793