Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:43:27 +0000 (00:43 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:43:27 +0000 (00:43 +0900)
commiteaf2cc26205bd7c513892e8ae9bbc796e33fb481
tree7e3753399a621ad5438d689517ec80431f8c6ae0
parent09a91ebbf08ff9675054268269a53777a2c065ac
Git init
25 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0644]
appsvc.pc.in [new file with mode: 0755]
data/appsvc_db.sql [new file with mode: 0755]
debian/appsvc-tool.install.in [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/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libappsvc-0.install.in [new file with mode: 0755]
debian/libappsvc-0.postinst [new file with mode: 0755]
debian/libappsvc-dev.install.in [new file with mode: 0755]
debian/rules [new file with mode: 0755]
include/appsvc.h [new file with mode: 0755]
include/appsvc_db.h [new file with mode: 0755]
include/internal.h [new file with mode: 0755]
include/priv_key.h [new file with mode: 0755]
packaging/app-svc.spec [new file with mode: 0644]
src/appsvc.c [new file with mode: 0755]
src/appsvc_db.c [new file with mode: 0755]
test/CMakeLists.txt [new file with mode: 0755]
test/a.out [new file with mode: 0755]
test/appsvc_test.c [new file with mode: 0755]