textinput/peninputarc/gsplugin/peninputsetting/data/peninputsetting.rss
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     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 definitions for project Peninput Setting
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME PENS
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <eikon.rsg>
       
    23 #include <avkon.rh>
       
    24 #include <avkon.rsg>
       
    25 #include <appinfo.rh>
       
    26 
       
    27 #define qtn_apps_peninputsetting_grid   "Peninput Setting"
       
    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     cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    56     }
       
    57 
       
    58 // ---------------------------------------------------------------------------
       
    59 //   r_trui_localisable_app_info
       
    60 //   Trainui localisable app info.
       
    61 //
       
    62 // ---------------------------------------------------------------------------
       
    63 //
       
    64 RESOURCE LOCALISABLE_APP_INFO r_peninputsetting_localisable_app_info 
       
    65     { 
       
    66     short_caption = qtn_apps_peninputsetting_grid; 
       
    67     caption_and_icon = 
       
    68         {
       
    69         CAPTION_AND_ICON_INFO 
       
    70             { 
       
    71             caption = qtn_apps_peninputsetting_grid;
       
    72             }        
       
    73         };
       
    74     }