Add pkg update info features 64/121964/23
authorJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 29 Mar 2017 12:52:35 +0000 (21:52 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 20 Apr 2017 00:41:56 +0000 (17:41 -0700)
commit16b761668dd29109d880d8c119bcad58b70c51cb
treecaad1edaa14b591d15d94a7b0aa5240c1e31cce0
parent6b7a6f903afb575920f322489e481aa78c18c1d3
Add pkg update info features

- Provides methods to register, unregister, get update info of certain pkg
- Provides methods to clear update infos of all pkgs including global pkgs
  whether caller is admin user or not.

Related changes:
[pkgmgr-server] : https://review.tizen.org/gerrit/122067
[slp-pkgmgr] : https://review.tizen.org/gerrit/122068

Change-Id: I70c55bf1ed8878a2ec254e79752d9863daef5511
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
include/pkgmgr-info.h
include/pkgmgrinfo_basic.h
include/pkgmgrinfo_type.h
parser/include/pkgmgr_parser_db.h
parser/src/pkgmgr_parser_db.c
src/pkgmgrinfo_updateinfo.c [new file with mode: 0644]