phonebookui/Phonebook2/Commands/rss/SystemMenu.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002-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: 
       
    15 *     This file contains resources for Phonebook 2 system menus.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // ---------------------------------------------------------
       
    21 // Phonebook 2 system menu pane. Insert system-wide commands
       
    22 // here.
       
    23 // ---------------------------------------------------------
       
    24 //
       
    25 RESOURCE MENU_PANE r_phonebook2_system_menu
       
    26     {
       
    27     items=
       
    28         {
       
    29         MENU_ITEM
       
    30             {
       
    31             command = EAknCmdHelp;
       
    32             txt = qtn_options_help;
       
    33             },
       
    34         MENU_ITEM
       
    35             {
       
    36             command = EPbk2CmdExit;
       
    37             txt = qtn_options_exit;
       
    38             }
       
    39         };
       
    40     }
       
    41 
       
    42 
       
    43 // ---------------------------------------------------------
       
    44 // Open me menu
       
    45 // ---------------------------------------------------------
       
    46 //
       
    47 RESOURCE MENU_PANE r_phonebook2_open_me_menu
       
    48     {
       
    49     items=
       
    50         {
       
    51         MENU_ITEM
       
    52             {
       
    53             command = EPbk2CmdOpenMeViews;
       
    54             txt = qtn_phob_opt_entry_open_views;
       
    55             }
       
    56         };
       
    57     }
       
    58 
       
    59 // ---------------------------------------------------------
       
    60 // Phonebook 2 info menu pane
       
    61 // ---------------------------------------------------------
       
    62 //
       
    63 RESOURCE MENU_PANE r_phonebook2_info_menu
       
    64     {
       
    65     items =
       
    66         {
       
    67         MENU_ITEM
       
    68             {
       
    69             command = EPbk2CmdPhonebook2Info;
       
    70             txt = qtn_phob_opt_pb_info2;
       
    71             }
       
    72         };
       
    73     }
       
    74 
       
    75 // ---------------------------------------------------------
       
    76 // Phonebook 2 Settings menu
       
    77 // ---------------------------------------------------------
       
    78 //
       
    79 RESOURCE MENU_PANE r_phonebook2_settings_menu
       
    80     {
       
    81     items=
       
    82         {
       
    83         MENU_ITEM
       
    84             {
       
    85             command = EPbk2CmdSettings;
       
    86             txt = qtn_phob_opt_settings;
       
    87             }
       
    88         };
       
    89     }    
       
    90 
       
    91 // End of File