tizen beta release
authorKibum Kim <kb0929.kim@samsung.com>
Mon, 27 Feb 2012 12:16:42 +0000 (21:16 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Mon, 27 Feb 2012 12:16:42 +0000 (21:16 +0900)
commit7369e120bc65aebeb345bc118587bb8a32d5b08b
tree241edf5e73a3a9d73402effa8176a05846a4e5fe
tizen beta release
92 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
client/include/package-manager.h [new file with mode: 0755]
client/include/pkgmgr-api.h [new file with mode: 0755]
client/include/pkgmgr-info.h [new file with mode: 0755]
client/include/pkgmgr-internal.h [new file with mode: 0755]
client/src/pkgmgr-info.c [new file with mode: 0755]
client/src/pkgmgr-internal.c [new file with mode: 0755]
client/src/pkgmgr.c [new file with mode: 0755]
comm/CMakeLists.txt [new file with mode: 0755]
comm/SLP_package_manager_frontend_backend_PG.h [new file with mode: 0755]
comm/build.sh [new file with mode: 0755]
comm/comm_client.c [new file with mode: 0755]
comm/comm_client.h [new file with mode: 0755]
comm/comm_client_dbus.c [new file with mode: 0755]
comm/comm_config.h [new file with mode: 0755]
comm/comm_pkg_mgr.xml [new file with mode: 0644]
comm/comm_pkg_mgr_server.c [new file with mode: 0755]
comm/comm_pkg_mgr_server.h [new file with mode: 0755]
comm/comm_socket.c [new file with mode: 0755]
comm/comm_socket.h [new file with mode: 0755]
comm/comm_socket_client.c [new file with mode: 0755]
comm/comm_socket_client.h [new file with mode: 0755]
comm/comm_status_broadcast.xml [new file with mode: 0644]
comm/comm_status_broadcast_server.c [new file with mode: 0755]
comm/comm_status_broadcast_server.h [new file with mode: 0755]
comm/comm_status_broadcast_server_dbus.c [new file with mode: 0755]
comm/comm_status_broadcast_signal_marshaller.list [new file with mode: 0644]
comm/error_report.h [new file with mode: 0755]
comm/pkgmgr-installer-client.pc.in [new file with mode: 0644]
comm/pkgmgr-installer-status-broadcast-server.pc.in [new file with mode: 0644]
comm/pkgmgr-installer.pc.in [new file with mode: 0755]
comm/pkgmgr_installer.c [new file with mode: 0755]
comm/pkgmgr_installer.h [new file with mode: 0755]
comm/pkgmgr_installer_config.h [new file with mode: 0755]
comm/test/CMakeLists.txt [new file with mode: 0755]
comm/test/test_comm_client.c [new file with mode: 0755]
comm/test/test_comm_pkg_mgr_server.c [new file with mode: 0755]
comm/test/test_comm_socket.c [new file with mode: 0755]
comm/test/test_comm_status_broadcast_server.c [new file with mode: 0755]
comm/test/test_pkgmgr_installer.c [new file with mode: 0755]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0755]
debian/docs [new file with mode: 0644]
debian/libpkgmgr-client-0.install.in [new file with mode: 0755]
debian/libpkgmgr-client-0.postinst [new file with mode: 0755]
debian/libpkgmgr-client-dev.install.in [new file with mode: 0644]
debian/libpkgmgr-installer-dev.install.in [new file with mode: 0755]
debian/libpkgmgr-installer.install.in [new file with mode: 0755]
debian/libpkgmgr-types-dev.install.in [new file with mode: 0755]
debian/pkgmgr-server.install.in [new file with mode: 0755]
debian/pkgmgr-server.postinst [new file with mode: 0755]
debian/rules [new file with mode: 0755]
include/SLP_package_manager_PG.h [new file with mode: 0755]
include/package-manager-plugin.h [new symlink]
include/package-manager-types.h [new symlink]
include/package-manager.h [new symlink]
installers/CMakeLists.txt [new file with mode: 0755]
installers/sample/CMakeLists.txt [new file with mode: 0755]
installers/sample/sample_backend.c [new file with mode: 0755]
installers/sample/sample_backendlib.c [new file with mode: 0755]
org.tizen.slp.pkgmgr.service.in [new file with mode: 0644]
packaging/pkgmgr.spec [new file with mode: 0644]
pkg_path.conf.in [new file with mode: 0644]
pkgmgr.pc.in [new file with mode: 0644]
po/CMakeLists.txt [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/en_GB.po [new file with mode: 0644]
po/en_US.po [new file with mode: 0644]
po/ja_JP.po [new file with mode: 0644]
po/ko_KR.po [new file with mode: 0644]
po/package-manager.pot [new file with mode: 0644]
po/update-po.sh [new file with mode: 0755]
po/zh_CN.po [new file with mode: 0644]
queue_status [new file with mode: 0644]
server/include/pkgmgr-server.h [new file with mode: 0755]
server/include/pm-queue.h [new file with mode: 0755]
server/src/pkgmgr-server.c [new file with mode: 0755]
server/src/pm-queue.c [new file with mode: 0755]
test.sh [new file with mode: 0755]
tool/CMakeLists.txt [new file with mode: 0755]
tool/mime.wac.xml [new file with mode: 0644]
tool/org.tizen.pkgmgr-install.desktop.in [new file with mode: 0755]
tool/pkg_cmd.c [new file with mode: 0755]
tool/pkgmgr-install.c [new file with mode: 0755]
tool/stress_test.py [new file with mode: 0755]
types/CMakeLists.txt [new file with mode: 0755]
types/include/package-manager-plugin.h [new file with mode: 0755]
types/include/package-manager-types.h [new file with mode: 0755]
types/pkgmgr-types.pc.in [new file with mode: 0755]