Initialize Tizen 2.3 2.3a_release submit/tizen_2.3/20140531.112312
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 04:01:04 +0000 (13:01 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 04:01:04 +0000 (13:01 +0900)
commitf3f1257c0612f7af47a8bb4fdce3e3a1d7b97e79
tree659e8b1d324be899a541995d3acb1934d5a5c635
Initialize Tizen 2.3
129 files changed:
mobile/AUTHORS [new file with mode: 0644]
mobile/CMakeLists.txt [new file with mode: 0644]
mobile/LICENSE [new file with mode: 0644]
mobile/TC/build.sh [new file with mode: 0755]
mobile/TC/execute.sh [new file with mode: 0755]
mobile/TC/tet_code [new file with mode: 0755]
mobile/TC/tet_scen [new file with mode: 0755]
mobile/TC/tetbuild.cfg [new file with mode: 0755]
mobile/TC/tetclean.cfg [new file with mode: 0755]
mobile/TC/tetexec.cfg [new file with mode: 0755]
mobile/TC/unit/Makefile [new file with mode: 0644]
mobile/TC/unit/tc_gen.sh [new file with mode: 0755]
mobile/TC/unit/tslist [new file with mode: 0644]
mobile/TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0644]
mobile/data/syspopup_db.sql [new file with mode: 0755]
mobile/debian/changelog [new file with mode: 0755]
mobile/debian/compat [new file with mode: 0644]
mobile/debian/control [new file with mode: 0644]
mobile/debian/dirs [new file with mode: 0644]
mobile/debian/docs [new file with mode: 0644]
mobile/debian/rules [new file with mode: 0755]
mobile/debian/syspopup-0.install.in [new file with mode: 0644]
mobile/debian/syspopup-0.postinst [new file with mode: 0644]
mobile/debian/syspopup-caller-0.install.in [new file with mode: 0644]
mobile/debian/syspopup-caller-0.postinst [new file with mode: 0644]
mobile/debian/syspopup-caller-dev.install.in [new file with mode: 0644]
mobile/debian/syspopup-dev.install.in [new file with mode: 0644]
mobile/image/README [new file with mode: 0644]
mobile/include/SLP_SYSPOPUP_PG.h [new file with mode: 0755]
mobile/include/pg-doxy/doxygen.conf [new file with mode: 0755]
mobile/include/pg-doxy/pg-doxy.sh [new file with mode: 0755]
mobile/include/pg-doxy/slp_doxy.css [new file with mode: 0644]
mobile/include/pg-doxy/tool/bin/doxygen [new file with mode: 0755]
mobile/include/pg-doxy/tool/bin/doxytag [new file with mode: 0755]
mobile/include/pg-doxy/tool/man/man1/doxygen.1 [new file with mode: 0644]
mobile/include/pg-doxy/tool/man/man1/doxytag.1 [new file with mode: 0644]
mobile/include/simple_util.h [new file with mode: 0755]
mobile/include/syspopup.h [new file with mode: 0755]
mobile/include/syspopup_api.h [new file with mode: 0755]
mobile/include/syspopup_caller.h [new file with mode: 0755]
mobile/include/syspopup_core.h [new file with mode: 0755]
mobile/include/syspopup_db.h [new file with mode: 0755]
mobile/org.tizen.syspopup-app.manifest [new file with mode: 0644]
mobile/pg-doxy/doxygen.conf [new file with mode: 0755]
mobile/pg-doxy/pg-doxy.sh [new file with mode: 0755]
mobile/pg-doxy/slp_doxy.css [new file with mode: 0644]
mobile/pg-doxy/tool/bin/doxygen [new file with mode: 0755]
mobile/pg-doxy/tool/bin/doxytag [new file with mode: 0755]
mobile/pg-doxy/tool/man/man1/doxygen.1 [new file with mode: 0644]
mobile/pg-doxy/tool/man/man1/doxytag.1 [new file with mode: 0644]
mobile/src/syspopup_core.c [new file with mode: 0755]
mobile/src/syspopup_db.c [new file with mode: 0755]
mobile/syspopup-app/CMakeLists.txt [new file with mode: 0644]
mobile/syspopup-app/INSTALL [new file with mode: 0644]
mobile/syspopup-app/org.tizen.syspopup-app.png [new file with mode: 0644]
mobile/syspopup-app/org.tizen.syspopup-app.xml.in [new file with mode: 0755]
mobile/syspopup-app/po/CMakeLists.txt [new file with mode: 0644]
mobile/syspopup-app/po/POTFILES.in [new file with mode: 0644]
mobile/syspopup-app/po/en_GB.po [new file with mode: 0644]
mobile/syspopup-app/po/en_US.po [new file with mode: 0644]
mobile/syspopup-app/po/ja.po [new file with mode: 0644]
mobile/syspopup-app/po/ko.po [new file with mode: 0644]
mobile/syspopup-app/po/syspopup-tempapp.pot [new file with mode: 0644]
mobile/syspopup-app/po/update-po.sh [new file with mode: 0755]
mobile/syspopup-app/po/zh_CN.po [new file with mode: 0644]
mobile/syspopup-app/syspopup-app.c [new file with mode: 0755]
mobile/syspopup-app/syspopup-app.h [new file with mode: 0755]
mobile/syspopup-caller.manifest [new file with mode: 0644]
mobile/syspopup-caller/CMakeLists.txt [new file with mode: 0644]
mobile/syspopup-caller/syspopup-caller.pc.in [new file with mode: 0644]
mobile/syspopup-caller/syspopup_caller.c [new file with mode: 0755]
mobile/syspopup.manifest [new file with mode: 0644]
mobile/syspopup/CMakeLists.txt [new file with mode: 0644]
mobile/syspopup/syspopup.c [new file with mode: 0755]
mobile/syspopup/syspopup.pc.in [new file with mode: 0644]
mobile/syspopup/syspopup_efl.c [new file with mode: 0755]
mobile/test/CMakeLists.txt [new file with mode: 0644]
mobile/test/test.c [new file with mode: 0755]
packaging/syspopup.spec [new file with mode: 0755]
wearable/AUTHORS [new file with mode: 0644]
wearable/CMakeLists.txt [new file with mode: 0644]
wearable/LICENSE [new file with mode: 0644]
wearable/TC/build.sh [new file with mode: 0755]
wearable/TC/execute.sh [new file with mode: 0755]
wearable/TC/tet_code [new file with mode: 0755]
wearable/TC/tet_scen [new file with mode: 0755]
wearable/TC/tetbuild.cfg [new file with mode: 0755]
wearable/TC/tetclean.cfg [new file with mode: 0755]
wearable/TC/tetexec.cfg [new file with mode: 0755]
wearable/TC/unit/Makefile [new file with mode: 0644]
wearable/TC/unit/tc_gen.sh [new file with mode: 0755]
wearable/TC/unit/tslist [new file with mode: 0644]
wearable/TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0644]
wearable/data/syspopup_db.sql [new file with mode: 0755]
wearable/image/syspopup_diag.png [new file with mode: 0755]
wearable/include/SLP_SYSPOPUP_PG.h [new file with mode: 0755]
wearable/include/pg-doxy/doxygen.conf [new file with mode: 0755]
wearable/include/pg-doxy/pg-doxy.sh [new file with mode: 0755]
wearable/include/pg-doxy/slp_doxy.css [new file with mode: 0644]
wearable/include/pg-doxy/tool/bin/doxygen [new file with mode: 0755]
wearable/include/pg-doxy/tool/bin/doxytag [new file with mode: 0755]
wearable/include/pg-doxy/tool/man/man1/doxygen.1 [new file with mode: 0644]
wearable/include/pg-doxy/tool/man/man1/doxytag.1 [new file with mode: 0644]
wearable/include/simple_util.h [new file with mode: 0755]
wearable/include/syspopup.h [new file with mode: 0755]
wearable/include/syspopup_api.h [new file with mode: 0755]
wearable/include/syspopup_caller.h [new file with mode: 0755]
wearable/include/syspopup_core.h [new file with mode: 0755]
wearable/include/syspopup_db.h [new file with mode: 0755]
wearable/pg-doxy/doxygen.conf [new file with mode: 0755]
wearable/pg-doxy/pg-doxy.sh [new file with mode: 0755]
wearable/pg-doxy/slp_doxy.css [new file with mode: 0644]
wearable/pg-doxy/tool/bin/doxygen [new file with mode: 0755]
wearable/pg-doxy/tool/bin/doxytag [new file with mode: 0755]
wearable/pg-doxy/tool/man/man1/doxygen.1 [new file with mode: 0644]
wearable/pg-doxy/tool/man/man1/doxytag.1 [new file with mode: 0644]
wearable/src/syspopup_core.c [new file with mode: 0755]
wearable/src/syspopup_db.c [new file with mode: 0755]
wearable/syspopup-caller.manifest [new file with mode: 0755]
wearable/syspopup-caller/CMakeLists.txt [new file with mode: 0644]
wearable/syspopup-caller/syspopup-caller.pc.in [new file with mode: 0644]
wearable/syspopup-caller/syspopup_caller.c [new file with mode: 0755]
wearable/syspopup.manifest [new file with mode: 0755]
wearable/syspopup/CMakeLists.txt [new file with mode: 0644]
wearable/syspopup/syspopup.c [new file with mode: 0755]
wearable/syspopup/syspopup.pc.in [new file with mode: 0644]
wearable/syspopup/syspopup_efl.c [new file with mode: 0755]
wearable/test/CMakeLists.txt [new file with mode: 0644]
wearable/test/test.c [new file with mode: 0755]