tizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.080059 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:13:05 +0000 (22:13 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:13:05 +0000 (22:13 +0900)
commit686896e8e3a5cf0842af8de6955d5c86a35c3753
treee61768847835a422a75e230e8d2326c5bba21fb2
parent3fab68923e19b84ec6886b9fc33f11bc0f0e0942
tizen 2.3.1 release
55 files changed:
CMakeLists.txt
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: 0755]
TC/unit/tc_gen.sh [new file with mode: 0755]
TC/unit/tslist [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_appinfo_get_bool_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_appinfo_get_int_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_appinfo_get_str_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_desktop_add_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_desktop_remove_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_desktop_update_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_filter_add_bool_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_filter_add_int_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_filter_add_str_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_filter_count_appinfo_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_filter_destroy_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_filter_list_appinfo_foreach_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_filter_new_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_package_destroy_appinfo_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ail_package_get_appinfo_func.c [new file with mode: 0755]
TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0755]
ail.manifest [new file with mode: 0644]
doc/images/SLP_AIL_add.png [new file with mode: 0644]
doc/images/SLP_AIL_desktop.png [new file with mode: 0644]
doc/images/SLP_AIL_get.png [new file with mode: 0644]
doc/images/SLP_AIL_logical_view.png [new file with mode: 0644]
include/SLP_AIL_PG.h [new file with mode: 0755]
include/ail.h
initdb/CMakeLists.txt [deleted file]
packaging/ail.spec [changed mode: 0644->0755]
src/ail_convert.c
src/ail_db.c
src/ail_db.h
src/ail_desktop.c
src/ail_filter.c
src/ail_package.c
src/ail_package.h
src/ail_private.h
src/ail_sql.c
src/ail_sql.h
test/CMakeLists.txt [new file with mode: 0755]
test/src/ail_test.c [new file with mode: 0644]
tool/CMakeLists.txt [new file with mode: 0755]
tool/src/ail_desktop.c [new file with mode: 0644]
tool/src/ail_filter.c [new file with mode: 0644]
tool/src/ail_package.c [new file with mode: 0644]
tool/src/initdb.c [moved from initdb/src/initdb.c with 74% similarity]
tool/src/main.c.head [new file with mode: 0644]
tool/src/main.c.tail [new file with mode: 0644]