camerauis/cameraapp/generic/data/resource_inc/CamEmbeddedCamcorder.ra
branchRCL_3
changeset 24 bac7acad7cb3
parent 0 1ddebce53859
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
       
     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 //   r_cam_still_embedded_pre_capture_menubar
       
    23 //   Menubar for embedded still pre-capture view
       
    24 //
       
    25 // ---------------------------------------------------------
       
    26 //
       
    27 RESOURCE MENU_BAR r_cam_still_embedded_pre_capture_menubar_camcorder
       
    28     {
       
    29     titles =
       
    30         {
       
    31         MENU_TITLE
       
    32             {
       
    33             menu_pane = r_cam_still_embedded_pre_capture_menu_camcorder;
       
    34             }
       
    35         };
       
    36     }
       
    37 
       
    38 // ---------------------------------------------------------
       
    39 //   
       
    40 //   r_cam_still_embedded_pre_capture_menu
       
    41 //   Options menu for still pre capture view in embedded mode
       
    42 //
       
    43 // ---------------------------------------------------------
       
    44 //
       
    45 RESOURCE MENU_PANE r_cam_still_embedded_pre_capture_menu_camcorder
       
    46   {
       
    47   items = 
       
    48     {
       
    49     MENU_ITEM
       
    50       {
       
    51       command = ECamCmdSwitchCamera;
       
    52       txt     = qtn_lcam_options_cam2;
       
    53       },
       
    54     MENU_ITEM
       
    55       {            
       
    56       command = ECamCmdNewVideo;
       
    57       txt     = qtn_lcam_options_video_mode;
       
    58       },
       
    59     MENU_ITEM
       
    60       {
       
    61       command = EAknCmdHelp;
       
    62       txt     = qtn_options_help;
       
    63       },
       
    64     MENU_ITEM
       
    65       {
       
    66       command = ECamCmdInternalExit;
       
    67       txt     = qtn_lcam_options_back;
       
    68       }
       
    69     };
       
    70   }
       
    71 
       
    72 // ---------------------------------------------------------
       
    73 //   
       
    74 //   r_cam_video_embedded_pre_capture_menubar
       
    75 //   Menubar for embedded video pre-capture view
       
    76 //
       
    77 // ---------------------------------------------------------
       
    78 //
       
    79 RESOURCE MENU_BAR r_cam_video_embedded_pre_capture_menubar_camcorder
       
    80     {
       
    81     titles =
       
    82         {
       
    83         MENU_TITLE
       
    84             {
       
    85             menu_pane = r_cam_video_embedded_pre_capture_menu_camcorder;
       
    86             }
       
    87         };
       
    88     }
       
    89 
       
    90 
       
    91 
       
    92 // ---------------------------------------------------------
       
    93 //   
       
    94 //   r_cam_video_embedded_pre_capture_menu
       
    95 //   Options menu for video pre capture view in embedded mode
       
    96 //
       
    97 // ---------------------------------------------------------
       
    98 //
       
    99 RESOURCE MENU_PANE r_cam_video_embedded_pre_capture_menu_camcorder
       
   100   {
       
   101   items = 
       
   102     {
       
   103     MENU_ITEM
       
   104       {
       
   105       command = ECamCmdSwitchCamera;
       
   106       txt     = qtn_lcam_options_cam2;
       
   107       },
       
   108     MENU_ITEM
       
   109       {
       
   110       command = ECamCmdNewPhoto;
       
   111       txt     = qtn_lcam_options_photo_mode;
       
   112       },      
       
   113     MENU_ITEM
       
   114       {
       
   115       command = ECamCmdMute;
       
   116       txt     = qtn_lcam_options_mute;
       
   117       },
       
   118     MENU_ITEM
       
   119       {
       
   120       command = ECamCmdUnmute;
       
   121       txt     = qtn_lcam_options_unmute;
       
   122       },
       
   123     MENU_ITEM
       
   124       {
       
   125       command = EAknCmdHelp;
       
   126       txt     = qtn_options_help;
       
   127       },
       
   128     MENU_ITEM
       
   129       {
       
   130       command = ECamCmdInternalExit;
       
   131       txt     = qtn_lcam_options_back;
       
   132       }
       
   133     };
       
   134   }
       
   135 
       
   136