From 4ff6418f145dd4af3a1f5f8b6eba29b958a89521 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Fri, 25 Aug 2017 16:51:16 +0900 Subject: Fix problem for not copy package folder 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 --- src/gear_shift_para.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/gear_shift_para.json (limited to 'src/gear_shift_para.json') diff --git a/src/gear_shift_para.json b/src/gear_shift_para.json new file mode 100644 index 0000000..3b58da7 --- /dev/null +++ b/src/gear_shift_para.json @@ -0,0 +1,32 @@ +{ + "GEAR_PARA" : [ + { + "POS" : "First", + "VAL" : "4.12", + }, + { + "POS" : "Second", + "VAL" : "2.84", + }, + { + "POS" : "Third", + "VAL" : "2.28", + }, + { + "POS" : "Fourth", + "VAL" : "1.45", + }, + { + "POS" : "Fifth", + "VAL" : "1.0", + }, + { + "POS" : "Sixth", + "VAL" : "0.69", + }, + { + "POS" : "Reverse", + "VAL" : "3.21", + }, + ] +} \ No newline at end of file -- cgit 1.2.3-korg