Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:48:40 +0000 (00:48 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:48:40 +0000 (00:48 +0900)
commitbc59ac20d02845902ec09e4c8b206764adeb937f
treedf8548c025b29d716bf568f52b301c73f95c5fc8
parent53096f6974850e1ac26414ff4bbfe5d632ab0c07
Git init
73 files changed:
AUTHORS [new file with mode: 0755]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0755]
TC/build.sh [new file with mode: 0755]
TC/execute.sh [new file with mode: 0755]
TC/tet_code [new file with mode: 0755]
TC/tet_scen [new file with mode: 0755]
TC/tetbuild.cfg [new file with mode: 0755]
TC/tetclean.cfg [new file with mode: 0755]
TC/tetexec.cfg [new file with mode: 0755]
TC/unit/Makefile [new file with mode: 0644]
TC/unit/tc_gen.sh [new file with mode: 0755]
TC/unit/tslist [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_get_bool_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_get_bytes_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_get_dbl_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_get_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_get_int_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_get_str_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_ignore_key_changed_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_add_bool_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_add_dbl_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_add_int_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_add_null_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_add_str_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_del_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_free_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_get_bool_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_lookup_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_new_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_nextnode_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keylist_rewind_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keynode_get_bool_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keynode_get_dbl_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keynode_get_int_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keynode_get_name_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keynode_get_str_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keynode_get_type_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_keynode_steal_str_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_notify_key_changed_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_set_bool_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_set_bytes_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_set_dbl_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_set_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_set_int_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_set_str_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_sync_key_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_unset_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_vconf_unset_recursive_func.c [new file with mode: 0644]
TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0644]
build.sh [new file with mode: 0755]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libvconf-0.install.in [new file with mode: 0644]
debian/libvconf-0.postinst.in [new file with mode: 0644]
debian/libvconf-dev.install.in [new file with mode: 0644]
debian/libvconf-keys-dev.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
include/CMakeLists.txt [new file with mode: 0644]
include/vconf-internals.h [new file with mode: 0755]
include/vconf-keys.h [new file with mode: 0755]
include/vconf-log.h [new file with mode: 0755]
include/vconf.h [new file with mode: 0755]
kdb_first_boot [new file with mode: 0644]
packaging/vconf.spec [new file with mode: 0644]
vconf-init [new file with mode: 0755]
vconf-kdb.c [new file with mode: 0755]
vconf.c [new file with mode: 0755]
vconf.pc.in [new file with mode: 0644]
vconftool.c [new file with mode: 0755]