summaryrefslogtreecommitdiffstats
path: root/package/root/config.xml
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-06-19 17:33:07 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-06-19 17:33:07 +0800
commit833d0d106df43110e18229c9c654606ebf4b5841 (patch)
treefee603246824de2dd99e5772830536a201246fe6 /package/root/config.xml
parent838d62ed32a6cd6d71c72a7b7b272d672bc7e674 (diff)
Diffstat (limited to 'package/root/config.xml')
-rw-r--r--package/root/config.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/root/config.xml b/package/root/config.xml
new file mode 100644
index 0000000..88835cb
--- /dev/null
+++ b/package/root/config.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" id="gstwayland" version="0.1">
+ <name>gstwayland</name>
+ <icon src="icon.svg"/>
+ <content src="bin/gstwayland" type="application/vnd.agl.native"/>
+ <description>This is a demo application for simple-egl</description>
+ <author>TOYOA</author>
+ <license>APL 2.0 + MIT</license>
+ <feature name="urn:AGL:widget:required-api">
+ <param name="homescreen" value="ws" />
+ <param name="windowmanager" value="ws" />
+ <param name="carlaclient" value="ws" />
+ <param name="low-can" value="ws" />
+ </feature>
+ <feature name="urn:AGL:widget:required-permission">
+ <param name="urn:AGL:permission::public:no-htdocs" value="required" />
+ </feature>
+</widget>