Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:42:22 +0000 (00:42 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:42:22 +0000 (00:42 +0900)
commit9d7310fbe194c33e3ab5bd40890022a1b3872649
tree78a5d1f4661af100064115d77d0826ed2ead9270
parentf4360d5198f7024d048412a62d3b0a887e095c26
Git init
20 files changed:
.gitignore [new file with mode: 0755]
AUTHORS [new file with mode: 0755]
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0755]
capi-media-camera.pc.in [new file with mode: 0755]
debian/README [new file with mode: 0755]
debian/capi-media-camera-dev.install [new file with mode: 0755]
debian/capi-media-camera-dev.postinst [new file with mode: 0755]
debian/capi-media-camera.install [new file with mode: 0755]
debian/capi-media-camera.postinst [new file with mode: 0755]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0755]
debian/control [new file with mode: 0755]
debian/rules [new file with mode: 0755]
include/camera.h [new file with mode: 0755]
include/camera_private.h [new file with mode: 0755]
packaging/capi-media-camera.spec [new file with mode: 0755]
src/camera.c [new file with mode: 0755]
test/CMakeLists.txt [new file with mode: 0755]
test/multimedia_camera_test.c [new file with mode: 0755]