Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:42:11 +0000 (00:42 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:42:11 +0000 (00:42 +0900)
commitefd542635a7e63f4b4250c5dbd223498defc379e
tree6f5a5c11c33c7b9f2259474c8be4ef42c259d642
parent5611ff5660d14d0ea707447e84ee4c0626b71104
Git init
38 files changed:
AUTHORS [new file with mode: 0755]
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0755]
capi-appfw-application.pc.in [new file with mode: 0644]
debian/README [new file with mode: 0644]
debian/capi-appfw-application-dev.install [new file with mode: 0644]
debian/capi-appfw-application-dev.postinst [new file with mode: 0644]
debian/capi-appfw-application.install [new file with mode: 0644]
debian/capi-appfw-application.postinst [new file with mode: 0644]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0755]
debian/rules [new file with mode: 0755]
include/app.h [new file with mode: 0755]
include/app_alarm.h [new file with mode: 0755]
include/app_i18n.h [new file with mode: 0755]
include/app_preference.h [new file with mode: 0755]
include/app_preference_private.h [new file with mode: 0755]
include/app_private.h [new file with mode: 0755]
include/app_service.h [new file with mode: 0755]
include/app_service_private.h [new file with mode: 0755]
include/app_storage.h [new file with mode: 0755]
include/app_storage_private.h [new file with mode: 0755]
include/app_ui_notification.h [new file with mode: 0755]
packaging/capi-appfw-application.spec [new file with mode: 0755]
src/alarm.c [new file with mode: 0755]
src/app_device.c [new file with mode: 0755]
src/app_main.c [new file with mode: 0755]
src/app_package.c [new file with mode: 0755]
src/app_resource.c [new file with mode: 0755]
src/i18n.c [new file with mode: 0755]
src/preference.c [new file with mode: 0755]
src/service.c [new file with mode: 0755]
src/storage.c [new file with mode: 0755]
src/storage_internal.c [new file with mode: 0755]
src/storage_sdcard.c [new file with mode: 0755]
src/storage_usbhost.c [new file with mode: 0755]
src/ui_notification.c [new file with mode: 0755]