ua-daemon: Add support for product API's 92/253392/1 submit/tizen/20210210.041708
authorAbhay Agarwal <ay.agarwal@samsung.com>
Tue, 9 Feb 2021 06:18:59 +0000 (11:48 +0530)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Tue, 9 Feb 2021 10:50:06 +0000 (16:20 +0530)
commita66cfd435ff3079865023a08079a280940f484b9
treea661544266552a98e475c4a8fc7a07c50c2df97b
parent7a47f921ef2e02cb89c633370eb1ce9dbe6e71bd
ua-daemon: Add support for product API's

This patch adds support in ua-daemon to handle product API's.

Change-Id: Ic37f326f04bbcdd6c67734ae5ae7f48ab677afa7
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
packaging/ua-manager.conf
ua-daemon/CMakeLists.txt
ua-daemon/include/ua-manager-common.h
ua-daemon/product/include/ua-manager-common-product.h [new file with mode: 0644]
ua-daemon/product/include/ua-manager-core-product.h [new file with mode: 0644]
ua-daemon/product/ua-manager-common-product.c [new file with mode: 0644]
ua-daemon/product/ua-manager-core-product.c [new file with mode: 0755]
ua-daemon/product/ua-manager-event-sender-product.c [new file with mode: 0644]
ua-daemon/product/ua-manager-request-handler-product.c [new file with mode: 0755]
ua-daemon/src/ua-manager-main.c
ua-daemon/src/ua-manager-request-handler.c