extras/about/aboutgsplugin/data/aboutgspluginrsc.rss
branchRCL_3
changeset 21 10c6e6d6e4d9
parent 0 3ee3dfdd8d69
equal deleted inserted replaced
20:41b775cdc0c8 21:10c6e6d6e4d9
       
     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 file for aboutgsplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    ABUT // 4 letter ID
       
    22 
       
    23 //  System Includes
       
    24 #include <avkon.loc> 
       
    25 #include <avkon.mbg>
       
    26 #include <avkon.rsg>
       
    27 #include <eikcore.rsg>
       
    28 #include <uikon.rh>
       
    29 #include <eikon.rh>
       
    30 #include <eikon.rsg>
       
    31 #include <avkon.rh>
       
    32 #include <avkon.hrh>
       
    33 
       
    34 
       
    35 
       
    36 // User includes
       
    37 #include <aboutgsplugin.loc>
       
    38 
       
    39 //  RESOURCE DEFINITIONS 
       
    40 
       
    41 RESOURCE RSS_SIGNATURE
       
    42     {
       
    43     }
       
    44 
       
    45 //----------------------------------------------------
       
    46 //  r_about_gs_view_caption
       
    47 // About view caption for plugin
       
    48 //----------------------------------------------------
       
    49 //
       
    50 RESOURCE TBUF r_about_gs_view_caption
       
    51     {
       
    52 	    buf = qtn_cp_folder_about;
       
    53     }
       
    54 
       
    55 //----------------------------------------------------
       
    56 //    r_about_gs_view_title
       
    57 //    About view title
       
    58 //----------------------------------------------------
       
    59 //
       
    60 
       
    61 RESOURCE TITLE_PANE r_about_gs_view_title
       
    62     {
       
    63 	    txt = qtn_set_title_settings_About;        
       
    64     }
       
    65 
       
    66 //----------------------------------------------------
       
    67 //    r_about_gs_view
       
    68 //    About view's menu
       
    69 //----------------------------------------------------
       
    70 //
       
    71 RESOURCE AVKON_VIEW r_about_gs_view 
       
    72     {
       
    73   	  menubar = r_about_gs_menubar_view; 
       
    74  	  cba = r_about_gs_softkeys;
       
    75     }
       
    76 
       
    77 //----------------------------------------------------
       
    78 //    r_about_gs_menubar_view
       
    79 //    About view's menu items
       
    80 //----------------------------------------------------
       
    81 //
       
    82 RESOURCE MENU_BAR r_about_gs_menubar_view 
       
    83     {
       
    84     titles=
       
    85         {
       
    86         MENU_TITLE { menu_pane = r_about_gs_menu_item_exit;},
       
    87         MENU_TITLE { menu_pane = r_about_gs_view_menu;}
       
    88         };
       
    89     }
       
    90 
       
    91 // -----------------------------------------------------------------------------
       
    92 // r_about_gs_menu_item_exit
       
    93 // About view menu's EXIT item
       
    94 // -----------------------------------------------------------------------------
       
    95 //
       
    96 RESOURCE MENU_PANE r_about_gs_menu_item_exit
       
    97     {
       
    98     items =
       
    99         {
       
   100         MENU_ITEM
       
   101             {
       
   102             command = EAknCmdExit;
       
   103             txt = qtn_options_exit;
       
   104             }
       
   105         };
       
   106     }
       
   107 
       
   108 //----------------------------------------------------
       
   109 //    r_about_gs_view_menu
       
   110 //    About view menu's OPEN item
       
   111 //----------------------------------------------------
       
   112 //
       
   113 RESOURCE MENU_PANE r_about_gs_view_menu
       
   114     {
       
   115     items=
       
   116         {
       
   117         MENU_ITEM 
       
   118             {
       
   119             command = EAknSoftkeyOpen;
       
   120             txt = qtn_options_open;
       
   121             }
       
   122         };
       
   123     }
       
   124 
       
   125 //----------------------------------------------------
       
   126 //    r_about_gs_softkeys
       
   127 //    About gs plugin's softkeys
       
   128 //----------------------------------------------------
       
   129 //
       
   130 RESOURCE CBA r_about_gs_softkeys
       
   131 	{
       
   132 	buttons =
       
   133 		{
       
   134 		CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option;},
       
   135 		CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_exit; },
       
   136 		CBA_BUTTON { id = EAknSoftkeyOpen; txt = text_softkey_open;}
       
   137 		};
       
   138 	}
       
   139 //End of File