homescreenplugins/videosuiteconf/data/suite.xml
changeset 0 96612d01cf9f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/homescreenplugins/videosuiteconf/data/suite.xml	Mon Jan 18 20:21:12 2010 +0200
@@ -0,0 +1,63 @@
+<?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>
+