homescreenplugins/videosuiteconf/data/suite.xml
author hgs
Thu, 01 Apr 2010 23:22:15 +0300
changeset 34 bbb98528c666
parent 0 96612d01cf9f
permissions -rw-r--r--
201009

<?xml version="1.0" encoding="UTF-8"?>

<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">

    <mm:localization namespace="tvvideosuite_loc" source="videosuiteres.rsc"/>
    <mm:suite template="logical_template_6a" type="list" genre="tvvideosuite" title="tvvideosuite_loc:R_VCXNS_MMENU_SUITE_TITLE">

        <mm:event event="suite:load">
            <mm:action service="Service.ActionHandler" interface="IDataAction">
                <mm:command name="Execute">
                    <mm:key>
                        <mm:key name="plugin_id" type="uid" value="0x20016B9F"/>
                        <mm:key name="data">
                            <mm:key name="message" type="string" value="ELoadTvVideoSuite"/>
                        </mm:key>
                    </mm:key>
                </mm:command>
            </mm:action>
        </mm:event>
        
        <mm:event event="suite:unload">
            <mm:action service="Service.ActionHandler" interface="IDataAction">
                <mm:command name="Execute">
                    <mm:key>
                        <mm:key name="plugin_id" type="uid" value="0x20016B9F"/>
                        <mm:key name="data">
                            <mm:key name="message" type="string" value="EUnloadTvVideoSuite"/>
                        </mm:key>
                    </mm:key>
                </mm:command>
            </mm:action>
        </mm:event>
        
        <!-- common events for context sensitive options menu -->
        <mm:event event="custom:vcxnslaunchsettings">
            <mm:action service="Service.ActionHandler" interface="IDataAction">
                <mm:command name="Execute">
                    <mm:key>
                        <mm:key name="plugin_id" type="uid" value="0x20016B9F"/>
                        <mm:key name="data">
                            <mm:key name="message" type="string" value="EOpenVCSettings"/>
                        </mm:key>
                    </mm:key>
                </mm:command>
            </mm:action>
        </mm:event>    
    
        <!-- help launcher event for context sensitive options menu -->
        <mm:event event="custom:vcxnslaunchhelp">
            <mm:action service="Service.ActionHandler" interface="IDataAction">
                <mm:command name="Execute">
                    <mm:key name="plugin_id" type="uid" value="0x2001B285"/>
                    <mm:key name="data">
                        <mm:key name="help_uid" type="integer64" value="0x102750E2"/>
                        <mm:key name="help_topic" type="string" value="IPTV_HLP_MAIN_STATE"/>
                    </mm:key>            	    
                </mm:command>
            </mm:action>
        </mm:event>
        
    </mm:suite>   
</mm:content>