[tuxdroid-svn] r5296 - software_suite_v3/software/plugin/plugin-battery/trunk/resources
Status: Beta
Brought to you by:
ks156
|
From: gwadavel <c2m...@c2...> - 2009-08-07 15:25:20
|
Author: gwadavel Date: 2009-08-07 17:25:04 +0200 (Fri, 07 Aug 2009) New Revision: 5296 Added: software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.xml Log: Added: software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.xml (rev 0) +++ software_suite_v3/software/plugin/plugin-battery/trunk/resources/plugin.xml 2009-08-07 15:25:04 UTC (rev 5296) @@ -0,0 +1,25 @@ +<plugin> + <interpreter + kind="python"> + <executable>executables/plugin-battery.py</executable> + </interpreter> + <description> + <name>Battery Level</name> + <ttsName>Battery Level</ttsName> + <description>Says battery level</description> + <author>Gwadavel</author> + <version>0.0.1</version> + <iconFile>resources/battery.png</iconFile> + <executionMode>command</executionMode> + <uuid>868a9389-01a9-4a8c-b63e-68414d154798</uuid> + <platform>all</platform> + </description> + <commands> + <command + name="run" + description="Says the battery level and it's state" + daemon="false" /> + </commands> + <tasks> + </tasks> +</plugin> |