Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:42:16 +0000 (00:42 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:42:16 +0000 (00:42 +0900)
commit7c3c71cee13f1a58e5242fe9d6d2d4be65559646
tree69e13ea8193295ec3cecb6b5a22f98c25ba654f2
parentf7d3bd8b3884553bbe42d6ece32974d3e26281ee
Git init
20 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
capi-network-bluetooth.pc.in [new file with mode: 0644]
debian/README [new file with mode: 0644]
debian/capi-network-bluetooth-dev.install [new file with mode: 0644]
debian/capi-network-bluetooth-dev.postinst [new file with mode: 0644]
debian/capi-network-bluetooth.install [new file with mode: 0644]
debian/capi-network-bluetooth.postinst [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]
include/bluetooth.h [new file with mode: 0644]
include/bluetooth_private.h [new file with mode: 0644]
packaging/capi-network-bluetooth.spec [new file with mode: 0644]
src/bluetooth.c [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/bt_chat_client.c [new file with mode: 0644]
test/bt_chat_server.c [new file with mode: 0644]