[ML Agent] Add daemon process code for ML Service accepted/tizen/unified/20220707.133447 submit/tizen/20220706.100329
authorSangjung Woo <sangjung.woo@samsung.com>
Thu, 16 Jun 2022 11:35:05 +0000 (20:35 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 5 Jul 2022 00:28:13 +0000 (09:28 +0900)
commitf7960641be672e1132b4dd7977ad2f65be23a95b
treeb1f2a122c3464b9f5c0c00b4ccd8340e8c679857
parent35018108aae17f9b03e5f75f175f958ba4f97480
[ML Agent] Add daemon process code for ML Service

This patch newly adds the daemon process for ML Service. It provides a
basic template code so developers can add DBus interface and its service
code.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
17 files changed:
daemon/gdbus-util.c [new file with mode: 0644]
daemon/includes/common.h [new file with mode: 0644]
daemon/includes/dbus-interface.h [new file with mode: 0644]
daemon/includes/gdbus-util.h [new file with mode: 0644]
daemon/includes/log.h [new file with mode: 0644]
daemon/includes/modules.h [new file with mode: 0644]
daemon/main.c [new file with mode: 0644]
daemon/meson.build [new file with mode: 0644]
daemon/modules.c [new file with mode: 0644]
dbus/machine-learning-agent.conf.in [new file with mode: 0644]
dbus/machine-learning-agent.service.in [new file with mode: 0644]
dbus/org.tizen.machinelearning.service.service.in [new file with mode: 0644]
dbus/pipeline-dbus.xml [new file with mode: 0644]
meson.build
meson_options.txt
packaging/machine-learning-agent.manifest [new file with mode: 0644]
packaging/machine-learning-api.spec