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/steering_wheel.json | |
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/steering_wheel.json')
-rw-r--r-- | src/steering_wheel.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/steering_wheel.json b/src/steering_wheel.json new file mode 100644 index 0000000..1a5e889 --- /dev/null +++ b/src/steering_wheel.json @@ -0,0 +1,5 @@ +{ + "dev_name": "/dev/input/js0", + "wheel_map": "steering_wheel_map.json", + "gear_para": "gear_shift_para.json" +} |