Add voice touch intent understanding module 02/281602/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Tue, 6 Sep 2022 12:36:14 +0000 (21:36 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Tue, 20 Sep 2022 04:56:39 +0000 (13:56 +0900)
commit3facbf53c70f95cae5dab87acef290284b71195c
treea766cfa023d9eee7460fb0d693bcb1ca4f9fe54e
parent47965d90b5239afb8fa8677ccd2b2be2dd65bf81
Add voice touch intent understanding module

- Requirement:
IU module needs to handle voice touch event.

- Solution:
This patch adds new class which name is VoiceTouchEngine. This new class
is for handling voice touch event using CommandManager class. In order
to use this new class, this patch also fixes the mmi_iu module refer to
VoiceTouchEngine.

Change-Id: I68195c92faf11b2723a987db9a008000d449f394
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
src/mmimgr/iu/VoiceTouchEngine.cpp [new file with mode: 0644]
src/mmimgr/iu/VoiceTouchEngine.h [new file with mode: 0644]
src/mmimgr/iu/mmi_iu.cpp
src/mmimgr/meson.build