photosgallery/logging/app/data/glxloggingapp.rss
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:    Project definition file for Photos logging application
       
    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 "glxloggingapp.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_glxlogging_menubar;
       
    56     cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    57     }
       
    58 
       
    59 
       
    60 // ---------------------------------------------------------
       
    61 //   
       
    62 //   r_GlxLogging_menubar
       
    63 //   Menubar for GlxLogging example
       
    64 //
       
    65 // ---------------------------------------------------------
       
    66 //
       
    67 RESOURCE MENU_BAR r_glxlogging_menubar
       
    68     {
       
    69     titles =
       
    70         {
       
    71         MENU_TITLE {menu_pane = r_glxlogging_menu;}
       
    72         };
       
    73     }
       
    74 
       
    75 
       
    76 // ---------------------------------------------------------
       
    77 //   
       
    78 //   r_GlxLogging_menu
       
    79 //   Menu for "Options"
       
    80 //
       
    81 // ---------------------------------------------------------
       
    82 //
       
    83 RESOURCE MENU_PANE r_glxlogging_menu
       
    84     {
       
    85     items = 
       
    86         {
       
    87         MENU_ITEM {command = EGlxLoggingCommandToggle;  txt = "Toggle Logging";},
       
    88         MENU_ITEM {command = EAknSoftkeyExit;   txt = "Exit";}
       
    89         };
       
    90     }
       
    91 
       
    92 RESOURCE TBUF r_glxlogging_start_logging 
       
    93     {
       
    94     buf = "Start Logging";
       
    95     }
       
    96 
       
    97 RESOURCE TBUF r_glxlogging_stop_logging 
       
    98     {
       
    99     buf = "Stop Logging";
       
   100     }