MLAgent: Introduce libml-agentd
authorWook Song <wook16.song@samsung.com>
Fri, 14 Apr 2023 06:57:08 +0000 (15:57 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Wed, 26 Apr 2023 05:08:58 +0000 (14:08 +0900)
commit70408b9aa19adf9e5af598f298b50505059cb7c4
tree9a3292e868a466c7dbc6dd61d1488d4a9b371106
parent7fedd5a3bb53dff09e98eb89afce44ff393e970a
MLAgent: Introduce libml-agentd

This patch defines APIs of the ML Agent Daemon whose backend is GDBus
and exports them to the outer space of the daemon so that the tightly
coupled dependency between the libcapi-ml-service and daemon is
eliminated.

Signed-off-by: Wook Song <wook16.song@samsung.com>
12 files changed:
c/src/meson.build
c/src/ml-api-service-agent-client.c
c/src/ml-api-service-common.c
daemon/includes/meson.build [new file with mode: 0644]
daemon/includes/ml-agent-dbus-interface.h [new file with mode: 0644]
daemon/meson.build
daemon/ml-agent-dbus-interface.c [new file with mode: 0644]
packaging/machine-learning-api.spec
tests/capi/meson.build
tests/daemon/meson.build
tests/dbus/meson.build
tests/meson.build