Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:46:37 +0000 (01:46 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:46:37 +0000 (01:46 +0900)
commit9ef8cd52666581c48e3fb5237d680dccee34ab2a
treeacbec75b32fc54708e5b2771ae86966c1becd024
parentecd7b839c53cedbed2e3aef24466f648367c613f
Tizen 2.1 base
32 files changed:
CMakeLists.txt [new file with mode: 0755]
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]
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-internal.h [new file with mode: 0755]
include/pkgmgr-info.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_internal.h [new file with mode: 0755]
parser/preload_list.txt.in [new file with mode: 0755]
parser/xml.xsd.in [new file with mode: 0755]
parser_path.conf.in [new file with mode: 0755]
pkgmgr-info.manifest [new file with mode: 0644]
pkgmgr-info.pc.in [new file with mode: 0755]
pkgmgr-parser.manifest [new file with mode: 0755]
src/pkgmgr-info-internal.c [new file with mode: 0755]
src/pkgmgr-info.c [new file with mode: 0755]