Add new API for getting privilege info as list 73/196073/8 accepted/tizen/unified/20190128.061507 submit/tizen/20190122.110325
authorYunjin Lee <yunjin-.lee@samsung.com>
Fri, 21 Dec 2018 04:37:23 +0000 (13:37 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Fri, 18 Jan 2019 07:25:59 +0000 (16:25 +0900)
commitae5b9ecb314c27e4ab1dc1f04f2ca72b58060145
treea058edb57d9ef1837132f5a2c9e128665209b9e7
parentcd8a2ebff736db5e568717f612d0402f5dcc5440
Add new API for getting privilege info as list

- Add API to get privilege info list of the given locale and privileges
- Add struct for privilege info including privilege name, display name,
   and desciprtion.
- Add enum to indicate the result of getting privilege info

Change-Id: I359e51d734872b8a83b0b2fb9b821546c2404e28
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
packaging/privilege-info.spec
src/CMakeLists.txt
src/include/privilege_information.h
src/privilege_information.c [moved from src/privilege_info.c with 72% similarity]
test/tc_privilege_info.c