BugFix:TIVI-1991 36/13236/2 accepted/tizen/ivi/20131217.231225 accepted/tizen/ivi/20131219.041641 submit/tizen/20131217.094152 submit/tizen/20131219.042044
authorHayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
Fri, 29 Nov 2013 11:16:38 +0000 (20:16 +0900)
committerHayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
Mon, 2 Dec 2013 04:55:57 +0000 (13:55 +0900)
commit6d614caba3eb583e3cdd7d79f69141cb1bdfc9de
tree13a4015f927253955dffc0a9b89d88c1bc3feef8
parent48b699db73a98b5472ef2db9d04b205262750278
BugFix:TIVI-1991

Change-Id: Idf7a7d9b87a7fa22d49544209ee21081229a6855
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
78 files changed:
CMakeLists.txt
packaging/ico-vic-amb-plugin.changes
packaging/ico-vic-amb-plugin.spec
src/AMBformat.conf
src/CMakeLists.txt
src/abstractconfig.cc
src/ambconfig.cc
src/ambconfig.h
src/ambinterface.cc
src/ambinterface.h
src/config.cc
src/controlwebsocket.cc
src/controlwebsocket.h
src/convert.cc
src/convert.h
src/messageformat.h
src/mwinterface.cc
src/mwinterface.h
src/viccommunicator.cc
tests/AMBformat.conf [new file with mode: 0644]
tests/CMakeLists.txt
tests/app1.cc [new file with mode: 0644]
tests/checkinterspace.awk [new file with mode: 0644]
tests/checkresult.sh [new file with mode: 0755]
tests/configamb.cc [deleted file]
tests/configamb.h [deleted file]
tests/controlwebsocketclient.cc
tests/controlwebsocketclient.h
tests/controlwebsocketclientapp.cc [deleted file]
tests/controlwebsocketclientapp.h [deleted file]
tests/dbustest1.cc [new file with mode: 0644]
tests/dbustest3.cc [new file with mode: 0644]
tests/etc/ambd/AMBformat.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong1.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong10.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong11.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong12.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong13.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong14.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong2.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong3.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong4.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong5.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong6.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong7.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong8.conf [new file with mode: 0644]
tests/etc/ambd/AMBformat_wrong9.conf [new file with mode: 0644]
tests/etc/ambd/config [new file with mode: 0644]
tests/etc/ambd/config.wrong [new file with mode: 0644]
tests/etc/ambd/config.wrong10 [new file with mode: 0644]
tests/etc/ambd/config.wrong11 [new file with mode: 0644]
tests/etc/ambd/config.wrong12 [new file with mode: 0644]
tests/etc/ambd/config.wrong13 [new file with mode: 0644]
tests/etc/ambd/config.wrong14 [new file with mode: 0644]
tests/etc/ambd/config.wrong15 [new file with mode: 0644]
tests/etc/ambd/config.wrong2 [new file with mode: 0644]
tests/etc/ambd/config.wrong3 [new file with mode: 0644]
tests/etc/ambd/config.wrong4 [new file with mode: 0644]
tests/etc/ambd/config.wrong5 [new file with mode: 0644]
tests/etc/ambd/config.wrong6 [new file with mode: 0644]
tests/etc/ambd/config.wrong7 [new file with mode: 0644]
tests/etc/ambd/config.wrong8 [new file with mode: 0644]
tests/etc/ambd/config.wrong9 [new file with mode: 0644]
tests/logresult.cc [new file with mode: 0644]
tests/logresult.h [new file with mode: 0644]
tests/mwscenario.cc [deleted file]
tests/scenarioengine.cc [deleted file]
tests/scenarioengine.h [deleted file]
tests/standardjsonmessage.cc [deleted file]
tests/standardjsonmessage.h [deleted file]
tests/standardvehicleinfo.txt [new file with mode: 0644]
tests/startTestSuite.sh [deleted file]
tests/vic1.cc [new file with mode: 0644]
tests/vic3.cc [new file with mode: 0644]
tests/vicreset.cc [new file with mode: 0644]
tests/vicseq.cc [new file with mode: 0644]
tests/websocketscenario.cc [deleted file]
tool/ico_set_vehicleinfo.c