eventsui/eventshandlerui/eventshandlerapp/data/evthandlerapp.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     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 file defintion for project Events Handler Application
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    EVHN // 4 letter ID
       
    21 
       
    22 //  SYSTEM INCLUDES
       
    23 #include <eikon.rh>
       
    24 #include <appinfo.rh>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.mbg>
       
    28 #include <bldvariant.hrh>
       
    29 #include <avkon.hrh>
       
    30 #include <avkon.loc>
       
    31 #include <data_caging_paths_strings.hrh>
       
    32 
       
    33 // USER INCLUDES
       
    34 #include <evtui.loc>
       
    35 
       
    36 // CONSTANT DEFINTIONS
       
    37 #define EVT_ICON_FILE_NAME APP_RESOURCE_DIR"\\evthandlerapp_aif.mif"
       
    38 
       
    39 //  RESOURCE DEFINITIONS 
       
    40 
       
    41 // ---------------------------------------------------------------------------
       
    42 // RESOURCE RSS_SIGNATURE 
       
    43 // ---------------------------------------------------------------------------
       
    44 //
       
    45 RESOURCE RSS_SIGNATURE 
       
    46     {
       
    47     }
       
    48 
       
    49 // ---------------------------------------------------------------------------
       
    50 // RESOURCE RSS_SIGNATURE 
       
    51 // ---------------------------------------------------------------------------
       
    52 //
       
    53 RESOURCE TBUF 
       
    54     {
       
    55     buf="evthandler";
       
    56     }
       
    57 
       
    58 // ---------------------------------------------------------------------------
       
    59 // RESOURCE RSS_SIGNATURE 
       
    60 // ---------------------------------------------------------------------------
       
    61 //
       
    62 RESOURCE EIK_APP_INFO
       
    63     {     
       
    64     }
       
    65 
       
    66 
       
    67 RESOURCE LOCALISABLE_APP_INFO r_evthnd_localisable_app_info
       
    68 	{
       
    69 	short_caption = qtn_apps_locev_grid;
       
    70 	caption_and_icon = CAPTION_AND_ICON_INFO
       
    71 		{
       
    72 		caption = qtn_apps_locev_list;
       
    73         number_of_icons = 1; 
       
    74         icon_file = EVT_ICON_FILE_NAME;		
       
    75 		};
       
    76 	}
       
    77     
       
    78 RESOURCE HOTKEYS r_evthandlerapp_hotkeys
       
    79    {
       
    80    control=
       
    81         {
       
    82         };
       
    83     }
       
    84