tizen beta release
authorKibum Kim <kb0929.kim@samsung.com>
Mon, 27 Feb 2012 12:16:44 +0000 (21:16 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Mon, 27 Feb 2012 12:16:44 +0000 (21:16 +0900)
commit3cfe0197c71dc70dc6b25bb3d5c0bc5a343159a1
treedb73f114bff1c2bb2496217cd839db9f0a0873af
tizen beta release
76 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: 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_MODULE_API_func.c.in [new file with mode: 0644]
data/syspopup_db.sql [new file with mode: 0755]
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/rules [new file with mode: 0755]
debian/syspopup-0.install.in [new file with mode: 0644]
debian/syspopup-0.postinst [new file with mode: 0644]
debian/syspopup-caller-0.install.in [new file with mode: 0644]
debian/syspopup-caller-0.postinst [new file with mode: 0644]
debian/syspopup-caller-dev.install.in [new file with mode: 0644]
debian/syspopup-dev.install.in [new file with mode: 0644]
image/README [new file with mode: 0644]
include/SLP_SYSPOPUP_PG.h [new file with mode: 0755]
include/pg-doxy/doxygen.conf [new file with mode: 0755]
include/pg-doxy/pg-doxy.sh [new file with mode: 0755]
include/pg-doxy/slp_doxy.css [new file with mode: 0644]
include/pg-doxy/tool/bin/doxygen [new file with mode: 0755]
include/pg-doxy/tool/bin/doxytag [new file with mode: 0755]
include/pg-doxy/tool/man/man1/doxygen.1 [new file with mode: 0644]
include/pg-doxy/tool/man/man1/doxytag.1 [new file with mode: 0644]
include/simple_util.h [new file with mode: 0755]
include/syspopup.h [new file with mode: 0755]
include/syspopup_api.h [new file with mode: 0755]
include/syspopup_caller.h [new file with mode: 0755]
include/syspopup_core.h [new file with mode: 0755]
include/syspopup_db.h [new file with mode: 0755]
packaging/syspopup.spec [new file with mode: 0644]
pg-doxy/doxygen.conf [new file with mode: 0755]
pg-doxy/pg-doxy.sh [new file with mode: 0755]
pg-doxy/slp_doxy.css [new file with mode: 0644]
pg-doxy/tool/bin/doxygen [new file with mode: 0755]
pg-doxy/tool/bin/doxytag [new file with mode: 0755]
pg-doxy/tool/man/man1/doxygen.1 [new file with mode: 0644]
pg-doxy/tool/man/man1/doxytag.1 [new file with mode: 0644]
src/syspopup_core.c [new file with mode: 0755]
src/syspopup_db.c [new file with mode: 0755]
syspopup-app/CMakeLists.txt [new file with mode: 0644]
syspopup-app/INSTALL [new file with mode: 0644]
syspopup-app/org.tizen.syspopup-app.desktop.in [new file with mode: 0755]
syspopup-app/org.tizen.syspopup-app.png [new file with mode: 0644]
syspopup-app/po/CMakeLists.txt [new file with mode: 0644]
syspopup-app/po/POTFILES.in [new file with mode: 0644]
syspopup-app/po/en_GB.po [new file with mode: 0644]
syspopup-app/po/en_US.po [new file with mode: 0644]
syspopup-app/po/ja.po [new file with mode: 0644]
syspopup-app/po/ko.po [new file with mode: 0644]
syspopup-app/po/syspopup-tempapp.pot [new file with mode: 0644]
syspopup-app/po/update-po.sh [new file with mode: 0755]
syspopup-app/po/zh_CN.po [new file with mode: 0644]
syspopup-app/syspopup-app.c [new file with mode: 0755]
syspopup-app/syspopup-app.h [new file with mode: 0755]
syspopup-caller/CMakeLists.txt [new file with mode: 0644]
syspopup-caller/syspopup-caller.pc.in [new file with mode: 0644]
syspopup-caller/syspopup_caller.c [new file with mode: 0755]
syspopup/CMakeLists.txt [new file with mode: 0644]
syspopup/syspopup.c [new file with mode: 0755]
syspopup/syspopup.pc.in [new file with mode: 0644]
syspopup/syspopup_efl.c [new file with mode: 0755]
test/CMakeLists.txt [new file with mode: 0644]
test/test.c [new file with mode: 0755]