imstutils/imconversationview/imcvuiapp/rss/imcvuiapp.rss
branchRCL_3
changeset 4 f5911524345e
parent 0 5e5d6b214f4f
child 6 78867dafe7eb
equal deleted inserted replaced
0:5e5d6b214f4f 4:f5911524345e
    32 #include <data_caging_paths_strings.hrh>
    32 #include <data_caging_paths_strings.hrh>
    33 #include <AvkonIcons.hrh>
    33 #include <AvkonIcons.hrh>
    34 #include <aknsconstants.hrh>
    34 #include <aknsconstants.hrh>
    35 #include "imcvappsmileutility.hrh"
    35 #include "imcvappsmileutility.hrh"
    36 #include "imcvappsmileutility.rh"
    36 #include "imcvappsmileutility.rh"
       
    37 #include <aiwcommon.rh>
       
    38 #include <aiwcommon.hrh>
       
    39 #include <aiwgenericparam.hrh>
    37 
    40 
    38 
    41 
    39 // ---------------------------------------------------------
    42 // ---------------------------------------------------------
    40 //   
    43 //   
    41 //    Define the resource file signature 
    44 //    Define the resource file signature 
   200         MENU_ITEM { command = EAknCmdHelp; txt = qtn_options_help; },
   203         MENU_ITEM { command = EAknCmdHelp; txt = qtn_options_help; },
   201         MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
   204         MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
   202               
   205               
   203     };
   206     };
   204 }
   207 }
   205 
   208 // ---------------------------------------------------------------------------
       
   209 // aiw_internetcall
       
   210 // AIW app interest for calling
       
   211 // ---------------------------------------------------------------------------
       
   212 //
       
   213 RESOURCE AIW_INTEREST aiw_internetcall
       
   214     {
       
   215     items=
       
   216         {
       
   217         // This application is interested in calling from menu.
       
   218         AIW_CRITERIA_ITEM      
       
   219             {
       
   220             id              = KAiwCmdCall; 
       
   221             serviceCmd      = KAiwCmdCall;
       
   222             serviceClass    = KAiwClassMenu;
       
   223             contentType     = "*";
       
   224             defaultProvider = 0x101F868E;
       
   225             maxProviders    = 1;
       
   226             }
       
   227         };   
       
   228     }
   206 
   229 
   207 //----------------------------------------------------
   230 //----------------------------------------------------
   208 //
   231 //
   209 //    r_chatclient_friendslist_view_menu
   232 //    r_chatclient_friendslist_view_menu
   210 //    Items in friendslist-view´s menubar
   233 //    Items in friendslist-view´s menubar
   216     items=
   239     items=
   217     {
   240     {
   218 		MENU_ITEM { command = EIMCVCmdSend; txt = qtn_im_ibox_om_send; },
   241 		MENU_ITEM { command = EIMCVCmdSend; txt = qtn_im_ibox_om_send; },
   219 		MENU_ITEM { command = EIMCVCmdSmiley; txt = qtn_chat_conv_insert_smiley; } ,
   242 		MENU_ITEM { command = EIMCVCmdSmiley; txt = qtn_chat_conv_insert_smiley; } ,
   220 		MENU_ITEM { command = EIMCVCmdFindMenuPlaceHolder;txt = ""; },
   243 		MENU_ITEM { command = EIMCVCmdFindMenuPlaceHolder;txt = ""; },
   221 		MENU_ITEM { command = EIMCVCmdCloseConversation; txt = qtn_servtab_close_conversation; } 
   244 		MENU_ITEM { command = EIMCVCmdCloseConversation; txt = qtn_servtab_close_conversation; },
   222  
   245 		MENU_ITEM
       
   246 		            { 
       
   247 		            command = KAiwCmdCall; // The same ID than in interest.
       
   248 		            txt = ""; // Will be replaced by AIW (plugin).
       
   249 		            cascade=AIW_CASCADE_ID;            
       
   250 		            cascade = AIW_INTELLIGENT_CASCADE_ID;            
       
   251 		            }
       
   252 		
   223      };
   253      };
   224 
   254 
   225 }
   255 }
   226 //----------------------------------------------------
   256 //----------------------------------------------------
   227 //
   257 //