summaryrefslogtreecommitdiffstats
path: root/demo3/horizontal/tachometer/package/config.xml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:44:57 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:44:57 +0900
commit0709fc32997c6e83b49e1311b000ba9717b87fb6 (patch)
treeb6b6a233cd5f0f28531af2d1e68d763967d58263 /demo3/horizontal/tachometer/package/config.xml
parentdbc04daef11fe8ed0743d37a0b2ad63245c57dde (diff)
Add tachometer for horizontal mode
Add tachometer for horizontal mode. Change-Id: Ia5ae863dc1b2bfc6c282015c5c01a47c60cc429c Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'demo3/horizontal/tachometer/package/config.xml')
-rw-r--r--demo3/horizontal/tachometer/package/config.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/demo3/horizontal/tachometer/package/config.xml b/demo3/horizontal/tachometer/package/config.xml
new file mode 100644
index 0000000..08fd98c
--- /dev/null
+++ b/demo3/horizontal/tachometer/package/config.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" id="tachometer" version="0.1">
+ <name>tachometer</name>
+ <icon src="icon.svg"/>
+ <content src="bin/tachometer" type="application/vnd.agl.native"/>
+ <description>This is a demo application</description>
+ <author>TOYOTA</author>
+ <license>APL 2.0</license>
+ <feature name="urn:AGL:widget:required-api">
+ <param name="low-can" value="ws" />
+ <param name="windowmanager" value="ws"/>
+ <param name="homescreen" value="ws"/>
+ </feature>
+ <feature name="urn:AGL:widget:required-permission">
+ <param name="urn:AGL:permission::system:run-by-default" value="required"/>
+ <param name="urn:AGL:permission::public:no-htdocs" value="required" />
+ </feature>
+</widget>
+
+