[VoiceControl] Add new web APIs for voice control 85/156385/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 19 Jun 2017 02:43:03 +0000 (11:43 +0900)
committerSzymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Wed, 18 Oct 2017 07:51:11 +0000 (07:51 +0000)
commit6aa8dfa49202bd3b2586e482cd347e4cbadc38ae
tree202eb471fcf0237652610495c3d6561fe29e7155
parentc1308d3e3c69652baa51932e5c5c9c5b28c1fcbf
[VoiceControl] Add new web APIs for voice control

Change-Id: I497d96e45158b398189761952953cfc6253c7698
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
12 files changed:
packaging/webapi-plugins.spec
src/tizen-wrt.gyp
src/voicecontrol/voicecontrol.gyp [new file with mode: 0755]
src/voicecontrol/voicecontrol_api.js [new file with mode: 0755]
src/voicecontrol/voicecontrol_client.cc [new file with mode: 0755]
src/voicecontrol/voicecontrol_client.h [new file with mode: 0755]
src/voicecontrol/voicecontrol_extension.cc [new file with mode: 0755]
src/voicecontrol/voicecontrol_extension.h [new file with mode: 0755]
src/voicecontrol/voicecontrol_instance.cc [new file with mode: 0755]
src/voicecontrol/voicecontrol_instance.h [new file with mode: 0755]
src/voicecontrol/voicecontrol_util.cc [new file with mode: 0755]
src/voicecontrol/voicecontrol_util.h [new file with mode: 0755]