camerauis/cameraapp/generic/data/resource_inc/CamSceneSetupV2.ra
changeset 0 1ddebce53859
child 12 8c55c525d5d7
equal deleted inserted replaced
-1:000000000000 0:1ddebce53859
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource definitions for the Camera Application*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //----------------------------------------------------
       
    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_reset_data
       
  1008 //    The data for the reset data 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_reset_data
       
  1014     {
       
  1015     id = ECamSettingItemUserSceneReset;
       
  1016     text = qtn_lcam_set_user_reset;
       
  1017     }
       
  1018 
       
  1019 //----------------------------------------------------
       
  1020 //   
       
  1021 //    r_cam_photo_user_scene_setup_list_flash_data
       
  1022 //    The data for the flash item in the 
       
  1023 //    photo user scene setup list
       
  1024 //
       
  1025 //----------------------------------------------------
       
  1026 //
       
  1027 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_flash_data
       
  1028     {
       
  1029     id = ECamSettingItemUserSceneFlash;
       
  1030     text = qtn_lcam_set_user_flash;
       
  1031     user_scene_setup_list_item_values =
       
  1032         {
       
  1033         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1034             {
       
  1035             id = ECamFlashAuto;
       
  1036             text = qtn_lcam_set_auto_v2;
       
  1037             },
       
  1038       
       
  1039         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1040             {
       
  1041             id = ECamFlashForced;
       
  1042             text = qtn_lcam_set_force_v2;
       
  1043             },
       
  1044 
       
  1045         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1046             {
       
  1047             id = ECamFlashAntiRedEye;
       
  1048             text = qtn_lcam_set_redeye_v2;
       
  1049             },            
       
  1050 
       
  1051         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1052             {
       
  1053             id = ECamFlashOff;
       
  1054             text = qtn_lcam_set_flash_off_v2;
       
  1055             }
       
  1056         };
       
  1057     }
       
  1058 
       
  1059 //----------------------------------------------------
       
  1060 //   
       
  1061 //    r_cam_photo_user_scene_setup_list_brightness_data
       
  1062 //    The data for the brightness item in the 
       
  1063 //    photo user scene setup list
       
  1064 //
       
  1065 //----------------------------------------------------
       
  1066 //
       
  1067 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_brightness_data
       
  1068     {
       
  1069     id = ECamSettingItemUserSceneBrightness;
       
  1070     text = qtn_lcam_set_user_bright;
       
  1071     user_scene_setup_list_item_values =
       
  1072         {
       
  1073         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1074             {
       
  1075             id = ECamBrightnessNorm;
       
  1076             text = qtn_lcam_set_normal_v2;
       
  1077             },
       
  1078 
       
  1079         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1080             {
       
  1081             id = ECamBrightnessPlus;
       
  1082             text = qtn_lcam_set_increased_v2;
       
  1083             },
       
  1084 
       
  1085         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1086             {
       
  1087             id = ECamBrightnessNeg;
       
  1088             text = qtn_lcam_set_decreased_v2;
       
  1089             }
       
  1090         };
       
  1091     }
       
  1092 
       
  1093 //----------------------------------------------------
       
  1094 //
       
  1095 //    r_cam_photo_user_scene_setup_list_ev_data
       
  1096 //    The data for the EV item in the photo user
       
  1097 //    scene setup list (for range -2 to +2 in steps of 1/3)
       
  1098 //
       
  1099 //----------------------------------------------------
       
  1100 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data
       
  1101     {
       
  1102     id = ECamSettingItemUserSceneExposure;
       
  1103     text = qtn_lcam_set_user_ev;
       
  1104     user_scene_setup_list_item_values =
       
  1105         {
       
  1106         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1107             {
       
  1108             id = 6;
       
  1109             text = qtn_lcam_ev_plus2_v2;
       
  1110             },
       
  1111         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1112             {
       
  1113             id = 5;
       
  1114             text = qtn_lcam_ev_plus1_7_v2;
       
  1115             },
       
  1116          CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1117             {
       
  1118             id = 4;
       
  1119             text = qtn_lcam_ev_plus1_3_v2;
       
  1120             },
       
  1121         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1122             {
       
  1123             id = 3;
       
  1124             text = qtn_lcam_ev_plus1_v2;
       
  1125             },
       
  1126         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1127             {
       
  1128             id = 2;
       
  1129             text = qtn_lcam_ev_plus0_7_v2;
       
  1130             },
       
  1131         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1132             {
       
  1133             id = 1;
       
  1134             text = qtn_lcam_ev_plus0_3_v2;
       
  1135             },
       
  1136         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1137             {
       
  1138             id = 0;
       
  1139             text = qtn_lcam_ev_0_v2;
       
  1140             },
       
  1141         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1142             {
       
  1143             id = -1;
       
  1144             text = qtn_lcam_ev_minus0_3_v2;
       
  1145             },
       
  1146         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1147             {
       
  1148             id = -2;
       
  1149             text = qtn_lcam_ev_minus0_7_v2;
       
  1150             },
       
  1151         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1152             {
       
  1153             id = -3;
       
  1154             text = qtn_lcam_ev_minus1_v2;
       
  1155             },
       
  1156         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1157             {
       
  1158             id = -4;
       
  1159             text = qtn_lcam_ev_minus1_3_v2;
       
  1160             },
       
  1161         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1162             {
       
  1163             id = -5;
       
  1164             text = qtn_lcam_ev_minus1_3_v2;
       
  1165             },
       
  1166         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1167             {
       
  1168             id = -6;
       
  1169             text = qtn_lcam_ev_minus2_v2;
       
  1170             }
       
  1171         };
       
  1172     }
       
  1173     
       
  1174 //----------------------------------------------------
       
  1175 //
       
  1176 //    r_cam_photo_user_scene_setup_list_ev_data2
       
  1177 //    The data for the EV item in the photo user
       
  1178 //    scene setup list (for range -2 to +2 in steps of 1/2)
       
  1179 //
       
  1180 //----------------------------------------------------
       
  1181 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data2
       
  1182     {
       
  1183     id = ECamSettingItemUserSceneExposure;
       
  1184     text = qtn_lcam_set_user_ev;
       
  1185     user_scene_setup_list_item_values =
       
  1186         {
       
  1187         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1188             {
       
  1189             id = ECamExposureTwo;
       
  1190             text = qtn_lcam_ev_plus2_v2;
       
  1191             },
       
  1192         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1193             {
       
  1194             id = ECamExposureOnePointFive;
       
  1195             text = qtn_lcam_ev_plus1_5_v2;
       
  1196             },
       
  1197         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1198             {
       
  1199             id = ECamExposureOne;
       
  1200             text = qtn_lcam_ev_plus1_v2;
       
  1201             },
       
  1202         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1203             {
       
  1204             id = ECamExposurePointFive;
       
  1205             text = qtn_lcam_ev_plus0_5_v2;
       
  1206             },
       
  1207         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1208             {
       
  1209             id = ECamExposureZero;
       
  1210             text = qtn_lcam_ev_0_v2;
       
  1211             },
       
  1212         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1213             {
       
  1214             id = ECamExposureMinusPointFive;
       
  1215             text = qtn_lcam_ev_minus0_5_v2;
       
  1216             },
       
  1217         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1218             {
       
  1219             id = ECamExposureMinusOne;
       
  1220             text = qtn_lcam_ev_minus1_v2;
       
  1221             },
       
  1222         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1223             {
       
  1224             id = ECamExposureMinusOnePointFive;
       
  1225             text = qtn_lcam_ev_minus1_5_v2;
       
  1226             },
       
  1227         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1228             {
       
  1229             id = ECamExposureMinusTwo;
       
  1230             text = qtn_lcam_ev_minus2_v2;
       
  1231             }
       
  1232         };
       
  1233     }
       
  1234 
       
  1235 //----------------------------------------------------
       
  1236 //
       
  1237 //    r_cam_photo_user_scene_setup_list_ev_data3
       
  1238 //    The data for the EV item in the photo user
       
  1239 //    scene setup list (for range -2 to +2 in steps of 1)
       
  1240 //
       
  1241 //----------------------------------------------------
       
  1242 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data3
       
  1243     {
       
  1244     id = ECamSettingItemUserSceneExposure;
       
  1245     text = qtn_lcam_set_user_ev;
       
  1246     user_scene_setup_list_item_values =
       
  1247         {
       
  1248         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1249             {
       
  1250             id = ECamExposureTwo;
       
  1251             text = qtn_lcam_ev_plus2_v2;
       
  1252             },
       
  1253         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1254             {
       
  1255             id = ECamExposureOnePointFive;
       
  1256             text = qtn_lcam_ev_plus1_5_v2;
       
  1257             },
       
  1258         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1259             {
       
  1260             id = ECamExposureOne;
       
  1261             text = qtn_lcam_ev_plus1_v2;
       
  1262             },
       
  1263         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1264             {
       
  1265             id = ECamExposurePointFive;
       
  1266             text = qtn_lcam_ev_plus0_5_v2;
       
  1267             },
       
  1268         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1269             {
       
  1270             id = ECamExposureZero;
       
  1271             text = qtn_lcam_ev_0_v2;
       
  1272             },
       
  1273         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1274             {
       
  1275             id = ECamExposureMinusPointFive;
       
  1276             text = qtn_lcam_ev_minus0_5_v2;
       
  1277             },
       
  1278         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1279             {
       
  1280             id = ECamExposureMinusOne;
       
  1281             text = qtn_lcam_ev_minus1_v2;
       
  1282             },
       
  1283         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1284             {
       
  1285             id = ECamExposureMinusOnePointFive;
       
  1286             text = qtn_lcam_ev_minus1_5_v2;
       
  1287             },
       
  1288         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1289             {
       
  1290             id = ECamExposureMinusTwo;
       
  1291             text = qtn_lcam_ev_minus2_v22;
       
  1292             }
       
  1293         };
       
  1294     }
       
  1295 
       
  1296 
       
  1297 //----------------------------------------------------
       
  1298 //   
       
  1299 //    r_cam_photo_user_scene_setup_list_lightsensitivity_data
       
  1300 //    The data for the light sensitivity item in the 
       
  1301 //    photo user scene setup list
       
  1302 //
       
  1303 //----------------------------------------------------
       
  1304 //
       
  1305 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_lightsensitivity_data
       
  1306     {
       
  1307     id = ECamSettingItemUserSceneLightSensitivity;
       
  1308     text = qtn_lcam_set_user_iso;
       
  1309     user_scene_setup_list_item_values =
       
  1310         {
       
  1311         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1312             {
       
  1313             id = ECamLightSensitivityAuto;
       
  1314             text = qtn_lcam_set_iso_auto; // qtn_lcam_isoauto;
       
  1315             },
       
  1316 
       
  1317         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1318             {
       
  1319             id = ECamLightSensitivityLow;
       
  1320             text = qtn_lcam_set_iso_low; // qtn_lcam_isolow;
       
  1321             },
       
  1322 
       
  1323         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1324             {
       
  1325             id = ECamLightSensitivityMed;
       
  1326             text = qtn_lcam_set_iso_medium; // qtn_lcam_isomedium;
       
  1327             },
       
  1328             
       
  1329         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1330             {
       
  1331             id = ECamLightSensitivityHigh;
       
  1332             text = qtn_lcam_set_iso_high; // qtn_lcam_isohigh;
       
  1333             }
       
  1334         };
       
  1335     }
       
  1336 
       
  1337 //----------------------------------------------------
       
  1338 //   
       
  1339 //    r_cam_photo_user_scene_setup_list_extended_lightsensitivity_data
       
  1340 //    The data for the light sensitivity item in the 
       
  1341 //    photo user scene setup list
       
  1342 //
       
  1343 //----------------------------------------------------
       
  1344 //
       
  1345 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_extended_lightsensitivity_data
       
  1346     {
       
  1347     id = ECamSettingItemUserSceneLightSensitivity;
       
  1348     text = qtn_lcam_set_user_iso;
       
  1349     user_scene_setup_list_item_values =
       
  1350         {
       
  1351         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1352             {
       
  1353             id = ECamLightSensitivityAuto;
       
  1354             text = qtn_lcam_set_iso_auto; // qtn_lcam_isoauto;
       
  1355             },
       
  1356 
       
  1357         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1358             {
       
  1359             id = ECamLightSensitivityLow;
       
  1360             text = qtn_lcam_set_iso_low; // qtn_lcam_isolow;
       
  1361             },
       
  1362 
       
  1363         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1364             {
       
  1365             id = ECamLightSensitivityLowMed;
       
  1366             text = qtn_lcam_set_iso_low_medium;
       
  1367             },
       
  1368 
       
  1369         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1370             {
       
  1371             id = ECamLightSensitivityMed;
       
  1372             text = qtn_lcam_set_iso_medium; // qtn_lcam_isomedium;
       
  1373             },
       
  1374             
       
  1375         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1376             {
       
  1377             id = ECamLightSensitivityMedHigh;
       
  1378             text = qtn_lcam_set_iso_medium_high;
       
  1379             },
       
  1380 
       
  1381         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1382             {
       
  1383             id = ECamLightSensitivityHigh;
       
  1384             text = qtn_lcam_set_iso_high; // qtn_lcam_isohigh;
       
  1385             }
       
  1386         };
       
  1387     }
       
  1388 
       
  1389 
       
  1390 //----------------------------------------------------
       
  1391 //   
       
  1392 //    r_cam_photo_user_scene_setup_list_contrast_data
       
  1393 //    The data for the contrast item in the 
       
  1394 //    photo user scene setup list
       
  1395 //
       
  1396 //----------------------------------------------------
       
  1397 //
       
  1398 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_contrast_data
       
  1399     {
       
  1400     id = ECamSettingItemUserSceneContrast;
       
  1401     text = qtn_lcam_set_user_contr;
       
  1402     user_scene_setup_list_item_values =
       
  1403         {
       
  1404         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1405             {
       
  1406             id = ECamContrastNorm;
       
  1407             text = qtn_lcam_set_contrast_normal_v2;
       
  1408             },
       
  1409 
       
  1410         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1411             {
       
  1412             id = ECamContrastPlus;
       
  1413             text = qtn_lcam_set_contrast_increased_v2;
       
  1414             },
       
  1415 
       
  1416         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1417             {
       
  1418             id = ECamContrastNeg;
       
  1419             text = qtn_lcam_set_contrast_decreased_v2;
       
  1420             }
       
  1421         };
       
  1422     }
       
  1423 
       
  1424 //----------------------------------------------------
       
  1425 //   
       
  1426 //    r_cam_photo_user_scene_setup_title_name
       
  1427 //    Title name used in photo user scene setup
       
  1428 //
       
  1429 //----------------------------------------------------
       
  1430 //
       
  1431 RESOURCE TITLE_PANE r_cam_photo_user_scene_setup_title_name
       
  1432     {
       
  1433     txt = qtn_lcam_title_text_photoscene;
       
  1434     }
       
  1435 
       
  1436 
       
  1437 // ---------------------------------------------------------
       
  1438 //   
       
  1439 //   r_cam_setup_pane_scene_options_menubar
       
  1440 //   Menubar for setup pane displaying scene options menu
       
  1441 //
       
  1442 // ---------------------------------------------------------
       
  1443 //
       
  1444 RESOURCE MENU_BAR r_cam_setup_pane_scene_options_menubar
       
  1445     {
       
  1446     titles =
       
  1447         {
       
  1448         MENU_TITLE
       
  1449             {
       
  1450             menu_pane = r_cam_setup_pane_scene_options_menu;
       
  1451             }
       
  1452         };
       
  1453     }
       
  1454 
       
  1455 // ---------------------------------------------------------
       
  1456 //   
       
  1457 //   r_cam_setup_pane_scene_options_menu
       
  1458 //   Options menu for setup pane when showing scene list
       
  1459 //
       
  1460 // ---------------------------------------------------------
       
  1461 //
       
  1462 RESOURCE MENU_PANE r_cam_setup_pane_scene_options_menu
       
  1463     {
       
  1464     items = 
       
  1465         {
       
  1466         MENU_ITEM
       
  1467             {
       
  1468             command = EAknSoftkeySelect;
       
  1469             txt = qtn_lcam_options_select;
       
  1470             },
       
  1471         MENU_ITEM
       
  1472             {
       
  1473             command = ECamCmdEdit;
       
  1474             txt = qtn_lcam_options_edit_userdef;
       
  1475             },
       
  1476         MENU_ITEM
       
  1477             {
       
  1478             command = EAknCmdHelp;
       
  1479             txt = qtn_options_help;
       
  1480             },
       
  1481         MENU_ITEM
       
  1482             {
       
  1483             command = ECamCmdInternalExit;
       
  1484             txt = qtn_options_exit;
       
  1485             }
       
  1486         };
       
  1487     }
       
  1488 
       
  1489 
       
  1490 
       
  1491 //----------------------------------------------------
       
  1492 //   
       
  1493 // Confirmation query for changing the photo scene to 
       
  1494 // "Sports" when resolution is too high.
       
  1495 //----------------------------------------------------
       
  1496 //   
       
  1497 RESOURCE DIALOG r_cam_sports_scene_change_confirmation_query
       
  1498     {
       
  1499     flags = EGeneralQueryFlags;
       
  1500     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
  1501     items = 
       
  1502         {
       
  1503         DLG_LINE
       
  1504             {
       
  1505             type = EAknCtQuery;
       
  1506             id = ECamCmdConfirmationQuerySportsSceneChange;
       
  1507             control = AVKON_CONFIRMATION_QUERY
       
  1508                 {
       
  1509                 layout = EConfirmationQueryLayout;
       
  1510                 label = qtn_lcam_conf_sport1m;
       
  1511                 };
       
  1512             }
       
  1513         };
       
  1514     }
       
  1515 
       
  1516 //----------------------------------------------------
       
  1517 //   
       
  1518 //    r_cam_user_scene_setup_title
       
  1519 //    Title name used in the user scene setup
       
  1520 //
       
  1521 //----------------------------------------------------
       
  1522 //
       
  1523 RESOURCE TITLE_PANE r_cam_user_scene_setup_title
       
  1524      {
       
  1525      txt = qtn_lcam_title_text_photoscene;
       
  1526      }
       
  1527 
       
  1528 
       
  1529 //----------------------------------------------------
       
  1530 //   
       
  1531 //    r_cam_user_scene_setup_view
       
  1532 //    User scene setup view
       
  1533 //
       
  1534 //----------------------------------------------------
       
  1535 //
       
  1536 RESOURCE AVKON_VIEW r_cam_user_scene_setup_view
       
  1537     {
       
  1538     menubar = r_cam_user_scene_setup_menubar;
       
  1539     cba = R_CAM_SOFTKEYS_OPTIONS_BACK__CHANGE;//R_AVKON_SOFTKEYS_OPTIONS_BACK;    
       
  1540     }
       
  1541 
       
  1542 //----------------------------------------------------
       
  1543 //   
       
  1544 //    r_cam_user_scene_setup_menubar
       
  1545 //    Menubar visible in photo and Video User Scene Setup views
       
  1546 //
       
  1547 //----------------------------------------------------
       
  1548 //
       
  1549 RESOURCE MENU_BAR r_cam_user_scene_setup_menubar
       
  1550     {
       
  1551     titles = 
       
  1552         {
       
  1553         MENU_TITLE
       
  1554             {
       
  1555             menu_pane = r_cam_user_scene_setup_menu;
       
  1556             }
       
  1557         };
       
  1558     }
       
  1559 
       
  1560 //----------------------------------------------------
       
  1561 //   
       
  1562 //    r_cam_user_scene_setup_menu
       
  1563 //    Menu visible in all user scene setup views
       
  1564 //
       
  1565 //----------------------------------------------------
       
  1566 //
       
  1567 RESOURCE MENU_PANE r_cam_user_scene_setup_menu
       
  1568     {
       
  1569     items = 
       
  1570         {
       
  1571         MENU_ITEM
       
  1572             { 
       
  1573             command = ECamCmdSelect; 
       
  1574             txt = qtn_options_change; 
       
  1575             },
       
  1576         MENU_ITEM
       
  1577             { 
       
  1578             command = ECamCmdSelectRestore;
       
  1579             txt = qtn_lcam_set_user_scene_restore_or;
       
  1580             },
       
  1581         MENU_ITEM
       
  1582             { 
       
  1583             command = EAknCmdHelp; 
       
  1584             txt = qtn_options_help; 
       
  1585             },
       
  1586         MENU_ITEM 
       
  1587             {
       
  1588             command = ECamCmdInternalExit;
       
  1589             txt = qtn_options_exit;
       
  1590             }
       
  1591         };
       
  1592     }
       
  1593 
       
  1594 //----------------------------------------------------
       
  1595 //
       
  1596 //    r_cam_video_scene_night
       
  1597 //    Data for the video scene night settings
       
  1598 //
       
  1599 //----------------------------------------------------
       
  1600 //
       
  1601 RESOURCE CAM_SCENE_SETTING_DATA r_cam_video_scene_night
       
  1602     {
       
  1603     scene_item_id = ECamSceneNight;
       
  1604     settings_items =
       
  1605         {
       
  1606         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1607             {          
       
  1608             id = ECamSettingItemSceneAEMode;
       
  1609             default = ECamSceneAEModeNight;
       
  1610             },
       
  1611    
       
  1612         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1613             {
       
  1614             id = ECamSettingItemSceneAWBMode;
       
  1615             default = ECamWhiteBalanceAWB;
       
  1616             },
       
  1617 
       
  1618         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1619             {
       
  1620             id = ECamSettingItemSceneAFMode;
       
  1621             default = ECamSceneAFModeHyperfocal;
       
  1622             },
       
  1623 
       
  1624         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1625             {
       
  1626             id = ECamSettingItemSceneFlashMode;
       
  1627             default = ECamFlashOff;
       
  1628             },
       
  1629 
       
  1630         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1631             {
       
  1632             id = ECamSettingItemSceneMaxRes;
       
  1633             default = ECamVideoResolutionCIF;
       
  1634             },
       
  1635             
       
  1636         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1637             {
       
  1638             id = ECamSettingItemSceneContrast;
       
  1639             default = ECamContrastNorm;
       
  1640             }     
       
  1641         };
       
  1642     }
       
  1643 
       
  1644 //----------------------------------------------------
       
  1645 //   
       
  1646 //    r_cam_video_scene_setting_title
       
  1647 //    Title name used in video scene settings view
       
  1648 //
       
  1649 //----------------------------------------------------
       
  1650 //
       
  1651 RESOURCE TITLE_PANE r_cam_video_scene_setting_title
       
  1652      {
       
  1653      txt = qtn_lcam_title_text_scenes_vid;
       
  1654      }
       
  1655 
       
  1656 //----------------------------------------------------
       
  1657 //   
       
  1658 //    r_cam_video_scene_video
       
  1659 //    Data for the video scene video settings
       
  1660 //
       
  1661 //----------------------------------------------------
       
  1662 //
       
  1663 RESOURCE CAM_SCENE_SETTING_DATA r_cam_video_scene_video
       
  1664     {
       
  1665     scene_item_id = ECamSceneNormal;
       
  1666     settings_items =
       
  1667         {
       
  1668         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1669             {          
       
  1670             id = ECamSettingItemSceneAEMode;
       
  1671             default = ECamSceneAEModeAuto;
       
  1672             },
       
  1673    
       
  1674         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1675             {
       
  1676             id = ECamSettingItemSceneAWBMode;
       
  1677             default = ECamWhiteBalanceAWB;
       
  1678             },
       
  1679 
       
  1680         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1681             {
       
  1682             id = ECamSettingItemSceneAFMode;
       
  1683             default = ECamSceneAFModeHyperfocal;
       
  1684             },
       
  1685 
       
  1686         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1687             {
       
  1688             id = ECamSettingItemSceneFlashMode;
       
  1689             default = ECamFlashOff;
       
  1690             },
       
  1691 
       
  1692         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1693             {
       
  1694             id = ECamSettingItemSceneMaxRes;
       
  1695             default = ECamVideoResolutionCIF;
       
  1696             },
       
  1697         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1698             {
       
  1699             id = ECamSettingItemSceneContrast;
       
  1700             default = ECamContrastNorm;
       
  1701             }     
       
  1702         };
       
  1703     }
       
  1704 
       
  1705 //----------------------------------------------------
       
  1706 //   
       
  1707 //    r_cam_video_scenes_data
       
  1708 //    Data for all the video scene setting items (except user)
       
  1709 //
       
  1710 //----------------------------------------------------
       
  1711 //
       
  1712 RESOURCE CAM_SETTING_ITEMS_DATA r_cam_video_scenes_data
       
  1713     {
       
  1714     settings_items =
       
  1715         {
       
  1716         CAM_SCENE_SETTINGS_DATA_REF
       
  1717             {
       
  1718             scene_settings_data_ref = r_cam_video_scene_video;
       
  1719             },
       
  1720         CAM_SCENE_SETTINGS_DATA_REF
       
  1721             {
       
  1722             scene_settings_data_ref = r_cam_video_scene_night;
       
  1723             }
       
  1724         };
       
  1725     }
       
  1726 
       
  1727 // ---------------------------------------------------
       
  1728 //
       
  1729 //    r_cam_reset_user_scene_note
       
  1730 //    Reset user scene settings confirmation note
       
  1731 //
       
  1732 // ---------------------------------------------------
       
  1733 //
       
  1734 RESOURCE DIALOG r_cam_reset_user_scene_note
       
  1735     {
       
  1736     flags = EGeneralQueryFlags;
       
  1737     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
  1738 
       
  1739     items =
       
  1740         {
       
  1741         DLG_LINE
       
  1742             {
       
  1743             type = EAknCtQuery;
       
  1744             id = EGeneralQuery;
       
  1745             control = AVKON_CONFIRMATION_QUERY
       
  1746                 {
       
  1747                 layout = EConfirmationQueryLayout;
       
  1748                 label = "";
       
  1749                 };
       
  1750             }
       
  1751         };
       
  1752     }
       
  1753 
       
  1754 //-----------------------------------------------------------------------------
       
  1755 //
       
  1756 //    r_cam_reset_user_scene_note_text
       
  1757 //    Reset user scene confirmation query text.
       
  1758 //
       
  1759 //-----------------------------------------------------------------------------
       
  1760 //
       
  1761 RESOURCE TBUF r_cam_reset_user_scene_note_text
       
  1762     {
       
  1763     buf = qtn_lcam_note_user_reset;
       
  1764     }
       
  1765