Add new class for managing pre-defined commands 94/283794/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 12 Oct 2022 07:29:10 +0000 (16:29 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Thu, 3 Nov 2022 05:44:38 +0000 (14:44 +0900)
commit53e7d953efe0cc82e48e1fc57e108c54a6fc3c3b
tree9f98b91ad99cea870a119f31ecadf54bc4fd7281
parent62904e40852085effda97195b00439f010568e01
Add new class for managing pre-defined commands

- Requirements:
IU modules needs to manage pre-defined commands according to each
language.

- Solution:
Pre-defined commands can be extended by the language and actions. Thus,
this patch adds new class for manage pre-defined commands. This new
class provides interface for easily using pre-definfed commands.

Change-Id: I9d9bf09fa603af4f1f565f6f26be437b30e87712
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
packaging/mmi-manager.spec
src/mmimgr/iu/PreDefinedCommands.cpp [new file with mode: 0644]
src/mmimgr/iu/PreDefinedCommands.h [new file with mode: 0644]
src/mmimgr/meson.build
src/mmimgr/res/voice_touch_commands.json [new file with mode: 0644]