support resource manager API. 18/40218/2
authorJiwoong Im <jiwoong.im@samsung.com>
Mon, 1 Jun 2015 05:23:24 +0000 (14:23 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Mon, 1 Jun 2015 06:41:53 +0000 (23:41 -0700)
commitfe4720fe7d4098b799bf8cf385eddbbec605dec2
treeceea99cad24e1d11552b3c26c6c7c22590274aa4
parent8583ce7d78e284d47f68fc5ee70fc8adb9c72d67
support resource manager API.

Provides interfaces to check and insert resource.xml and get resource
data of specific package from db.

JIRA ticket : TC-2491

Change-Id: Ibd30c9840af30e877caec8d2cf4ba73c72092b45
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
12 files changed:
CMakeLists.txt
include/pkgmgrinfo_resource.h [new file with mode: 0755]
packaging/pkgmgr-info.spec
parser/CMakeLists.txt
parser/pkgmgr_parser.h
parser/pkgmgr_parser_db.c
parser/pkgmgr_parser_resource.c [new file with mode: 0755]
parser/pkgmgr_parser_resource.h [new file with mode: 0755]
parser/pkgmgr_parser_resource_db.c [new file with mode: 0755]
parser/pkgmgr_parser_resource_db.h [new file with mode: 0755]
parser/res.xsd.in [new file with mode: 0755]
src/pkgmgrinfo_resource.c [new file with mode: 0644]