exampleapps/alfexanalogdialer/group/alfexanalogdialer.rss
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2008-2008 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 definitions for project Analog Dialer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 NAME ANAD
       
    21 
       
    22 #include <avkon.rsg>
       
    23 #include <eikon.rh>
       
    24 #include <eikon.rsg>
       
    25 #include <avkon.rh>
       
    26 
       
    27 #include "alfexanalogdialer.hrh"
       
    28 #include "alfexanalogdialer.loc"
       
    29 
       
    30 
       
    31 // ---------------------------------------------------------
       
    32 // Define the resource file signature 
       
    33 // This resource should be empty.
       
    34 // ---------------------------------------------------------
       
    35 //
       
    36 RESOURCE RSS_SIGNATURE { }
       
    37 //RESOURCE TBUF { buf=""; }
       
    38 
       
    39 // ---------------------------------------------------------
       
    40 // r_default_document_name
       
    41 //
       
    42 // ---------------------------------------------------------
       
    43 //	
       
    44 RESOURCE TBUF r_default_document_name { buf=""; }
       
    45 
       
    46 // ---------------------------------------------------------
       
    47 // EIK_APP_INFO
       
    48 // Define default status pane layout, menu and CBA keys.
       
    49 // ---------------------------------------------------------
       
    50 //
       
    51 RESOURCE EIK_APP_INFO
       
    52     {
       
    53     menubar = r_analogdialer_menubar;
       
    54     //cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    55     status_pane = r_status_pane;
       
    56     }
       
    57     
       
    58 // ---------------------------------------------------------
       
    59 // r_status_pane 
       
    60 // Default status layout: empty
       
    61 // ---------------------------------------------------------
       
    62 //
       
    63 RESOURCE STATUS_PANE_APP_MODEL r_status_pane
       
    64     {
       
    65     layout = R_AVKON_STATUS_PANE_LAYOUT_EMPTY;
       
    66     }
       
    67 
       
    68 
       
    69 // ---------------------------------------------------------
       
    70 // r_analogialer_menubar
       
    71 // Menubar
       
    72 // ---------------------------------------------------------
       
    73 //
       
    74 RESOURCE MENU_BAR r_analogdialer_menubar
       
    75     {
       
    76     titles =
       
    77         {
       
    78         MENU_TITLE {menu_pane = r_analogdialer_menu;}
       
    79         };
       
    80     }
       
    81 
       
    82 // ---------------------------------------------------------
       
    83 // r_analogdialer_menu
       
    84 // Options menu pane
       
    85 // ---------------------------------------------------------
       
    86 //
       
    87 RESOURCE MENU_PANE r_analogdialer_menu
       
    88     {
       
    89     items = 
       
    90         {
       
    91         MENU_ITEM {command = EAknSoftkeyExit;   txt = "Exit";}
       
    92         };
       
    93     }
       
    94 
       
    95