Initialize Tizen 2.3 2.3a_release submit/tizen_2.3/20140531.065400
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:35:53 +0000 (12:35 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:35:53 +0000 (12:35 +0900)
commit951c077f8010db452abe48254fb0134ca0073613
tree662671b7677a5ed34df3e69d958691b006d01b2d
Initialize Tizen 2.3
42 files changed:
.gitignore [new file with mode: 0755]
AUTHORS [new file with mode: 0755]
LICENSE.Apache-2.0 [new file with mode: 0755]
Makefile.am [new file with mode: 0755]
NOTICE [new file with mode: 0755]
TC/_export_env.sh [new file with mode: 0755]
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/tslist [new file with mode: 0644]
TC/unit/utc_ApplicationFW___dlog_print_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW___dlog_vprint_func.c [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0755]
dlog.pc.in [new file with mode: 0755]
image/SLP_Dlog_PG_image001.png [new file with mode: 0755]
include/SLP_Dlog_PG.h [new file with mode: 0755]
include/dlog.h [new file with mode: 0755]
include/logconfig.h [new file with mode: 0644]
include/logger.h [new file with mode: 0755]
include/loglimiter.h [new file with mode: 0644]
include/logprint.h [new file with mode: 0755]
packaging/dlog.changes [new file with mode: 0644]
packaging/dlog.conf.in [new file with mode: 0644]
packaging/dlog.spec [new file with mode: 0755]
packaging/dlog_logger.conf-micro.in [new file with mode: 0644]
packaging/dlog_logger.conf.in [new file with mode: 0644]
packaging/dlog_logger.service [new file with mode: 0644]
packaging/dlogutil.manifest [new file with mode: 0644]
packaging/libdlog.manifest [new file with mode: 0644]
scripts/dlogctrl [new file with mode: 0755]
src/libdlog/log.c [new file with mode: 0755]
src/libdlog/logconfig.c [new file with mode: 0644]
src/libdlog/loglimiter.c [new file with mode: 0644]
src/logger/logger.c [new file with mode: 0644]
src/logutil/logutil.c [new file with mode: 0755]
src/shared/logprint.c [new file with mode: 0755]