openvg/openvgrefimplementation/sfopenvg/test/data/tiger.rss
changeset 43 7579f232bae7
equal deleted inserted replaced
36:01a6848ebfd7 43:7579f232bae7
       
     1 /*
       
     2 * Copyright (c) 2009 Symbian Foundation Ltd
       
     3 * This component and the accompanying materials are made available
       
     4 * under the terms of the License "Eclipse Public License v1.0"
       
     5 * which accompanies this distribution, and is available
       
     6 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 *
       
     8 * Initial Contributors:
       
     9 * Symbian Foundation Ltd - initial contribution.
       
    10 * 
       
    11 * Contributors:
       
    12 *
       
    13 * Description:
       
    14 * Tiger app resource
       
    15 */
       
    16 
       
    17 
       
    18 //  RESOURCE IDENTIFIER
       
    19 NAME    AWIZ // 4 letter ID
       
    20 
       
    21 //  INCLUDES
       
    22 #include <eikon.rh>
       
    23 #include "tiger.hrh"
       
    24 #include "tiger.rls"
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.mbg>
       
    28 #include <appinfo.rh>
       
    29 
       
    30 //  RESOURCE DEFINITIONS
       
    31 RESOURCE RSS_SIGNATURE { }
       
    32 
       
    33 RESOURCE TBUF { buf="Tiger"; }
       
    34 
       
    35 RESOURCE EIK_APP_INFO
       
    36     {
       
    37     menubar = r_tiger_menubar;
       
    38     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
    39     }
       
    40 
       
    41 //----------------------------------------------------
       
    42 //
       
    43 //    r_tiger_menubar
       
    44 //
       
    45 //----------------------------------------------------
       
    46 //
       
    47 RESOURCE MENU_BAR r_tiger_menubar
       
    48 {
       
    49     titles =
       
    50         {
       
    51             MENU_TITLE
       
    52             {
       
    53                 menu_pane = r_tiger_exit;
       
    54             }
       
    55         };
       
    56 }
       
    57 
       
    58 //----------------------------------------------------
       
    59 //
       
    60 //    r_tiger_exit
       
    61 //
       
    62 //----------------------------------------------------
       
    63 //
       
    64 RESOURCE MENU_PANE r_tiger_exit
       
    65 {
       
    66     items =
       
    67         {
       
    68             MENU_ITEM
       
    69             {
       
    70                 command = EAknCmdExit;
       
    71                 txt = STRING_r_tiger_exit;
       
    72             }
       
    73         };
       
    74 }
       
    75 
       
    76 
       
    77 
       
    78 
       
    79 
       
    80 
       
    81 //----------------------------------------------------
       
    82 //
       
    83 //    r_tiger_localisable_app_info
       
    84 //
       
    85 //----------------------------------------------------
       
    86 //
       
    87 RESOURCE LOCALISABLE_APP_INFO r_tiger_localisable_app_info
       
    88     {
       
    89     short_caption = STRING_r_app_short_caption_string;
       
    90     caption_and_icon =
       
    91     CAPTION_AND_ICON_INFO
       
    92         {
       
    93         caption         = STRING_r_app_caption_string;
       
    94         number_of_icons = 1;
       
    95         icon_file       = "\\resource\\apps\\tiger_icon.mif";
       
    96         };
       
    97     }
       
    98 
       
    99 // End of File
       
   100