Add privacy feature and deprecate redundant API 29/172029/10 accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20181102.020511 accepted/tizen/unified/20180508.071603 submit/tizen/20180503.050452 submit/tizen/20180508.005813 submit/tizen/20180508.011915 submit/tizen_5.0/20181101.000004
authorYunjin Lee <yunjin-.lee@samsung.com>
Fri, 9 Mar 2018 05:33:51 +0000 (14:33 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Tue, 24 Apr 2018 07:55:11 +0000 (16:55 +0900)
commitcd8a2ebff736db5e568717f612d0402f5dcc5440
tree0413943d346721eac7469b616e83ea2089c950be
parent28462ed7c309cdc270fb31d207e645ce12d4a4c4
Add privacy feature and deprecate redundant API

- Add privacy feature to distinguish profiles that are not supporting
privacy feature

- Add error enum PRVINFO_ERROR_NOT_SUPPORTED

- Deprecate privilege_info_get_privacy_privilege_status() since the same
function is provided at privacy_privilege_manager(ppm_check_permission()).

Change-Id: Ica1cd1eef95f9ff00f951bc96f50b5d45b90c4cb
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
doc/privilege-info_doc.h
packaging/privilege-info.spec
src/CMakeLists.txt
src/include/privilege_information.h
src/privilege_info.c
test/tc_privilege_info.c