summaryrefslogtreecommitdiffstats
path: root/demo3/vertical/restriction/package/config.xml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 13:01:56 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 13:01:56 +0900
commit36fe083c39bef0a17328f008d4935a562efa123b (patch)
tree2aeff4166711be57aa79cad0bf9b74f0468f5dd0 /demo3/vertical/restriction/package/config.xml
parent990474de8e93bf295e2aa65610c5298c4faac364 (diff)
This applciation is used to display restriction text, When car is running and videoplayer is showing. Change-Id: If8f287cd129638ccc0c87d03cc9dc7c53953f916 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'demo3/vertical/restriction/package/config.xml')
-rw-r--r--demo3/vertical/restriction/package/config.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/demo3/vertical/restriction/package/config.xml b/demo3/vertical/restriction/package/config.xml
new file mode 100644
index 0000000..1d0e571
--- /dev/null
+++ b/demo3/vertical/restriction/package/config.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" id="restriction" version="0.1">
+ <name>restriction</name>
+ <icon src="icon.svg"/>
+ <content src="bin/restriction" type="application/vnd.agl.native"/>
+ <description>This is a demo application for Restriction</description>
+ <author>TOYOTA</author>
+ <license>APL 2.0</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" />
+ <param name="urn:AGL:permission::system:run-by-default" value="required" />
+ </feature>
+</widget>