Initialize Tizen 2.3 2.3a_release submit/tizen_2.3/20140531.053354
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:28:38 +0000 (12:28 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:28:38 +0000 (12:28 +0900)
commitb0a4824bae9bff3a4d3dd32632200c80f15ddbb2
tree71adc34e762a538482f7da0963efb183fd0f3737
Initialize Tizen 2.3
61 files changed:
.gitignore [new file with mode: 0755]
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]
app-core.manifest [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]
include/virtual_canvas.h [new file with mode: 0644]
packaging/app-core.spec [new file with mode: 0644]
packaging/core-efl.target [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]
src/virtual_canvas.c [new file with mode: 0755]