homescreenplugins/videosuiteconf/data/suite.xml
branchRCL_3
changeset 10 112a725ff2c2
parent 9 5294c000a26d
child 11 8970fbd719ec
--- a/homescreenplugins/videosuiteconf/data/suite.xml	Mon Mar 15 12:40:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,63 +0,0 @@
-<?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>
-