Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:43:24 +0000 (00:43 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:43:24 +0000 (00:43 +0900)
commite1675353386db6d9a376fbaad054000e838bb998
treed7598818123ab0bcc0fcd608ed4ec5cdb5f919d9
parent09a91ebbf08ff9675054268269a53777a2c065ac
Git init
56 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
TC/build.sh [new file with mode: 0755]
TC/execute.sh [new file with mode: 0755]
TC/tet_code [new file with mode: 0644]
TC/tet_scen [new file with mode: 0644]
TC/tetbuild.cfg [new file with mode: 0644]
TC/tetclean.cfg [new file with mode: 0644]
TC/tetexec.cfg [new file with mode: 0644]
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_appcore_efl_main_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_appcore_exit_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_appcore_get_rotation_state_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_appcore_init_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_appcore_measure_start_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_appcore_measure_time_from_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_appcore_measure_time_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_appcore_set_event_callback_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_appcore_set_i18n_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_appcore_set_rotation_cb_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_appcore_unset_rotation_cb_func.c [new file with mode: 0644]
TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0644]
appcore-common.pc.in [new file with mode: 0644]
appcore-efl.pc.in [new file with mode: 0644]
debian/app-template.install.in [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/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libappcore-common-0.install.in [new file with mode: 0644]
debian/libappcore-common-dev.install.in [new file with mode: 0644]
debian/libappcore-efl-0.install.in [new file with mode: 0644]
debian/libappcore-efl-dev.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
include/SLP_Appcore_PG.h [new file with mode: 0755]
include/appcore-common.h [new file with mode: 0755]
include/appcore-efl.h [new file with mode: 0755]
include/appcore-internal.h [new file with mode: 0755]
include/image/SLP_Appcore_PG_events.png [new file with mode: 0644]
include/image/SLP_Appcore_PG_lifecycle.png [new file with mode: 0644]
include/image/SLP_Appcore_PG_overview.png [new file with mode: 0644]
include/image/SLP_Appcore_PG_rotation.png [new file with mode: 0755]
packaging/app-core.spec [new file with mode: 0644]
src/appcore-X.c [new file with mode: 0755]
src/appcore-efl.c [new file with mode: 0755]
src/appcore-i18n.c [new file with mode: 0755]
src/appcore-measure.c [new file with mode: 0755]
src/appcore-noti.c [new file with mode: 0755]
src/appcore-pmcontrol.c [new file with mode: 0755]
src/appcore-rotation.c [new file with mode: 0755]
src/appcore-util.c [new file with mode: 0755]
src/appcore.c [new file with mode: 0755]