diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-08-25 16:51:16 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-08-25 16:53:22 +0900 |
commit | 4ff6418f145dd4af3a1f5f8b6eba29b958a89521 (patch) | |
tree | b6afcb080f6f92c1639c0ad21231201ad873b950 /src/config.xml | |
parent | 183e61cb341a9bb394b1e933edb66284211ef7e6 (diff) |
By add package folder but forgot copy it to binary directory.
It will cause no config.xml, json in wgt file, and install error.
So return to old version but with custom target name package.
Change-Id: I156f920b8428357ea2fc8b9aa0725b9dee2a1df5
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml new file mode 100644 index 0000000..9f3370a --- /dev/null +++ b/src/config.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<widget xmlns="http://www.w3.org/ns/widgets" id="agl-service-steering-wheel" version="1.0"> + <name>steering-wheel-service</name> + <icon src="icon.png"/> + <content src="config.xml" type="application/vnd.agl.service"/> + <description>The name says it all!</description> + <author>TOYOTA</author> + <license>APL2.0</license> + <feature name="urn:AGL:widget:provided-api"> + <param name="steering-wheel" value="ws" /> + </feature> + <feature name="urn:AGL:widget:required-api"> + <param name="lib/af-steering-wheel-binding.so" value="local" /> + </feature> + <feature name="urn:AGL:widget:required-permission"> + <param name="#target" value="main" /> + <param name="urn:AGL:permission::public:hidden" value="required" /> + </feature> +</widget> + + |