Implement tpk backend library 43/97443/12 accepted/tizen/3.0/common/20161124.181943 accepted/tizen/3.0/ivi/20161124.030511 accepted/tizen/3.0/mobile/20161124.030352 accepted/tizen/3.0/tv/20161124.030425 accepted/tizen/3.0/wearable/20161124.030449 accepted/tizen/common/20161125.095050 accepted/tizen/ivi/20161125.004128 accepted/tizen/mobile/20161125.003522 accepted/tizen/tv/20161125.003855 accepted/tizen/wearable/20161125.004007 submit/tizen/20161124.000829 submit/tizen_3.0/20161123.114701
authorSangyoon Jang <s89.jang@samsung.com>
Tue, 7 Jun 2016 11:12:53 +0000 (20:12 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Tue, 22 Nov 2016 05:58:17 +0000 (14:58 +0900)
commitf73b2d0413f87e587ed18717712e1d66135b7677
tree4e716894ec68173b25df15c00545cb743a99b1a8
parentf372522bafbd5cde9b51ba51580308a0677e65d1
Implement tpk backend library

This backend library is for getting package information from file.
The functions are called by dlsym from pkgmgr_client api.
(Refer to: https://review.tizen.org/gerrit/73286)

Change-Id: I81d302854c73d1975bc3ce3e3bc5d13b2089812b
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
CMakeLists.txt
packaging/tpk-backend.spec
src/CMakeLists.txt
src/lib/CMakeLists.txt [new file with mode: 0644]
src/lib/tpk_archive_info.cc [new file with mode: 0644]
src/lib/tpk_archive_info.h [new file with mode: 0644]
src/lib/tpk_pkgmgr.cc [new file with mode: 0644]