sapi_applicationmanager/tsrc/dev/testappmngui/group/testappmngui.rss
changeset 0 14df0fbfcc4e
equal deleted inserted replaced
-1:000000000000 0:14df0fbfcc4e
       
     1 /*
       
     2 * Copyright (c) 2007-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 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 NAME HELL
       
    21 
       
    22 #include <eikon.rh>
       
    23 #include <eikon.rsg>
       
    24 #include <avkon.rh>
       
    25 #include <avkon.rsg>
       
    26 
       
    27 #include "testappmngui.hrh"
       
    28 
       
    29 
       
    30 // ---------------------------------------------------------
       
    31 //   
       
    32 //    Define the resource file signature 
       
    33 //    This resource should be empty.
       
    34 //
       
    35 // ---------------------------------------------------------
       
    36 //
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38 
       
    39 // ---------------------------------------------------------
       
    40 //   
       
    41 //    Default Document Name
       
    42 //
       
    43 // ---------------------------------------------------------
       
    44 //
       
    45 RESOURCE TBUF r_default_document_name { buf=""; }
       
    46 
       
    47 // ---------------------------------------------------------
       
    48 //   
       
    49 //    Define default menu and CBA key.
       
    50 //
       
    51 // ---------------------------------------------------------
       
    52 //
       
    53 RESOURCE EIK_APP_INFO
       
    54     {
       
    55     menubar = r_testappmngui_menubar;
       
    56     cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    57     }
       
    58 
       
    59 
       
    60 // ---------------------------------------------------------
       
    61 //   
       
    62 //   r_testappmngui_menubar
       
    63 //   Menubar for testappmngui example
       
    64 //
       
    65 // ---------------------------------------------------------
       
    66 //
       
    67 RESOURCE MENU_BAR r_testappmngui_menubar
       
    68     {
       
    69     titles =
       
    70         {
       
    71         MENU_TITLE {menu_pane = r_testappmngui_menu;}
       
    72         };
       
    73     }
       
    74 
       
    75 
       
    76 // ---------------------------------------------------------
       
    77 //   
       
    78 //   r_testappmngui_menu
       
    79 //   Menu for "Options"
       
    80 //
       
    81 // ---------------------------------------------------------
       
    82 //
       
    83 RESOURCE MENU_PANE r_testappmngui_menu
       
    84     {
       
    85     items = 
       
    86         {
       
    87         MENU_ITEM {command = EtestappmnguiCommand1;  txt = "Launch App(ImageViewer)";},
       
    88         MENU_ITEM {command = EtestappmnguiCommand2;  txt = "Launch Doc(ImageViewer)";},
       
    89         MENU_ITEM {command = EAknSoftkeyExit;   txt = "Exit";}
       
    90         };
       
    91     }