summaryrefslogtreecommitdiffstats
path: root/build/package/root/config.xml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-14 14:07:03 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-14 14:07:18 +0900
commitce5f8895a92fda1d8d22a38d54d30cd74a326496 (patch)
tree657071945085119e475888886ad98849eaa8483d /build/package/root/config.xml
parent9ee98a06160ee2b234e92db70eb18e128fc76e5d (diff)
add hudspeed
Diffstat (limited to 'build/package/root/config.xml')
-rw-r--r--build/package/root/config.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/build/package/root/config.xml b/build/package/root/config.xml
deleted file mode 100644
index 302af41..0000000
--- a/build/package/root/config.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" id="video" version="0.1">
- <name>video</name>
- <icon src="icon.svg"/>
- <content src="bin/video" type="application/vnd.agl.native"/>
- <description>This is the turn-by-turn navigation application. </description>
- <author>TOYOTA</author>
- <license>APL 2.0</license>
- <feature name="urn:AGL:widget:required-api">
- <param name="windowmanager" value="ws"/>
- <param name="homescreen" value="ws"/>
- <param name="naviapi" value="ws"/>
- </feature>
- <feature name="urn:AGL:widget:required-permission">
- <param name="urn:AGL:permission::public:no-htdocs" value="required" />
- </feature>
-</widget>