Add checker for feature and privilege to engine API 99/288899/3
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 24 Feb 2023 07:35:02 +0000 (16:35 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 2 Mar 2023 08:30:45 +0000 (17:30 +0900)
commitb87a1f411bc46d3c4ccb82223720ebe0a3ccb76d
treefad3ea1dfb7fd6e47b18ef93ac5d01f06811db54
parent40c07a4f92845270d635041509a16a3b34211ca2
Add checker for feature and privilege to engine API

- Issue:
The engine API did not check feature and privilege of the application
even if it was described on header file.

- Solution:
This patch adds new logic for checking the feature and privilege for
using STT. Through this patch, engine API can return error values about
feature and privilege.

Change-Id: I4423ecac6a2ef20c92c535252bdd401e899b34f9
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
include/stte.h
server/sttd_main.h
server/stte.c