camerauis/cameraapp/generic/GsCamcorderPlugin/data/gscamerapluginrscv2.rss
branchRCL_3
changeset 54 bac7acad7cb3
parent 0 1ddebce53859
equal deleted inserted replaced
53:61bc0f252b2b 54:bac7acad7cb3
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *        Resource file for VGA GS Camera Plug-in
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    DCAM // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.hrh>
       
    27 #include <e32keys.h>
       
    28 #include <eikon.rh>
       
    29 #include <avkon.loc>
       
    30 #include <avkon.rh>
       
    31 #include <bldvariant.hrh>
       
    32 #include <eikcore.rsg>
       
    33 #include <eikon.rsg>
       
    34 #include <data_caging_paths_strings.hrh>
       
    35 #include <AiwCommon.rh>
       
    36 #include <appinfo.rh>
       
    37 #include <badef.rh>
       
    38 #include <gscommon.rh>
       
    39 #include <cameraapp.mbg>
       
    40 #include "GSCamcorderPlugin.hrh"
       
    41 #include "Cam.hrh"
       
    42 #include "CamSettings.hrh"
       
    43 #include "CamSettingsInternal.hrh"
       
    44 #include "Cam.rh"
       
    45 #include "CamConstantsCamcorder.hrh"
       
    46 #include "CamConstantsViewMode.hrh"
       
    47 #include "CamConstantsPortrait.hrh"
       
    48 #include <cam.loc>
       
    49 
       
    50 
       
    51 //  RESOURCE DEFINITIONS 
       
    52 
       
    53 //----------------------------------------------------
       
    54 //   
       
    55 //    
       
    56 //    Needed or loading the resource fails!
       
    57 //
       
    58 //----------------------------------------------------
       
    59 //
       
    60 RESOURCE RSS_SIGNATURE
       
    61     {
       
    62     }
       
    63 
       
    64 RESOURCE EIK_APP_INFO
       
    65     {
       
    66     cba = r_cam_softkeys_options_exit;
       
    67     }
       
    68 //----------------------------------------------------
       
    69 //   
       
    70 //    r_cam_saving_image_wait_note
       
    71 //    Wait note shown when saving image after capture
       
    72 //
       
    73 //----------------------------------------------------
       
    74 //
       
    75 RESOURCE DIALOG r_cam_processing_wait_note
       
    76     {
       
    77     flags = EAknWaitNoteFlags | EEikDialogFlagNoBackgroundFade;
       
    78     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
    79     items=
       
    80         {
       
    81         DLG_LINE
       
    82             {
       
    83             type = EAknCtNote;
       
    84             id = EGenProcessingWaitNote;
       
    85             control = AVKON_NOTE 
       
    86                 {
       
    87                 layout = EWaitLayout;
       
    88                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
    89                 singular_label = qtn_gen_note_processing;
       
    90                 };
       
    91             }
       
    92         };
       
    93     }
       
    94 //----------------------------------------------------
       
    95 //   
       
    96 //    r_cam_setting_list_view
       
    97 //    Video and Photo settings view
       
    98 //
       
    99 //----------------------------------------------------
       
   100 //
       
   101 RESOURCE AVKON_VIEW r_gs_cam_setting_list_view
       
   102     {
       
   103     menubar = r_gs_cam_settings_menubar;
       
   104     cba = r_cam_setting_softkeys_options_back__open;   
       
   105     }
       
   106     
       
   107 //----------------------------------------------------
       
   108 //   
       
   109 //    r_gs_menubar_open_exit
       
   110 //    Options menu with 'Open' and 'Exit' items.
       
   111 //
       
   112 //----------------------------------------------------
       
   113 //
       
   114 RESOURCE MENU_BAR r_gs_menubar_open_exit
       
   115     {
       
   116     titles =
       
   117         {
       
   118         MENU_TITLE 
       
   119             { 
       
   120             menu_pane = r_gs_menu_item_exit;
       
   121             },
       
   122         MENU_TITLE 
       
   123             {
       
   124             menu_pane = r_gs_menu_item_open;
       
   125             }
       
   126         };
       
   127     }
       
   128     
       
   129 //----------------------------------------------------
       
   130 //   
       
   131 //    r_gs_menubar_change_exit
       
   132 //    Options menu with 'Change' and 'Exit' items.
       
   133 //
       
   134 //----------------------------------------------------
       
   135 //
       
   136 RESOURCE MENU_BAR r_gs_menubar_change_exit
       
   137     {
       
   138     titles =
       
   139         {
       
   140         MENU_TITLE 
       
   141             { 
       
   142             menu_pane = r_gs_menu_item_exit;
       
   143             },
       
   144         MENU_TITLE 
       
   145             {
       
   146             menu_pane = r_gs_menu_item_change;
       
   147             }
       
   148         };
       
   149     }
       
   150     
       
   151 //----------------------------------------------------
       
   152 //   
       
   153 //    r_gs_menu_item_open
       
   154 //    Options menu item 'Open'.
       
   155 //
       
   156 //----------------------------------------------------
       
   157 //
       
   158 RESOURCE MENU_PANE r_gs_menu_item_open
       
   159     {
       
   160     items =
       
   161         {
       
   162         MENU_ITEM 
       
   163             {
       
   164             command = EAknCmdOpen;
       
   165             txt = qtn_fldr_open;
       
   166             }
       
   167         };
       
   168     }
       
   169 
       
   170 //----------------------------------------------------
       
   171 //   
       
   172 //    r_gs_menu_item_change
       
   173 //    Options menu item 'Change'.
       
   174 //
       
   175 //----------------------------------------------------
       
   176 //
       
   177 RESOURCE MENU_PANE r_gs_menu_item_change
       
   178     {
       
   179     items =
       
   180         {
       
   181         MENU_ITEM 
       
   182             {
       
   183             command = ECamMSKCmdAppChange;
       
   184             txt = qtn_options_change;
       
   185             }
       
   186         };
       
   187     }
       
   188 #ifdef __SERIES60_HELP
       
   189 //----------------------------------------------------
       
   190 //   
       
   191 //    r_gs_menu_item_exit
       
   192 //    Options menu items 'Help' and 'Exit'.
       
   193 //    Used instead of plain 'Exit' when help is wanted
       
   194 //    to be shown in UI.
       
   195 //
       
   196 //----------------------------------------------------
       
   197 //
       
   198 RESOURCE MENU_PANE r_gs_menu_item_exit
       
   199     {
       
   200     items =
       
   201         {
       
   202         MENU_ITEM
       
   203             {
       
   204             command = EAknCmdHelp;
       
   205             txt = qtn_options_help;
       
   206             },
       
   207         MENU_ITEM 
       
   208             {
       
   209             command = EAknCmdExit;
       
   210             txt = qtn_options_exit;
       
   211             }
       
   212         };
       
   213     }
       
   214 #else // if __SERIES60_HELP not defined
       
   215 //----------------------------------------------------
       
   216 //   
       
   217 //    r_gs_menu_item_exit
       
   218 //    Options menu item 'Exit'.
       
   219 //
       
   220 //----------------------------------------------------
       
   221 //
       
   222 RESOURCE MENU_PANE r_gs_menu_item_exit
       
   223     {
       
   224     items =
       
   225         {
       
   226         MENU_ITEM 
       
   227             {
       
   228             command = EAknCmdExit;
       
   229             txt = qtn_options_exit;
       
   230             }
       
   231         };
       
   232     }
       
   233 #endif  // __SERIES60_HELP
       
   234 
       
   235 //----------------------------------------------------
       
   236 //   
       
   237 //    r_gs_cam_settings_menubar
       
   238 //    Menubar visible in the main setting view
       
   239 //
       
   240 //----------------------------------------------------
       
   241 //
       
   242 RESOURCE MENU_BAR r_gs_cam_settings_menubar
       
   243     {
       
   244     titles = 
       
   245         {
       
   246         MENU_TITLE
       
   247             {
       
   248             menu_pane = r_gs_cam_settings_menu;
       
   249             }
       
   250         };
       
   251     }
       
   252 //----------------------------------------------------
       
   253 //   
       
   254 //    r_gs_cam_settings_menu
       
   255 //    Menu visible in the main setting view
       
   256 //
       
   257 //----------------------------------------------------
       
   258 //
       
   259 RESOURCE MENU_PANE r_gs_cam_settings_menu
       
   260     {
       
   261     items = 
       
   262         {
       
   263         MENU_ITEM
       
   264             { 
       
   265             command = EAknCmdOpen; 
       
   266             txt = qtn_msk_open; 
       
   267             },
       
   268 #ifdef __SERIES60_HELP
       
   269         MENU_ITEM
       
   270             {
       
   271             command = EAknCmdHelp; 
       
   272             txt = qtn_options_help; 
       
   273             },
       
   274 #endif
       
   275         MENU_ITEM 
       
   276             {
       
   277             command = EAknCmdExit;
       
   278             txt = qtn_options_exit;
       
   279             }
       
   280         };
       
   281     }
       
   282 
       
   283 
       
   284 
       
   285 //----------------------------------------------------
       
   286 //   
       
   287 //    r_cam_settings_title_name
       
   288 //    Title name used in all settings views
       
   289 //
       
   290 //----------------------------------------------------
       
   291 //
       
   292 RESOURCE TBUF r_cam_gs_settings_title_name
       
   293     {
       
   294     buf = qtn_lcam_gen_sett_title_camera;
       
   295     }
       
   296    
       
   297     
       
   298 
       
   299 //-----------------------------------------------------------------------------
       
   300 //    
       
   301 //    r_cam_lbx
       
   302 //    Camera listbox items
       
   303 //
       
   304 //-----------------------------------------------------------------------------
       
   305 //
       
   306 RESOURCE GS_FEATURE_ARRAY r_cam_lbx
       
   307     {
       
   308     items =
       
   309         {
       
   310         GS_FEATURE
       
   311             {
       
   312             txt = "0\t"qtn_lcam_gen_sett_camera_folder_image;
       
   313             item = EImageSettingsFolder;
       
   314             },
       
   315         GS_FEATURE
       
   316             {
       
   317             txt = "1\t"qtn_lcam_gen_sett_camera_folder_video;
       
   318             item = EVideoSettingsFolder;
       
   319             }
       
   320         };    
       
   321     }
       
   322  
       
   323 //----------------------------------------------------
       
   324 //   
       
   325 //    r_cam_setting_softkeys_options_back__open
       
   326 //    Softkeys for settings main view    
       
   327 //
       
   328 //----------------------------------------------------
       
   329 //
       
   330 RESOURCE CBA r_cam_setting_softkeys_options_back__open
       
   331     {
       
   332     buttons  = 
       
   333         {
       
   334         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
   335         CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
       
   336         CBA_BUTTON { id = EAknCmdOpen; txt = qtn_msk_open; }  
       
   337         };
       
   338     }
       
   339 
       
   340 //----------------------------------------------------
       
   341 //   
       
   342 //    r_gs_camcorder_view_title
       
   343 //    Camcorder view's title.
       
   344 //
       
   345 //----------------------------------------------------
       
   346 //
       
   347 RESOURCE TITLE_PANE r_gs_camcorder_view_title
       
   348     {
       
   349     txt = qtn_lcam_gen_sett_list;
       
   350     }
       
   351 
       
   352 //----------------------------------------------------
       
   353 //   
       
   354 //    r_cam_namebase_video
       
   355 //    Base name for video files
       
   356 //
       
   357 //----------------------------------------------------
       
   358 //
       
   359 RESOURCE TBUF r_cam_namebase_video
       
   360     {
       
   361     buf = qtn_lcam_namebase_video;
       
   362     }
       
   363 
       
   364 
       
   365 //----------------------------------------------------
       
   366 //   
       
   367 //    r_cam_namebase_image
       
   368 //    Base name for image files
       
   369 //
       
   370 //----------------------------------------------------
       
   371 //
       
   372 RESOURCE TBUF r_cam_namebase_image
       
   373     {
       
   374     buf = qtn_lcam_namebase_image;
       
   375     }
       
   376 
       
   377 
       
   378 //***********************************************************
       
   379 // VIDEO QUALITY RESOURCE DEFINITIONS
       
   380 //***********************************************************
       
   381 
       
   382 //----------------------------------------------------
       
   383 //
       
   384 //    r_gs_video_quality_tvhigh
       
   385 //    Video Quality
       
   386 //
       
   387 //----------------------------------------------------
       
   388 //
       
   389 RESOURCE TBUF r_gs_video_quality_tvhigh
       
   390     {
       
   391     buf = qtn_lcam_set_type_tvhigh_v2;  
       
   392     }
       
   393 
       
   394 
       
   395 //----------------------------------------------------
       
   396 //
       
   397 //    r_gs_video_quality_high
       
   398 //    Video Quality
       
   399 //
       
   400 //----------------------------------------------------
       
   401 //
       
   402 RESOURCE TBUF r_gs_video_quality_high
       
   403     {
       
   404     buf = qtn_lcam_set_type_high_v2;  
       
   405     }
       
   406 
       
   407 //----------------------------------------------------
       
   408 //
       
   409 //    r_gs_video_quality_widescreen_high
       
   410 //    Video Quality
       
   411 //
       
   412 //----------------------------------------------------
       
   413 //
       
   414 RESOURCE TBUF r_gs_video_quality_widescreen_high
       
   415     {
       
   416     buf = qtn_lcam_set_type_widescreen_v2;   
       
   417     }
       
   418 
       
   419 //----------------------------------------------------
       
   420 //
       
   421 //    r_gs_video_quality_widescreen_normal
       
   422 //    Video Quality
       
   423 //
       
   424 //----------------------------------------------------
       
   425 //
       
   426 RESOURCE TBUF r_gs_video_quality_widescreen_normal
       
   427     {
       
   428     buf = qtn_lcam_set_type_widescr_normal; 
       
   429     }
       
   430 
       
   431 //----------------------------------------------------
       
   432 //
       
   433 //    r_gs_video_quality_tvnorm
       
   434 //    Video Quality
       
   435 //
       
   436 //----------------------------------------------------
       
   437 //
       
   438 RESOURCE TBUF r_gs_video_quality_tvnorm
       
   439     {
       
   440     buf = qtn_lcam_set_type_tvnorm_v2;  
       
   441     }
       
   442     
       
   443 //----------------------------------------------------
       
   444 //
       
   445 //    r_gs_video_quality_norm
       
   446 //    Video Quality
       
   447 //
       
   448 //----------------------------------------------------
       
   449 //
       
   450 RESOURCE TBUF r_gs_video_quality_norm
       
   451     {
       
   452     buf = qtn_lcam_set_type_normal_v2;  
       
   453     }
       
   454 
       
   455 //----------------------------------------------------
       
   456 //
       
   457 //    r_gs_video_quality_webhigh
       
   458 //    Video Quality
       
   459 //
       
   460 //----------------------------------------------------
       
   461 //
       
   462 RESOURCE TBUF r_gs_video_quality_webhigh
       
   463     {
       
   464     buf = qtn_lcam_set_type_webhigh_v2;  
       
   465     }
       
   466 
       
   467 
       
   468 //----------------------------------------------------
       
   469 //
       
   470 //    r_gs_video_quality_webnorm
       
   471 //    Video Quality
       
   472 //
       
   473 //----------------------------------------------------
       
   474 //
       
   475 RESOURCE TBUF r_gs_video_quality_webnorm
       
   476     {
       
   477     buf = qtn_lcam_set_type_webnorm_v2; 
       
   478     }
       
   479 
       
   480 
       
   481 //----------------------------------------------------
       
   482 //
       
   483 //    r_gs_video_quality_mms
       
   484 //    Video Quality
       
   485 //
       
   486 //----------------------------------------------------
       
   487 //
       
   488 RESOURCE TBUF r_gs_video_quality_mms
       
   489     {
       
   490     buf = qtn_lcam_set_type_mms_v2;  
       
   491     }
       
   492 
       
   493 //----------------------------------------------------
       
   494 //
       
   495 //    r_gs_video_quality_sharing
       
   496 //    Video Quality
       
   497 //
       
   498 //----------------------------------------------------
       
   499 //
       
   500 RESOURCE TBUF r_gs_video_quality_sharing
       
   501     {
       
   502     buf = qtn_lcam_set_type_sharing_v2;  
       
   503     }
       
   504 
       
   505 
       
   506 //*********************************************************
       
   507 // GS Cusotm IMAGE QUALITY SETTINGS resource definitions
       
   508 //**********************************************************
       
   509 
       
   510 
       
   511 //----------------------------------------------------
       
   512 //
       
   513 //    r_gs_image_quality_print5mlarge
       
   514 //    Image Quality
       
   515 //
       
   516 //----------------------------------------------------
       
   517 //
       
   518 RESOURCE TBUF r_gs_image_quality_print5mlarge
       
   519     {
       
   520     buf = qtn_lcam_sett_attr_quality_print5mlarge_v2;  
       
   521     }
       
   522     
       
   523 
       
   524 //----------------------------------------------------
       
   525 //
       
   526 //    r_gs_image_quality_print3mlarge
       
   527 //    Image Quality
       
   528 //
       
   529 //----------------------------------------------------
       
   530 //
       
   531 RESOURCE TBUF r_gs_image_quality_print3mlarge
       
   532     {
       
   533     buf = qtn_lcam_sett_attr_quality_print3mlarge_v2; 
       
   534     }
       
   535 
       
   536 
       
   537 //----------------------------------------------------
       
   538 //
       
   539 //    r_gs_image_quality_print2mlarge
       
   540 //    Image Quality
       
   541 //
       
   542 //----------------------------------------------------
       
   543 //
       
   544 RESOURCE TBUF r_gs_image_quality_print2mlarge
       
   545     {
       
   546     buf = qtn_lcam_sett_attr_quality_print2mlarge_v2;  
       
   547     }
       
   548 
       
   549 
       
   550 //----------------------------------------------------
       
   551 //
       
   552 //    r_gs_image_quality_print3mmed
       
   553 //    Image Quality
       
   554 //
       
   555 //----------------------------------------------------
       
   556 //
       
   557 RESOURCE TBUF r_gs_image_quality_print3mmed
       
   558     {
       
   559     buf = qtn_lcam_sett_attr_quality_print3mmed_v2;  
       
   560     }
       
   561 
       
   562 
       
   563 //----------------------------------------------------
       
   564 //
       
   565 //    r_gs_image_quality_print2mmed
       
   566 //    Image Quality
       
   567 //
       
   568 //----------------------------------------------------
       
   569 //
       
   570 RESOURCE TBUF r_gs_image_quality_print2mmed
       
   571     {
       
   572     buf = qtn_lcam_sett_attr_quality_print2mmed_v2;  
       
   573     }
       
   574 
       
   575 
       
   576 //----------------------------------------------------
       
   577 //
       
   578 //    r_gs_image_quality_print1mmed
       
   579 //    Image Quality
       
   580 //
       
   581 //----------------------------------------------------
       
   582 //
       
   583 RESOURCE TBUF r_gs_image_quality_print1mmed
       
   584     {
       
   585     buf = qtn_lcam_sett_attr_quality_print1mmed;
       
   586     }
       
   587 
       
   588 
       
   589 //----------------------------------------------------
       
   590 //
       
   591 //    r_gs_image_quality_print1_3small
       
   592 //    Image Quality
       
   593 //
       
   594 //----------------------------------------------------
       
   595 //
       
   596 RESOURCE TBUF r_gs_image_quality_print1_3small
       
   597     {
       
   598     buf = qtn_lcam_sett_attr_quality_print1_3small_v2;  
       
   599     }
       
   600 
       
   601 
       
   602 //----------------------------------------------------
       
   603 //
       
   604 //    r_gs_image_quality_print1_0small
       
   605 //    Image Quality
       
   606 //
       
   607 //----------------------------------------------------
       
   608 //
       
   609 RESOURCE TBUF r_gs_image_quality_print1_0small
       
   610     {
       
   611     buf = qtn_lcam_sett_attr_quality_print1_0small_v2;  
       
   612     }
       
   613 
       
   614 
       
   615 //----------------------------------------------------
       
   616 //
       
   617 //    r_gs_image_quality_print0_8small
       
   618 //    Image Quality
       
   619 //
       
   620 //----------------------------------------------------
       
   621 //
       
   622 RESOURCE TBUF r_gs_image_quality_print0_8small
       
   623     {
       
   624     buf = qtn_lcam_sett_attr_quality_print0_8med_v2;  
       
   625     }
       
   626 
       
   627 //----------------------------------------------------
       
   628 //
       
   629 //    r_gs_image_quality_mms
       
   630 //    Image Quality
       
   631 //
       
   632 //----------------------------------------------------
       
   633 //
       
   634 RESOURCE TBUF r_gs_image_quality_mms
       
   635     {
       
   636     buf = qtn_lcam_sett_attr_quality_mms_v2;  
       
   637     }
       
   638 
       
   639 // The following are the resources shared between camera application
       
   640 // and camera settings pluin refer to \generic\common folder for details
       
   641 #include "CamSettingsV2.ra"   
       
   642 #include "CamAppWideV2.ra"    
       
   643 #include "CamCapture.ra"
       
   644 #include "CamCaptureSetupV2.ra"    
       
   645 #include "CamStillCaptureCamcorder.ra"
       
   646 #include "CamVideoCaptureCamcorder.ra"
       
   647 
       
   648 
       
   649 //End of File