Tizen 2.0 Release tizen_2.0 accepted/tizen_2.0/20130215.203935 submit/tizen_2.0/20130215.191712
authorHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 15:11:51 +0000 (00:11 +0900)
committerHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 15:11:51 +0000 (00:11 +0900)
commitc926ea8ed0594bd907a1f0c1d4a31a86b94122fb
treec392bc1776c72ac47e5e4270a81c2446410c188f
parent7c1dbd27a3ca235a892ffdb9ee07e67b74e90409
Tizen 2.0 Release
53 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [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: 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_bundle_add_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_bundle_create_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_bundle_decode_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_bundle_del_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_bundle_dup_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_bundle_encode_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_bundle_free_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_bundle_get_count_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_bundle_get_val_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_bundle_iterate_func.c [new file with mode: 0644]
TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0644]
bundle.manifest [new file with mode: 0644]
bundle.pc.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: 0755]
debian/libbundle-0.install.in [new file with mode: 0644]
debian/libbundle-dev.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
image/SLP_bundle_PG_image01.png [new file with mode: 0755]
image/SLP_bundle_PG_images_encode_decode.png [new file with mode: 0644]
image/SLP_bundle_PG_images_export_import.png [new file with mode: 0644]
image/SLP_bundle_PG_images_logical_view.png [new file with mode: 0644]
include/SLP_bundle_PG.h [new file with mode: 0755]
include/bundle.h [new file with mode: 0755]
include/bundle_log.h [new file with mode: 0755]
include/keyval.h [new file with mode: 0755]
include/keyval_array.h [new file with mode: 0755]
include/keyval_type.h [new file with mode: 0755]
packaging/bundle.spec [new file with mode: 0644]
src/bundle.c [new file with mode: 0755]
src/keyval.c [new file with mode: 0755]
src/keyval_array.c [new file with mode: 0755]
src/keyval_type.c [new file with mode: 0755]
test.sh [new file with mode: 0755]
test/CMakeLists.txt [new file with mode: 0755]
test/Makefile [new file with mode: 0755]
test/TC_bundle.c [new file with mode: 0755]
test/test_bundle.c [new file with mode: 0755]