[Build/Pkg] Rename spec and manifest files
authorSangjung Woo <sangjung.woo@samsung.com>
Mon, 5 Feb 2024 08:53:32 +0000 (17:53 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 8 Feb 2024 07:20:48 +0000 (16:20 +0900)
commitae8847aeab1a32c300a31d303b6af863131b1c15
treeee31cdab516e3a0ebf6bcf3fbe238c52ce887cab
parentd029510a0abdc4c6e1184669303af3b1f9b65971
[Build/Pkg] Rename spec and manifest files

This patch renames spec and manifest files to mlops-agent.spec and
mlops-agent.manifest. It also update the package name with the'mlops-agent'.
However, the name of D-Bus service is not changed since this channel is
also used as Service API.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
15 files changed:
daemon/include/meson.build
daemon/include/mlops-agent-interface.h [moved from daemon/include/ml-agent-interface.h with 98% similarity]
daemon/meson.build
daemon/mlops-agent-interface.c [moved from daemon/ml-agent-interface.c with 99% similarity]
daemon/mlops-agent.pc.in [moved from daemon/ml-agent.pc.in with 62% similarity]
dbus/meson.build
dbus/mlops-agent.conf.in [moved from dbus/machine-learning-agent.conf.in with 100% similarity]
dbus/mlops-agent.service.in [moved from dbus/machine-learning-agent.service.in with 58% similarity]
dbus/org.tizen.machinelearning.service.service.in
packaging/mlops-agent.manifest [moved from packaging/machine-learning-agent.manifest with 100% similarity]
packaging/mlops-agent.spec [moved from packaging/machine-learning-agent.spec with 84% similarity]
tests/daemon/meson.build
tests/daemon/unittest_mlops_agent.cc [moved from tests/daemon/unittest_ml_agent.cc with 99% similarity]
tests/meson.build
tests/services/org.tizen.machinelearning.service.service.in