messagingappbase/smartmessaging/bva/group/bva.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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 BVA
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    BVAA
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 #include <eikon.rh>
       
    26 #include "eikon.rsg"
       
    27 #include <avkon.rsg>
       
    28 #include <avkon.loc>
       
    29 #include <avkon.rh>
       
    30 #include <AiwCommon.rh>
       
    31 #include <avkon.mbg>
       
    32 #include <appinfo.rh>
       
    33 #include <data_caging_paths_strings.hrh>
       
    34 
       
    35 //  RESOURCE DEFINITIONS 
       
    36 
       
    37 
       
    38 RESOURCE RSS_SIGNATURE { }
       
    39 
       
    40 RESOURCE TBUF { buf=""; }
       
    41 
       
    42 RESOURCE EIK_APP_INFO
       
    43 {
       
    44     menubar = r_bva_menubar;
       
    45     cba = r_bva_menu_cba;
       
    46 }
       
    47 
       
    48 RESOURCE LOCALISABLE_APP_INFO r_bva_localisable_app_info
       
    49     {
       
    50      short_caption = " ";
       
    51      caption_and_icon = CAPTION_AND_ICON_INFO
       
    52  	{
       
    53 	caption = " ";
       
    54  #ifdef __SCALABLE_ICONS
       
    55  	number_of_icons = 1;
       
    56  	icon_file = APP_BITMAP_DIR"\\bva_aif.mif";
       
    57  #else
       
    58  	number_of_icons = 2;
       
    59  	icon_file = APP_BITMAP_DIR"\\bva_aif.mbm";
       
    60  #endif //__SCALABLE_ICONS
       
    61  	};
       
    62     }
       
    63 
       
    64 RESOURCE MENU_BAR r_bva_menubar
       
    65     {
       
    66     titles=
       
    67         {
       
    68         MENU_TITLE { menu_pane=r_bva_menu; txt="Dummy"; }
       
    69         };
       
    70     }
       
    71 
       
    72 RESOURCE MENU_PANE r_bva_menu
       
    73     {
       
    74     items=
       
    75         {
       
    76         MENU_ITEM 
       
    77             {            
       
    78             command = KAiwCmdSaveToCalendar;
       
    79             txt = " "; // dynamically loaded!!
       
    80             },
       
    81         MENU_ITEM 
       
    82             {            
       
    83             command = EAknCmdHelp;
       
    84             txt = qtn_options_help; 
       
    85             },
       
    86         MENU_ITEM { command=EAknCmdExit; txt = qtn_options_exit; }
       
    87         };
       
    88     }
       
    89 
       
    90 RESOURCE CBA r_bva_menu_cba
       
    91     {
       
    92     buttons =
       
    93 	    {
       
    94         CBA_BUTTON {id=EAknSoftkeyOptions;  	 txt = text_softkey_option;},
       
    95         CBA_BUTTON {id=EAknSoftkeyBack;     	 txt = text_softkey_back;},
       
    96         CBA_BUTTON {id=EAknSoftkeyContextOptions;txt = text_softkey_option ;}
       
    97         };
       
    98     }
       
    99     
       
   100 RESOURCE MENU_BAR r_bva_context_menubar
       
   101     {
       
   102     titles=
       
   103         {
       
   104         MENU_TITLE { menu_pane=r_bva_context_menu; txt="Dummy"; }
       
   105         };
       
   106     }
       
   107 
       
   108 RESOURCE MENU_PANE r_bva_context_menu
       
   109     {
       
   110     items=
       
   111         {
       
   112         };
       
   113     }
       
   114 
       
   115 //  RESOURCE DEFINITIONS 
       
   116 // ---------------------------------------------------------
       
   117 //   
       
   118 //    r_bva_aiw_calendar_interest
       
   119 //    AIW interest for calendar menu item(Save to calendar)
       
   120 //
       
   121 // ---------------------------------------------------------
       
   122 //
       
   123 RESOURCE AIW_INTEREST r_bva_aiw_calendar_interest
       
   124     {
       
   125     items=
       
   126         {
       
   127         AIW_CRITERIA_ITEM 
       
   128             { 
       
   129             id = KAiwCmdSaveToCalendar; 
       
   130             serviceCmd = KAiwCmdSaveToCalendar;
       
   131             contentType = "*" ;
       
   132             serviceClass = KAiwClassMenu;
       
   133             defaultProvider = 0x2002A506;
       
   134             maxProviders = 1;
       
   135             }
       
   136         };
       
   137     }
       
   138 // End of File