tizen beta release
authorKibum Kim <kb0929.kim@samsung.com>
Mon, 27 Feb 2012 12:16:17 +0000 (21:16 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Mon, 27 Feb 2012 12:16:17 +0000 (21:16 +0900)
commit213d4ec9d2c728d50d110e4c6cc7247344319499
treebf8a903acacc68a191e68eda8da58676ea596ac3
tizen beta release
56 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
SLP_Heynoti_PG.h [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_heynoti_attach_handler_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_heynoti_close_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_heynoti_detach_handler_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_heynoti_get_pnoti_name_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_heynoti_get_snoti_name_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_heynoti_init_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_heynoti_poll_event_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_heynoti_publish_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_heynoti_subscribe_file_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_heynoti_subscribe_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_heynoti_unsubscribe_file_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_heynoti_unsubscribe_func.c [new file with mode: 0644]
TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0644]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0755]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libheynoti-0.install.in [new file with mode: 0644]
debian/libheynoti-0.postinst.in [new file with mode: 0755]
debian/libheynoti-dev.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
heynoti.c [new file with mode: 0644]
heynoti.h [new file with mode: 0644]
heynoti.pc.in [new file with mode: 0644]
heynotitool.c [new file with mode: 0755]
image/SLP_Heynoti_PG_image01.png [new file with mode: 0644]
include/heynoti-internal.h [new file with mode: 0644]
include/heynoti-log.h [new file with mode: 0644]
packaging/heynoti.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]
test/CMakeLists.txt [new file with mode: 0644]
test/tst_publish.c [new file with mode: 0755]
test/tst_subscribe_ecore.c [new file with mode: 0755]
test/tst_subscribe_file_mask.c [new file with mode: 0755]
test/tst_subscribe_glib.c [new file with mode: 0755]