camerauis/cameraapp/generic/data/resource_inc/CamSceneSetup.ra
changeset 19 d9aefe59d544
parent 3 8b2d6d0384b0
child 21 fa6d9f75d6a6
child 28 3075d9b614e6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
     1 /*
       
     2 * Copyright (c) 2007 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             flags = EEikMenuItemAction;
       
   783             },
       
   784         MENU_ITEM
       
   785             {
       
   786             command = ECamCmdEdit;
       
   787             txt = qtn_lcam_options_edit_userdef;
       
   788             flags = EEikMenuItemSpecific;
       
   789             },
       
   790         MENU_ITEM
       
   791             {
       
   792             command = EAknCmdHelp;
       
   793             txt = qtn_options_help;
       
   794             },
       
   795         MENU_ITEM
       
   796             {
       
   797             command = ECamCmdInternalExit;
       
   798             txt = qtn_options_exit;
       
   799             }
       
   800         };
       
   801     }
       
   802 
       
   803 
       
   804 // ---------------------------------------------------------
       
   805 //   
       
   806 //   r_cam_scene_setting_ok_menubar
       
   807 //   Ok menubar for scene setting list
       
   808 //   (only opens when user scene is highlighted)
       
   809 //
       
   810 // ---------------------------------------------------------
       
   811 //
       
   812 RESOURCE MENU_BAR r_cam_scene_setting_ok_menubar
       
   813     {
       
   814     titles =
       
   815         {
       
   816         MENU_TITLE
       
   817             {
       
   818             menu_pane = r_cam_scene_setting_ok_menu;
       
   819             }
       
   820         };
       
   821     }
       
   822 
       
   823 
       
   824 // ---------------------------------------------------------
       
   825 //   
       
   826 //   r_cam_scene_setting_ok_menu
       
   827 //   Context specific options menu for scene setting list
       
   828 //
       
   829 // ---------------------------------------------------------
       
   830 //
       
   831 RESOURCE MENU_PANE r_cam_scene_setting_ok_menu
       
   832     {
       
   833     items = 
       
   834         {
       
   835         MENU_ITEM
       
   836             {
       
   837             command = ECamCmdSelect;
       
   838             txt = qtn_lcam_options_select;
       
   839             flags = EEikMenuItemAction;
       
   840             },
       
   841         MENU_ITEM
       
   842             {
       
   843             command = ECamCmdEdit;
       
   844             txt = qtn_lcam_options_edit_userdef;
       
   845             flags = EEikMenuItemAction;
       
   846             }
       
   847         };
       
   848     }
       
   849 
       
   850 //----------------------------------------------------
       
   851 //   
       
   852 //    r_cam_photo_user_scene_setup_list_imagesharpness_data
       
   853 //    The data for the image sharpness item in the 
       
   854 //    photo user scene setup list
       
   855 //
       
   856 //----------------------------------------------------
       
   857 //
       
   858 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_imagesharpness_data
       
   859     {
       
   860     id = ECamSettingItemUserSceneImageSharpness;
       
   861     text = qtn_lcam_set_user_sharp;
       
   862     user_scene_setup_list_item_values =
       
   863         {
       
   864         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   865             {          
       
   866             id = ECamImageSharpnessHard;
       
   867             text = qtn_lcam_set_hard;
       
   868             },
       
   869    
       
   870         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   871             {
       
   872             id = ECamImageSharpnessNorm;
       
   873             text = qtn_lcam_set_normal;
       
   874             },
       
   875 
       
   876         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   877             {
       
   878             id = ECamImageSharpnessSoft;
       
   879             text = qtn_lcam_set_soft;
       
   880             }
       
   881 
       
   882         };
       
   883     }
       
   884     
       
   885 //----------------------------------------------------
       
   886 //   
       
   887 //    r_cam_photo_user_scene_setup_list_coloursaturation_data
       
   888 //    The data for the image sharpness item in the 
       
   889 //    photo user scene setup list
       
   890 //
       
   891 //----------------------------------------------------
       
   892 //
       
   893 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_coloursaturation_data
       
   894     {
       
   895     id = ECamSettingItemUserSceneColourSaturation;
       
   896     text = qtn_lcam_popm_colsat;
       
   897     user_scene_setup_list_item_values =
       
   898         {
       
   899         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   900             {          
       
   901             id = ECamColourSaturationNorm;
       
   902             text = qtn_lcam_set_normal;
       
   903             },
       
   904    
       
   905         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   906             {
       
   907             id = ECamColourSaturationPlus;
       
   908             text = qtn_lcam_set_increased;
       
   909             },
       
   910 
       
   911         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   912             {
       
   913             id = ECamColourSaturationNeg;
       
   914             text = qtn_lcam_set_decreased;
       
   915             }
       
   916 
       
   917         };
       
   918     }    
       
   919 //----------------------------------------------------
       
   920 //   
       
   921 //    r_cam_photo_user_scene_setup_list_whitebalance_data
       
   922 //    The data for the white balance item in the 
       
   923 //    photo user scene setup list
       
   924 //
       
   925 //----------------------------------------------------
       
   926 //
       
   927 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_whitebalance_data
       
   928     {
       
   929     id = ECamSettingItemUserSceneWhitebalance;
       
   930     text = qtn_lcam_set_user_wb;
       
   931     user_scene_setup_list_item_values =
       
   932         {
       
   933         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   934             {          
       
   935             id = ECamWhiteBalanceAWB;
       
   936             text = qtn_lcam_set_awb;
       
   937             },
       
   938    
       
   939         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   940             {
       
   941             id = ECamWhiteBalanceDaylight;
       
   942             text = qtn_lcam_set_day;
       
   943             },
       
   944         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   945             {
       
   946             id = ECamWhiteBalanceCloudy;
       
   947             text = qtn_lcam_set_cloud;
       
   948             },
       
   949         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   950             {
       
   951             id = ECamWhiteBalanceTungsten;
       
   952             text = qtn_lcam_set_tung;
       
   953             },
       
   954 
       
   955         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   956             {
       
   957             id = ECamWhiteBalanceFlourescent;
       
   958             text = qtn_lcam_set_flu;
       
   959             }
       
   960 
       
   961         };
       
   962     }
       
   963 
       
   964 //----------------------------------------------------
       
   965 //   
       
   966 //    r_cam_photo_user_scene_setup_list_coloureffect_data
       
   967 //    The data for the colour effect item in the 
       
   968 //    photo user scene setup list
       
   969 //
       
   970 //----------------------------------------------------
       
   971 //
       
   972 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_coloureffect_data
       
   973     {
       
   974     id = ECamSettingItemUserSceneColourFilter;
       
   975     text = qtn_lcam_set_user_ce;
       
   976     user_scene_setup_list_item_values =
       
   977         {
       
   978         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   979             {
       
   980             id = ECamColourFilterColour;
       
   981             text = qtn_lcam_set_col;
       
   982             },
       
   983 
       
   984         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   985             {
       
   986             id = ECamColourFilterBlackAndWhite;
       
   987             text = qtn_lcam_set_bw;
       
   988             },
       
   989 
       
   990         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   991             {
       
   992             id = ECamColourFilterSepia;
       
   993             text = qtn_lcam_set_sep;
       
   994             },
       
   995             
       
   996         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
   997             {
       
   998             id = ECamColourFilterNegative;
       
   999             text = qtn_lcam_set_neg;
       
  1000             },
       
  1001         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1002             {
       
  1003             id = ECamColourFilterVivid;
       
  1004             text = qtn_lcam_set_viv;
       
  1005             }
       
  1006         };
       
  1007     }
       
  1008 
       
  1009 //----------------------------------------------------
       
  1010 //   
       
  1011 //    r_cam_photo_user_scene_setup_list_reset_data
       
  1012 //    The data for the reset data item in the 
       
  1013 //    photo user scene setup list
       
  1014 //
       
  1015 //----------------------------------------------------
       
  1016 //
       
  1017 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_reset_data
       
  1018     {
       
  1019     id = ECamSettingItemUserSceneReset;
       
  1020     text = qtn_lcam_set_user_reset;
       
  1021     }
       
  1022 
       
  1023 //----------------------------------------------------
       
  1024 //   
       
  1025 //    r_cam_photo_user_scene_setup_list_flash_data
       
  1026 //    The data for the flash item in the 
       
  1027 //    photo user scene setup list
       
  1028 //
       
  1029 //----------------------------------------------------
       
  1030 //
       
  1031 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_flash_data
       
  1032     {
       
  1033     id = ECamSettingItemUserSceneFlash;
       
  1034     text = qtn_lcam_set_user_flash;
       
  1035     user_scene_setup_list_item_values =
       
  1036         {
       
  1037         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1038             {
       
  1039             id = ECamFlashAuto;
       
  1040             text = qtn_lcam_set_auto;
       
  1041             },
       
  1042       
       
  1043         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1044             {
       
  1045             id = ECamFlashForced;
       
  1046             text = qtn_lcam_set_force;
       
  1047             },
       
  1048 
       
  1049         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1050             {
       
  1051             id = ECamFlashAntiRedEye;
       
  1052             text = qtn_lcam_set_redeye;
       
  1053             },            
       
  1054 
       
  1055         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1056             {
       
  1057             id = ECamFlashOff;
       
  1058             text = qtn_lcam_set_flash_off;
       
  1059             }
       
  1060         };
       
  1061     }
       
  1062 
       
  1063 //----------------------------------------------------
       
  1064 //   
       
  1065 //    r_cam_photo_user_scene_setup_list_brightness_data
       
  1066 //    The data for the brightness item in the 
       
  1067 //    photo user scene setup list
       
  1068 //
       
  1069 //----------------------------------------------------
       
  1070 //
       
  1071 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_brightness_data
       
  1072     {
       
  1073     id = ECamSettingItemUserSceneBrightness;
       
  1074     text = qtn_lcam_set_user_bright;
       
  1075     user_scene_setup_list_item_values =
       
  1076         {
       
  1077         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1078             {
       
  1079             id = ECamBrightnessNorm;
       
  1080             text = qtn_lcam_set_normal;
       
  1081             },
       
  1082 
       
  1083         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1084             {
       
  1085             id = ECamBrightnessPlus;
       
  1086             text = qtn_lcam_set_increased;
       
  1087             },
       
  1088 
       
  1089         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1090             {
       
  1091             id = ECamBrightnessNeg;
       
  1092             text = qtn_lcam_set_decreased;
       
  1093             }
       
  1094         };
       
  1095     }
       
  1096 
       
  1097 //----------------------------------------------------
       
  1098 //
       
  1099 //    r_cam_photo_user_scene_setup_list_ev_data
       
  1100 //    The data for the EV item in the photo user
       
  1101 //    scene setup list (for range -2 to +2 in steps of 1/3)
       
  1102 //
       
  1103 //----------------------------------------------------
       
  1104 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data
       
  1105     {
       
  1106     id = ECamSettingItemUserSceneExposure;
       
  1107     text = qtn_lcam_set_user_ev;
       
  1108     user_scene_setup_list_item_values =
       
  1109         {
       
  1110         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1111             {
       
  1112             id = 6;
       
  1113             text = qtn_lcam_ev_plus2;
       
  1114             },
       
  1115         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1116             {
       
  1117             id = 5;
       
  1118             text = qtn_lcam_ev_plus1_7;
       
  1119             },
       
  1120          CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1121             {
       
  1122             id = 4;
       
  1123             text = qtn_lcam_ev_plus1_3;
       
  1124             },
       
  1125         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1126             {
       
  1127             id = 3;
       
  1128             text = qtn_lcam_ev_plus1;
       
  1129             },
       
  1130         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1131             {
       
  1132             id = 2;
       
  1133             text = qtn_lcam_ev_plus0_7;
       
  1134             },
       
  1135         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1136             {
       
  1137             id = 1;
       
  1138             text = qtn_lcam_ev_plus0_3;
       
  1139             },
       
  1140         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1141             {
       
  1142             id = 0;
       
  1143             text = qtn_lcam_ev_0;
       
  1144             },
       
  1145         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1146             {
       
  1147             id = -1;
       
  1148             text = qtn_lcam_ev_minus0_3;
       
  1149             },
       
  1150         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1151             {
       
  1152             id = -2;
       
  1153             text = qtn_lcam_ev_minus0_7;
       
  1154             },
       
  1155         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1156             {
       
  1157             id = -3;
       
  1158             text = qtn_lcam_ev_minus1;
       
  1159             },
       
  1160         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1161             {
       
  1162             id = -4;
       
  1163             text = qtn_lcam_ev_minus1_3;
       
  1164             },
       
  1165         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1166             {
       
  1167             id = -5;
       
  1168             text = qtn_lcam_ev_minus1_3;
       
  1169             },
       
  1170         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1171             {
       
  1172             id = -6;
       
  1173             text = qtn_lcam_ev_minus2;
       
  1174             }
       
  1175         };
       
  1176     }
       
  1177     
       
  1178 //----------------------------------------------------
       
  1179 //
       
  1180 //    r_cam_photo_user_scene_setup_list_ev_data2
       
  1181 //    The data for the EV item in the photo user
       
  1182 //    scene setup list (for range -2 to +2 in steps of 1/2)
       
  1183 //
       
  1184 //----------------------------------------------------
       
  1185 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data2
       
  1186     {
       
  1187     id = ECamSettingItemUserSceneExposure;
       
  1188     text = qtn_lcam_set_user_ev;
       
  1189     user_scene_setup_list_item_values =
       
  1190         {
       
  1191         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1192             {
       
  1193             id = ECamExposureTwo;
       
  1194             text = qtn_lcam_ev_plus2;
       
  1195             },
       
  1196         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1197             {
       
  1198             id = ECamExposureOnePointFive;
       
  1199             text = qtn_lcam_ev_plus1_5;
       
  1200             },
       
  1201         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1202             {
       
  1203             id = ECamExposureOne;
       
  1204             text = qtn_lcam_ev_plus1;
       
  1205             },
       
  1206         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1207             {
       
  1208             id = ECamExposurePointFive;
       
  1209             text = qtn_lcam_ev_plus0_5;
       
  1210             },
       
  1211         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1212             {
       
  1213             id = ECamExposureZero;
       
  1214             text = qtn_lcam_ev_0;
       
  1215             },
       
  1216         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1217             {
       
  1218             id = ECamExposureMinusPointFive;
       
  1219             text = qtn_lcam_ev_minus0_5;
       
  1220             },
       
  1221         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1222             {
       
  1223             id = ECamExposureMinusOne;
       
  1224             text = qtn_lcam_ev_minus1;
       
  1225             },
       
  1226         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1227             {
       
  1228             id = ECamExposureMinusOnePointFive;
       
  1229             text = qtn_lcam_ev_minus1_5;
       
  1230             },
       
  1231         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1232             {
       
  1233             id = ECamExposureMinusTwo;
       
  1234             text = qtn_lcam_ev_minus2;
       
  1235             }
       
  1236         };
       
  1237     }
       
  1238 
       
  1239 //----------------------------------------------------
       
  1240 //
       
  1241 //    r_cam_photo_user_scene_setup_list_ev_data3
       
  1242 //    The data for the EV item in the photo user
       
  1243 //    scene setup list (for range -2 to +2 in steps of 1)
       
  1244 //
       
  1245 //----------------------------------------------------
       
  1246 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data3
       
  1247     {
       
  1248     id = ECamSettingItemUserSceneExposure;
       
  1249     text = qtn_lcam_set_user_ev;
       
  1250     user_scene_setup_list_item_values =
       
  1251         {
       
  1252         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1253             {
       
  1254             id = ECamExposureTwo;
       
  1255             text = qtn_lcam_ev_plus2;
       
  1256             },
       
  1257         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1258             {
       
  1259             id = ECamExposureOnePointFive;
       
  1260             text = qtn_lcam_ev_plus1_5;
       
  1261             },
       
  1262         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1263             {
       
  1264             id = ECamExposureOne;
       
  1265             text = qtn_lcam_ev_plus1;
       
  1266             },
       
  1267         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1268             {
       
  1269             id = ECamExposurePointFive;
       
  1270             text = qtn_lcam_ev_plus0_5;
       
  1271             },
       
  1272         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1273             {
       
  1274             id = ECamExposureZero;
       
  1275             text = qtn_lcam_ev_0;
       
  1276             },
       
  1277         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1278             {
       
  1279             id = ECamExposureMinusPointFive;
       
  1280             text = qtn_lcam_ev_minus0_5;
       
  1281             },
       
  1282         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1283             {
       
  1284             id = ECamExposureMinusOne;
       
  1285             text = qtn_lcam_ev_minus1;
       
  1286             },
       
  1287         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1288             {
       
  1289             id = ECamExposureMinusOnePointFive;
       
  1290             text = qtn_lcam_ev_minus1_5;
       
  1291             },
       
  1292         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1293             {
       
  1294             id = ECamExposureMinusTwo;
       
  1295             text = qtn_lcam_ev_minus2;
       
  1296             }
       
  1297         };
       
  1298     }
       
  1299 
       
  1300 
       
  1301 //----------------------------------------------------
       
  1302 //   
       
  1303 //    r_cam_photo_user_scene_setup_list_lightsensitivity_data
       
  1304 //    The data for the light sensitivity item in the 
       
  1305 //    photo user scene setup list
       
  1306 //
       
  1307 //----------------------------------------------------
       
  1308 //
       
  1309 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_lightsensitivity_data
       
  1310     {
       
  1311     id = ECamSettingItemUserSceneLightSensitivity;
       
  1312     text = qtn_lcam_set_user_iso;
       
  1313     user_scene_setup_list_item_values =
       
  1314         {
       
  1315         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1316             {
       
  1317             id = ECamLightSensitivityAuto;
       
  1318             text = qtn_lcam_set_iso_auto; // qtn_lcam_isoauto;
       
  1319             },
       
  1320 
       
  1321         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1322             {
       
  1323             id = ECamLightSensitivityLow;
       
  1324             text = qtn_lcam_set_iso_low; // qtn_lcam_isolow;
       
  1325             },
       
  1326 
       
  1327         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1328             {
       
  1329             id = ECamLightSensitivityMed;
       
  1330             text = qtn_lcam_set_iso_medium; // qtn_lcam_isomedium;
       
  1331             },
       
  1332             
       
  1333         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1334             {
       
  1335             id = ECamLightSensitivityHigh;
       
  1336             text = qtn_lcam_set_iso_high; // qtn_lcam_isohigh;
       
  1337             }
       
  1338         };
       
  1339     }
       
  1340 
       
  1341 //----------------------------------------------------
       
  1342 //   
       
  1343 //    r_cam_photo_user_scene_setup_list_extended_lightsensitivity_data
       
  1344 //    The data for the light sensitivity item in the 
       
  1345 //    photo user scene setup list
       
  1346 //
       
  1347 //----------------------------------------------------
       
  1348 //
       
  1349 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_extended_lightsensitivity_data
       
  1350     {
       
  1351     id = ECamSettingItemUserSceneLightSensitivity;
       
  1352     text = qtn_lcam_set_user_iso;
       
  1353     user_scene_setup_list_item_values =
       
  1354         {
       
  1355         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1356             {
       
  1357             id = ECamLightSensitivityAuto;
       
  1358             text = qtn_lcam_set_iso_auto; // qtn_lcam_isoauto;
       
  1359             },
       
  1360 
       
  1361         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1362             {
       
  1363             id = ECamLightSensitivityLow;
       
  1364             text = qtn_lcam_set_iso_low; // qtn_lcam_isolow;
       
  1365             },
       
  1366 
       
  1367         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1368             {
       
  1369             id = ECamLightSensitivityLowMed;
       
  1370             text = qtn_lcam_set_iso_low_medium;
       
  1371             },
       
  1372 
       
  1373         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1374             {
       
  1375             id = ECamLightSensitivityMed;
       
  1376             text = qtn_lcam_set_iso_medium; // qtn_lcam_isomedium;
       
  1377             },
       
  1378             
       
  1379         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1380             {
       
  1381             id = ECamLightSensitivityMedHigh;
       
  1382             text = qtn_lcam_set_iso_medium_high;
       
  1383             },
       
  1384 
       
  1385         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1386             {
       
  1387             id = ECamLightSensitivityHigh;
       
  1388             text = qtn_lcam_set_iso_high; // qtn_lcam_isohigh;
       
  1389             }
       
  1390         };
       
  1391     }
       
  1392 
       
  1393 
       
  1394 //----------------------------------------------------
       
  1395 //   
       
  1396 //    r_cam_photo_user_scene_setup_list_contrast_data
       
  1397 //    The data for the contrast item in the 
       
  1398 //    photo user scene setup list
       
  1399 //
       
  1400 //----------------------------------------------------
       
  1401 //
       
  1402 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_contrast_data
       
  1403     {
       
  1404     id = ECamSettingItemUserSceneContrast;
       
  1405     text = qtn_lcam_set_user_contr;
       
  1406     user_scene_setup_list_item_values =
       
  1407         {
       
  1408         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1409             {
       
  1410             id = ECamContrastNorm;
       
  1411             text = qtn_lcam_set_contrast_normal;
       
  1412             },
       
  1413 
       
  1414         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1415             {
       
  1416             id = ECamContrastPlus;
       
  1417             text = qtn_lcam_set_contrast_increased;
       
  1418             },
       
  1419 
       
  1420         CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE
       
  1421             {
       
  1422             id = ECamContrastNeg;
       
  1423             text = qtn_lcam_set_contrast_decreased;
       
  1424             }
       
  1425         };
       
  1426     }
       
  1427 
       
  1428 //----------------------------------------------------
       
  1429 //   
       
  1430 //    r_cam_photo_user_scene_setup_title_name
       
  1431 //    Title name used in photo user scene setup
       
  1432 //
       
  1433 //----------------------------------------------------
       
  1434 //
       
  1435 RESOURCE TITLE_PANE r_cam_photo_user_scene_setup_title_name
       
  1436     {
       
  1437     txt = qtn_lcam_title_text_photoscene;
       
  1438     }
       
  1439 
       
  1440 
       
  1441 // ---------------------------------------------------------
       
  1442 //   
       
  1443 //   r_cam_setup_pane_scene_options_menubar
       
  1444 //   Menubar for setup pane displaying scene options menu
       
  1445 //
       
  1446 // ---------------------------------------------------------
       
  1447 //
       
  1448 RESOURCE MENU_BAR r_cam_setup_pane_scene_options_menubar
       
  1449     {
       
  1450     titles =
       
  1451         {
       
  1452         MENU_TITLE
       
  1453             {
       
  1454             menu_pane = r_cam_setup_pane_scene_options_menu;
       
  1455             }
       
  1456         };
       
  1457     }
       
  1458 
       
  1459 // ---------------------------------------------------------
       
  1460 //   
       
  1461 //   r_cam_setup_pane_scene_options_menu
       
  1462 //   Options menu for setup pane when showing scene list
       
  1463 //
       
  1464 // ---------------------------------------------------------
       
  1465 //
       
  1466 RESOURCE MENU_PANE r_cam_setup_pane_scene_options_menu
       
  1467     {
       
  1468     items = 
       
  1469         {
       
  1470         MENU_ITEM
       
  1471             {
       
  1472             command = EAknSoftkeySelect;
       
  1473             txt = qtn_lcam_options_select;
       
  1474             flags = EEikMenuItemAction;
       
  1475             },
       
  1476         MENU_ITEM
       
  1477             {
       
  1478             command = ECamCmdEdit;
       
  1479             txt = qtn_lcam_options_edit_userdef;
       
  1480             flags = EEikMenuItemAction;
       
  1481             },
       
  1482         MENU_ITEM
       
  1483             {
       
  1484             command = EAknCmdHelp;
       
  1485             txt = qtn_options_help;
       
  1486             },
       
  1487         MENU_ITEM
       
  1488             {
       
  1489             command = ECamCmdInternalExit;
       
  1490             txt = qtn_options_exit;
       
  1491             }
       
  1492         };
       
  1493     }
       
  1494 
       
  1495 
       
  1496 
       
  1497 //----------------------------------------------------
       
  1498 //   
       
  1499 // Confirmation query for changing the photo scene to 
       
  1500 // "Sports" when resolution is too high.
       
  1501 //----------------------------------------------------
       
  1502 //   
       
  1503 RESOURCE DIALOG r_cam_sports_scene_change_confirmation_query
       
  1504     {
       
  1505     flags = EGeneralQueryFlags;
       
  1506     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
  1507     items = 
       
  1508         {
       
  1509         DLG_LINE
       
  1510             {
       
  1511             type = EAknCtQuery;
       
  1512             id = ECamCmdConfirmationQuerySportsSceneChange;
       
  1513             control = AVKON_CONFIRMATION_QUERY
       
  1514                 {
       
  1515                 layout = EConfirmationQueryLayout;
       
  1516                 label = qtn_lcam_conf_sport1m;
       
  1517                 };
       
  1518             }
       
  1519         };
       
  1520     }
       
  1521 
       
  1522 //----------------------------------------------------
       
  1523 //   
       
  1524 //    r_cam_user_scene_setup_title
       
  1525 //    Title name used in the user scene setup
       
  1526 //
       
  1527 //----------------------------------------------------
       
  1528 //
       
  1529 RESOURCE TITLE_PANE r_cam_user_scene_setup_title
       
  1530      {
       
  1531      txt = qtn_lcam_title_text_photoscene;
       
  1532      }
       
  1533 
       
  1534 
       
  1535 //----------------------------------------------------
       
  1536 //   
       
  1537 //    r_cam_user_scene_setup_view
       
  1538 //    User scene setup view
       
  1539 //
       
  1540 //----------------------------------------------------
       
  1541 //
       
  1542 RESOURCE AVKON_VIEW r_cam_user_scene_setup_view
       
  1543     {
       
  1544     menubar = r_cam_user_scene_setup_menubar;
       
  1545     cba = R_CAM_SOFTKEYS_OPTIONS_BACK__CHANGE;//R_AVKON_SOFTKEYS_OPTIONS_BACK;    
       
  1546     }
       
  1547 
       
  1548 //----------------------------------------------------
       
  1549 //   
       
  1550 //    r_cam_user_scene_setup_menubar
       
  1551 //    Menubar visible in photo and Video User Scene Setup views
       
  1552 //
       
  1553 //----------------------------------------------------
       
  1554 //
       
  1555 RESOURCE MENU_BAR r_cam_user_scene_setup_menubar
       
  1556     {
       
  1557     titles = 
       
  1558         {
       
  1559         MENU_TITLE
       
  1560             {
       
  1561             menu_pane = r_cam_user_scene_setup_menu;
       
  1562             }
       
  1563         };
       
  1564     }
       
  1565 
       
  1566 //----------------------------------------------------
       
  1567 //   
       
  1568 //    r_cam_user_scene_setup_menu
       
  1569 //    Menu visible in all user scene setup views
       
  1570 //
       
  1571 //----------------------------------------------------
       
  1572 //
       
  1573 RESOURCE MENU_PANE r_cam_user_scene_setup_menu
       
  1574     {
       
  1575     items = 
       
  1576         {
       
  1577         MENU_ITEM
       
  1578             { 
       
  1579             command = EAknCmdHelp; 
       
  1580             txt = qtn_options_help; 
       
  1581             },
       
  1582         MENU_ITEM 
       
  1583             {
       
  1584             command = ECamCmdInternalExit;
       
  1585             txt = qtn_options_exit;
       
  1586             }
       
  1587         };
       
  1588     }
       
  1589 
       
  1590 //----------------------------------------------------
       
  1591 //
       
  1592 //    r_cam_video_scene_night
       
  1593 //    Data for the video scene night settings
       
  1594 //
       
  1595 //----------------------------------------------------
       
  1596 //
       
  1597 RESOURCE CAM_SCENE_SETTING_DATA r_cam_video_scene_night
       
  1598     {
       
  1599     scene_item_id = ECamSceneNight;
       
  1600     settings_items =
       
  1601         {
       
  1602         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1603             {          
       
  1604             id = ECamSettingItemSceneAEMode;
       
  1605             default = ECamSceneAEModeNight;
       
  1606             },
       
  1607    
       
  1608         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1609             {
       
  1610             id = ECamSettingItemSceneAWBMode;
       
  1611             default = ECamWhiteBalanceAWB;
       
  1612             },
       
  1613 
       
  1614         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1615             {
       
  1616             id = ECamSettingItemSceneAFMode;
       
  1617             default = ECamSceneAFModeHyperfocal;
       
  1618             },
       
  1619 
       
  1620         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1621             {
       
  1622             id = ECamSettingItemSceneFlashMode;
       
  1623             default = ECamFlashOff;
       
  1624             },
       
  1625 
       
  1626         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1627             {
       
  1628             id = ECamSettingItemSceneMaxRes;
       
  1629             default = ECamVideoResolutionCIF;
       
  1630             },
       
  1631             
       
  1632         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1633             {
       
  1634             id = ECamSettingItemSceneContrast;
       
  1635             default = ECamContrastNorm;
       
  1636             }     
       
  1637         };
       
  1638     }
       
  1639 
       
  1640 //----------------------------------------------------
       
  1641 //   
       
  1642 //    r_cam_video_scene_setting_title
       
  1643 //    Title name used in video scene settings view
       
  1644 //
       
  1645 //----------------------------------------------------
       
  1646 //
       
  1647 RESOURCE TITLE_PANE r_cam_video_scene_setting_title
       
  1648      {
       
  1649      txt = qtn_lcam_title_text_scenes_vid;
       
  1650      }
       
  1651 
       
  1652 //----------------------------------------------------
       
  1653 //   
       
  1654 //    r_cam_video_scene_video
       
  1655 //    Data for the video scene video settings
       
  1656 //
       
  1657 //----------------------------------------------------
       
  1658 //
       
  1659 RESOURCE CAM_SCENE_SETTING_DATA r_cam_video_scene_video
       
  1660     {
       
  1661     scene_item_id = ECamSceneNormal;
       
  1662     settings_items =
       
  1663         {
       
  1664         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1665             {          
       
  1666             id = ECamSettingItemSceneAEMode;
       
  1667             default = ECamSceneAEModeAuto;
       
  1668             },
       
  1669    
       
  1670         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1671             {
       
  1672             id = ECamSettingItemSceneAWBMode;
       
  1673             default = ECamWhiteBalanceAWB;
       
  1674             },
       
  1675 
       
  1676         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1677             {
       
  1678             id = ECamSettingItemSceneAFMode;
       
  1679             default = ECamSceneAFModeHyperfocal;
       
  1680             },
       
  1681 
       
  1682         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1683             {
       
  1684             id = ECamSettingItemSceneFlashMode;
       
  1685             default = ECamFlashOff;
       
  1686             },
       
  1687 
       
  1688         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1689             {
       
  1690             id = ECamSettingItemSceneMaxRes;
       
  1691             default = ECamVideoResolutionCIF;
       
  1692             },
       
  1693         CAM_NON_STATIC_SETTING_ITEM_DATA
       
  1694             {
       
  1695             id = ECamSettingItemSceneContrast;
       
  1696             default = ECamContrastNorm;
       
  1697             }     
       
  1698         };
       
  1699     }
       
  1700 
       
  1701 //----------------------------------------------------
       
  1702 //   
       
  1703 //    r_cam_video_scenes_data
       
  1704 //    Data for all the video scene setting items (except user)
       
  1705 //
       
  1706 //----------------------------------------------------
       
  1707 //
       
  1708 RESOURCE CAM_SETTING_ITEMS_DATA r_cam_video_scenes_data
       
  1709     {
       
  1710     settings_items =
       
  1711         {
       
  1712         CAM_SCENE_SETTINGS_DATA_REF
       
  1713             {
       
  1714             scene_settings_data_ref = r_cam_video_scene_video;
       
  1715             },
       
  1716         CAM_SCENE_SETTINGS_DATA_REF
       
  1717             {
       
  1718             scene_settings_data_ref = r_cam_video_scene_night;
       
  1719             }
       
  1720         };
       
  1721     }
       
  1722 
       
  1723 // ---------------------------------------------------
       
  1724 //
       
  1725 //    r_cam_reset_user_scene_note
       
  1726 //    Reset user scene settings confirmation note
       
  1727 //
       
  1728 // ---------------------------------------------------
       
  1729 //
       
  1730 RESOURCE DIALOG r_cam_reset_user_scene_note
       
  1731     {
       
  1732     flags = EGeneralQueryFlags;
       
  1733     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
  1734 
       
  1735     items =
       
  1736         {
       
  1737         DLG_LINE
       
  1738             {
       
  1739             type = EAknCtQuery;
       
  1740             id = EGeneralQuery;
       
  1741             control = AVKON_CONFIRMATION_QUERY
       
  1742                 {
       
  1743                 layout = EConfirmationQueryLayout;
       
  1744                 label = "";
       
  1745                 };
       
  1746             }
       
  1747         };
       
  1748     }
       
  1749 
       
  1750 //-----------------------------------------------------------------------------
       
  1751 //
       
  1752 //    r_cam_reset_user_scene_note_text
       
  1753 //    Reset user scene confirmation query text.
       
  1754 //
       
  1755 //-----------------------------------------------------------------------------
       
  1756 //
       
  1757 RESOURCE TBUF r_cam_reset_user_scene_note_text
       
  1758     {
       
  1759     buf = qtn_lcam_note_user_reset;
       
  1760     }
       
  1761