browserui/videoservices/data/VideoServices.rss
branchRCL_3
changeset 65 8e6fa1719340
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2006 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 the License "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:  VideoServices resource file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    VIDS // For video Services
       
    21 
       
    22 //  INCLUDES
       
    23 
       
    24 #include <eikon.rh>
       
    25 #include "VideoServices.hrh"
       
    26 #include "videoservices.loc"
       
    27 #include <avkon.rsg>
       
    28 #include <avkon.rh>
       
    29 #include <avkon.mbg>
       
    30 #include <apcaptionfile.rh>
       
    31 #include <appinfo.rh>
       
    32 #include <data_caging_paths_strings.hrh>
       
    33 
       
    34 //  CONSTANTS 
       
    35 
       
    36 //  MACROS  
       
    37 
       
    38 //  RESOURCE DEFINITIONS 
       
    39 
       
    40 RESOURCE RSS_SIGNATURE { }
       
    41 
       
    42 RESOURCE TBUF { buf="VideoServices"; }
       
    43 
       
    44 RESOURCE EIK_APP_INFO
       
    45     {
       
    46     hotkeys=r_videoservices_hotkeys;
       
    47     menubar=r_videoservices_menubar;
       
    48     cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT;     
       
    49     }
       
    50 
       
    51 
       
    52 //----------------------------------------------------
       
    53 //   
       
    54 //    r_videoservices_localisable_app_info
       
    55 //    ?description
       
    56 //
       
    57 //----------------------------------------------------
       
    58 //
       
    59 RESOURCE LOCALISABLE_APP_INFO r_videoservices_localisable_app_info
       
    60     {
       
    61     short_caption = qtn_apps_video_grid;
       
    62     caption_and_icon = 
       
    63     CAPTION_AND_ICON_INFO
       
    64         {
       
    65         caption = qtn_apps_video_list;
       
    66 	    number_of_icons = 1;
       
    67 	    icon_file = APP_RESOURCE_DIR"\\VideoServices_AIF.MIF";
       
    68         };
       
    69     }
       
    70 
       
    71 
       
    72 //----------------------------------------------------
       
    73 //   
       
    74 //    r_videoservices_hotkeys
       
    75 //    Hotkeys for video services
       
    76 //
       
    77 //----------------------------------------------------
       
    78 //
       
    79 RESOURCE HOTKEYS r_videoservices_hotkeys
       
    80     {
       
    81     control=
       
    82         {
       
    83         HOTKEY { command=EAknCmdExit; key='e'; }
       
    84         };
       
    85     }
       
    86 
       
    87 //----------------------------------------------------
       
    88 //   
       
    89 //    r_videoservices_menubar
       
    90 //    MenuBar for video services (only the exit item)
       
    91 //
       
    92 //----------------------------------------------------
       
    93 //
       
    94 RESOURCE MENU_BAR r_videoservices_menubar
       
    95     {
       
    96     titles=
       
    97         {
       
    98         MENU_TITLE { menu_pane=R_AVKON_MENUPANE_EXIT; }
       
    99         };
       
   100     }
       
   101 
       
   102 
       
   103             
       
   104 // End of File