ua-api: Add support for product API's 91/253391/1
authorAbhay Agarwal <ay.agarwal@samsung.com>
Fri, 5 Feb 2021 09:14:52 +0000 (14:44 +0530)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Tue, 9 Feb 2021 10:49:32 +0000 (16:19 +0530)
commit7a47f921ef2e02cb89c633370eb1ce9dbe6e71bd
treed612cabea51a3fe2bc7201f37acb073ec2124b31
parent7ff7c3a473149a4fa91dc7d69bd811cfa325de14
ua-api: Add support for product API's

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

Change-Id: Ied7769ad1f550a81e643a7ab894625860924c5ba
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
include/product/ua-api-product.h [new file with mode: 0644]
include/product/ua-internal-product.h [new file with mode: 0644]
packaging/ua-manager.spec
ua-api/CMakeLists.txt
ua-api/product/include/ua-common-product.h [new file with mode: 0644]
ua-api/product/include/ua-event-handler-product.h [new file with mode: 0644]
ua-api/product/include/ua-request-sender-product.h [new file with mode: 0644]
ua-api/product/ua-api-product.c [new file with mode: 0644]
ua-api/product/ua-common-product.c [new file with mode: 0644]
ua-api/product/ua-event-handler-product.c [new file with mode: 0644]
ua-api/product/ua-request-sender-product.c [new file with mode: 0644]