tizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.080320 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:15:51 +0000 (22:15 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:15:51 +0000 (22:15 +0900)
commitd3c08281f58b97f127f0f126b07c0a25a7144f3d
tree32f60794bb7ad8549e7fe796c092ff0345d1237a
parent561c1dbb17157e48747f3e50264ff024de177b6f
tizen 2.3.1 release
50 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0644]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0755]
debian/control [new file with mode: 0755]
debian/copyright [new file with mode: 0755]
debian/dirs [new file with mode: 0755]
debian/pkgmgr-info-dev.install.in [new file with mode: 0755]
debian/pkgmgr-info.install.in [new file with mode: 0755]
debian/rules [new file with mode: 0755]
dump_pkgmgr.sh.in [new file with mode: 0644]
images/SLP_pkgmgr_info.png [new file with mode: 0755]
images/SLP_pkgmgr_parser.png [new file with mode: 0755]
include/SLP_pkgmgr_info_PG.h [new file with mode: 0755]
include/pkgmgr-info.h [new file with mode: 0755]
include/pkgmgrinfo_basic.h [new file with mode: 0644]
include/pkgmgrinfo_debug.h [new file with mode: 0644]
include/pkgmgrinfo_feature.h [new file with mode: 0755]
include/pkgmgrinfo_private.h [new file with mode: 0644]
include/pkgmgrinfo_type.h [new file with mode: 0755]
packaging/pkgmgr-info.spec [new file with mode: 0755]
parser/CMakeLists.txt [new file with mode: 0755]
parser/build.sh [new file with mode: 0755]
parser/manifest.xsd.in [new file with mode: 0755]
parser/pkgmgr-parser.pc.in [new file with mode: 0755]
parser/pkgmgr_parser.c [new file with mode: 0755]
parser/pkgmgr_parser.h [new file with mode: 0755]
parser/pkgmgr_parser_db.c [new file with mode: 0755]
parser/pkgmgr_parser_db.h [new file with mode: 0755]
parser/pkgmgr_parser_db_util.c [new file with mode: 0644]
parser/pkgmgr_parser_db_util.h [new file with mode: 0644]
parser/pkgmgr_parser_feature.c [new file with mode: 0755]
parser/pkgmgr_parser_feature.h [new file with mode: 0755]
parser/pkgmgr_parser_internal.h [new file with mode: 0755]
parser/pkgmgr_parser_plugin.c [new file with mode: 0644]
parser/pkgmgr_parser_plugin.h [new file with mode: 0644]
parser/pkgmgr_parser_plugin_list.txt.in [new file with mode: 0644]
parser/xml.xsd.in [new file with mode: 0755]
parser_path.conf.in [new file with mode: 0755]
pkgmgr-info.manifest.in [new file with mode: 0644]
pkgmgr-info.pc.in [new file with mode: 0755]
pkgmgr-parser.manifest.in [new file with mode: 0755]
src/pkgmgrinfo_appinfo.c [new file with mode: 0755]
src/pkgmgrinfo_basic.c [new file with mode: 0644]
src/pkgmgrinfo_certinfo.c [new file with mode: 0644]
src/pkgmgrinfo_client.c [new file with mode: 0644]
src/pkgmgrinfo_db.c [new file with mode: 0644]
src/pkgmgrinfo_feature.c [new file with mode: 0644]
src/pkgmgrinfo_pkginfo.c [new file with mode: 0644]
src/pkgmgrinfo_private.c [new file with mode: 0755]