Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:42:42 +0000 (00:42 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:42:42 +0000 (00:42 +0900)
commitd9303afdffcb455a1dd83676998528a6359df885
treea4a39fbc1ea9449447beafb5bd180fd98c601c8b
parent6fefcfb3259ce0088331bcb92224dfecd29fe898
Git init
20 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0644]
capi-location-manager.pc.in [new file with mode: 0644]
debian/README [new file with mode: 0644]
debian/capi-location-manager-dev.install [new file with mode: 0644]
debian/capi-location-manager-dev.postinst [new file with mode: 0644]
debian/capi-location-manager.install [new file with mode: 0644]
debian/capi-location-manager.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/locations.h [new file with mode: 0755]
include/locations_private.h [new file with mode: 0644]
packaging/capi-location-manager.spec [new file with mode: 0644]
src/locations.c [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/location_test.c [new file with mode: 0755]