summaryrefslogtreecommitdiffstats
path: root/package/lifecycle/config.xml
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2018-12-03 06:42:52 +0000
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2018-12-03 19:30:20 +0000
commit8c5d363c334474fee33a81837f9ce4e6d2d92cd8 (patch)
treef181a30c7ea4fb072d28ca29d784f843d262cf35 /package/lifecycle/config.xml
parentf0432213c7c40d70fef06f9ceb665463d23b32e6 (diff)
Sort out package of examples
The packages for debug of runxdg were removed because they were not good for example to use xdg-launcher. Some package are added to test AGL LifeCycle Management. Change-Id: Ic82fd1b90eb695d7e6a0c2f62bb21994424ebf51 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'package/lifecycle/config.xml')
-rw-r--r--package/lifecycle/config.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/lifecycle/config.xml b/package/lifecycle/config.xml
new file mode 100644
index 0000000..3006fd0
--- /dev/null
+++ b/package/lifecycle/config.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" id="lifecycle" version="0.1">
+ <name>Test For LifeCycle</name>
+ <icon src="icon.svg"/>
+ <content src="bin/runxdg" type="application/vnd.agl.native"/>
+ <description>Test program for AGL LifeCycle Management</description>
+ <author>Panasonic Corporation</author>
+ <license>MIT</license>
+ <feature name="urn:AGL:widget:required-api">
+ <param name="homescreen" value="ws" />
+ <param name="windowmanager" value="ws" />
+ </feature>
+ <feature name="urn:AGL:widget:required-permission">
+ <param name="urn:AGL:permission::public:no-htdocs" value="required" />
+ </feature>
+</widget>