homescreenplugins/videosuiteconf/data/suite.xml
branchRCL_3
changeset 10 112a725ff2c2
parent 9 5294c000a26d
child 11 8970fbd719ec
equal deleted inserted replaced
9:5294c000a26d 10:112a725ff2c2
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 
       
     3 <mm:content xmlns:mm="http://nokia.com/mmenu" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://nokia.com/mmenu ../mmenuschema.xsd">
       
     4 
       
     5     <mm:localization namespace="tvvideosuite_loc" source="videosuiteres.rsc"/>
       
     6     <mm:suite template="logical_template_6a" type="list" genre="tvvideosuite" title="tvvideosuite_loc:R_VCXNS_MMENU_SUITE_TITLE">
       
     7 
       
     8         <mm:event event="suite:load">
       
     9             <mm:action service="Service.ActionHandler" interface="IDataAction">
       
    10                 <mm:command name="Execute">
       
    11                     <mm:key>
       
    12                         <mm:key name="plugin_id" type="uid" value="0x20016B9F"/>
       
    13                         <mm:key name="data">
       
    14                             <mm:key name="message" type="string" value="ELoadTvVideoSuite"/>
       
    15                         </mm:key>
       
    16                     </mm:key>
       
    17                 </mm:command>
       
    18             </mm:action>
       
    19         </mm:event>
       
    20         
       
    21         <mm:event event="suite:unload">
       
    22             <mm:action service="Service.ActionHandler" interface="IDataAction">
       
    23                 <mm:command name="Execute">
       
    24                     <mm:key>
       
    25                         <mm:key name="plugin_id" type="uid" value="0x20016B9F"/>
       
    26                         <mm:key name="data">
       
    27                             <mm:key name="message" type="string" value="EUnloadTvVideoSuite"/>
       
    28                         </mm:key>
       
    29                     </mm:key>
       
    30                 </mm:command>
       
    31             </mm:action>
       
    32         </mm:event>
       
    33         
       
    34         <!-- common events for context sensitive options menu -->
       
    35         <mm:event event="custom:vcxnslaunchsettings">
       
    36             <mm:action service="Service.ActionHandler" interface="IDataAction">
       
    37                 <mm:command name="Execute">
       
    38                     <mm:key>
       
    39                         <mm:key name="plugin_id" type="uid" value="0x20016B9F"/>
       
    40                         <mm:key name="data">
       
    41                             <mm:key name="message" type="string" value="EOpenVCSettings"/>
       
    42                         </mm:key>
       
    43                     </mm:key>
       
    44                 </mm:command>
       
    45             </mm:action>
       
    46         </mm:event>    
       
    47     
       
    48         <!-- help launcher event for context sensitive options menu -->
       
    49         <mm:event event="custom:vcxnslaunchhelp">
       
    50             <mm:action service="Service.ActionHandler" interface="IDataAction">
       
    51                 <mm:command name="Execute">
       
    52                     <mm:key name="plugin_id" type="uid" value="0x2001B285"/>
       
    53                     <mm:key name="data">
       
    54                         <mm:key name="help_uid" type="integer64" value="0x102750E2"/>
       
    55                         <mm:key name="help_topic" type="string" value="IPTV_HLP_MAIN_STATE"/>
       
    56                     </mm:key>            	    
       
    57                 </mm:command>
       
    58             </mm:action>
       
    59         </mm:event>
       
    60         
       
    61     </mm:suite>   
       
    62 </mm:content>
       
    63