Fix link to main page and update documents.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
+
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright [yyyy] [name of copyright owner]
+ Copyright [2022] [Samsung Electronics Co., Ltd.]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
* @file common.h
* @date 25 June 2022
* @brief Internal common header of Machine Learning agent daemon
- * @see https://github.com/nnstreamer/api
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
* @author Sangjung Woo <sangjung.woo@samsung.com>
* @bug No known bugs except for NYI items
*
* @file dbus-interface.h
* @date 25 June 2022
* @brief Internal header for the definition of DBus node and interfaces.
- * @see https://github.com/nnstreamer/api
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
* @author Sangjung Woo <sangjung.woo@samsung.com>
* @bug No known bugs except for NYI items
*
/**
* Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
*
- * @file gdbus-util.c
- * @date 25 June 2022
- * @brief Internal GDbus utility wrapper of Machine Learning agent daemon
- * @see https://github.com/nnstreamer/api
- * @author Sangjung Woo <sangjung.woo@samsung.com>
- * @bug No known bugs except for NYI items
+ * @file gdbus-util.c
+ * @date 25 June 2022
+ * @brief Internal GDbus utility wrapper of Machine Learning agent daemon
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
+ * @author Sangjung Woo <sangjung.woo@samsung.com>
+ * @bug No known bugs except for NYI items
*/
#include <errno.h>
* @file gdbus-util.h
* @date 25 June 2022
* @brief Internal GDbus utility header of Machine Learning agent daemon
- * @see https://github.com/nnstreamer/api
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
* @author Sangjung Woo <sangjung.woo@samsung.com>
* @bug No known bugs except for NYI items
*
* @file ml-agent-interface.h
* @date 5 April 2023
* @brief A set of exported ml-agent interfaces for managing pipelines, models, and other service.
- * @see https://github.com/nnstreamer/api
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
* @author Wook Song <wook16.song@samsung.com>
* @bug No known bugs except for NYI items
*/
* @file log.h
* @date 25 June 2022
* @brief Internal log header of Machine Learning agent daemon
- * @see https://github.com/nnstreamer/api
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
* @author Sangjung Woo <sangjung.woo@samsung.com>
* @bug No known bugs except for NYI items
*
/**
* Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
*
- * @file main.c
- * @date 25 June 2022
- * @brief core module for the Machine Learning agent daemon
- * @see https://github.com/nnstreamer/api
- * @author Sangjung Woo <sangjung.woo@samsung.com>
- * @bug No known bugs except for NYI items
+ * @file main.c
+ * @date 25 June 2022
+ * @brief Core module for the Machine Learning agent
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
+ * @author Sangjung Woo <sangjung.woo@samsung.com>
+ * @bug No known bugs except for NYI items
*/
#include <stdio.h>
+/* SPDX-License-Identifier: Apache-2.0 */
/**
* @file ml-agent-interface.c
* @date 5 April 2023
* @brief A set of exported ml-agent interfaces for managing pipelines, models, and other service.
- * @see https://github.com/nnstreamer/api
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
* @author Wook Song <wook16.song@samsung.com>
* @bug No known bugs except for NYI items
*/
libdir=@LIB_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_DIR@
-Name: ml-agent-service
-Description: Development headers and libraries for interfaces provided by Machine Learning Agent Service
+Name: ml-agent
+Description: Development headers and libraries for interfaces provided by Machine Learning Agent
Version: @VERSION@
Libs: -L${libdir} -lml-agent
Cflags: -I${includedir}/ml-agent
/**
* Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
*
- * @file model-dbus-impl.cc
- * @date 29 Jul 2022
- * @brief DBus implementation for Model Interface
- * @see https://github.com/nnstreamer/api
- * @author Sangjung Woo <sangjung.woo@samsung.com>
- * @bug No known bugs except for NYI items
+ * @file model-dbus-impl.cc
+ * @date 29 Jul 2022
+ * @brief DBus implementation for Model Interface
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
+ * @author Sangjung Woo <sangjung.woo@samsung.com>
+ * @bug No known bugs except for NYI items
*/
#include <errno.h>
/**
* Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
*
- * @file modules.c
- * @date 25 June 2022
- * @brief NNStreamer/Utilities C-API Wrapper.
- * @see https://github.com/nnstreamer/api
- * @author Sangjung Woo <sangjung.woo@samsung.com>
- * @bug No known bugs except for NYI items
+ * @file modules.c
+ * @date 25 June 2022
+ * @brief Internal module utility header of Machine Learning agent daemon
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
+ * @author Sangjung Woo <sangjung.woo@samsung.com>
+ * @bug No known bugs except for NYI items
*/
#include <glib.h>
* @file modules.h
* @date 25 June 2022
* @brief Internal module utility header of Machine Learning agent daemon
- * @see https://github.com/nnstreamer/api
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
* @author Sangjung Woo <sangjung.woo@samsung.com>
* @bug No known bugs except for NYI items
*
* @file pipeline-dbus-impl.cc
* @date 20 Jul 2022
* @brief Implementation of pipeline dbus interface.
- * @see https://github.com/nnstreamer/api
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
* @author Yongjoo Ahn <yongjoo1.ahn@samsung.com>
* @bug No known bugs except for NYI items
* @details
*
* @file pkg-mgr.cc
* @date 16 Feb 2023
- * @brief NNStreamer/Utilities C-API Wrapper.
- * @see https://github.com/nnstreamer/api
+ * @brief Internal package manager utility header of Machine Learning agent daemon
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
* @author Sangjung Woo <sangjung.woo@samsung.com>
* @bug No known bugs except for NYI items
*/
* @file pkg-mgr.h
* @date 16 Feb 2023
* @brief Internal package manager utility header of Machine Learning agent daemon
- * @see https://github.com/nnstreamer/api
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
* @author Sangjung Woo <sangjung.woo@samsung.com>
* @bug No known bugs except for NYI items
*
/**
* Copyright (c) 2023 Samsung Electronics Co., Ltd. All Rights Reserved.
*
- * @file resource-dbus-impl.cc
- * @date 17 July 2023
- * @brief DBus implementation for Resource Interface
- * @see https://github.com/nnstreamer/api
- * @author Sangjung Woo <sangjung.woo@samsung.com>
- * @bug No known bugs except for NYI items
+ * @file resource-dbus-impl.cc
+ * @date 17 July 2023
+ * @brief DBus implementation for Resource Interface
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
+ * @author Sangjung Woo <sangjung.woo@samsung.com>
+ * @bug No known bugs except for NYI items
*/
#include <errno.h>
/**
* Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
*
- * @file service-db.cc
- * @date 29 Jul 2022
- * @brief Database implementation of NNStreamer/Service C-API
- * @see https://github.com/nnstreamer/api
- * @author Sangjung Woo <sangjung.woo@samsung.com>
- * @bug No known bugs except for NYI items
+ * @file service-db.cc
+ * @date 29 Jul 2022
+ * @brief Database implementation of ML Agent
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
+ * @author Sangjung Woo <sangjung.woo@samsung.com>
+ * @bug No known bugs except for NYI items
*/
#include "service-db.hh"
/**
* Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
*
- * @file service-db.hh
- * @date 28 Mar 2022
- * @brief NNStreamer/Service Database Interface
- * @see https://github.com/nnstreamer/api
- * @author Sangjung Woo <sangjung.woo@samsung.com>
- * @bug No known bugs except for NYI items
+ * @file service-db.hh
+ * @date 28 Mar 2022
+ * @brief NNStreamer/Service Database Interface
+ * @see https://github.com/nnstreamer/deviceMLOps.MLAgent
+ * @author Sangjung Woo <sangjung.woo@samsung.com>
+ * @bug No known bugs except for NYI items
*/
#ifndef __SERVICE_DB_HH__
<busconfig>
<policy user="root">
<allow send_destination="org.tizen.machinelearning.service"
- send_interface="org.tizen.machinelearning.service.pipeline"/>
+ send_interface="org.tizen.machinelearning.service.pipeline"/>
</policy>
<policy user="service_fw">
<allow own="org.tizen.machinelearning.service"/>
</policy>
<policy context="default">
- <deny own="org.tizen.machinelearning.service"/>
- <deny send_destination="org.tizen.machinelearning.service"/>
-
- <allow send_destination="org.tizen.machinelearning.service"/>
+ <deny own="org.tizen.machinelearning.service"/>
+ <deny send_destination="org.tizen.machinelearning.service"/>
+ <allow send_destination="org.tizen.machinelearning.service"/>
</policy>
</busconfig>