Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:43:34 +0000 (00:43 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:43:34 +0000 (00:43 +0900)
commit932d2c6f35186f03bd4b1d8c57247b0a0de8076c
tree5ccafb979a2b26ddf55ecbce53b0a1f4caf58faf
parent3c3bbff9cf730ba88560139c8362e61d6f9ac0bf
Git init
115 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0755]
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/pkgname.h [new file with mode: 0755]
TC/unit/tc_gen.sh [new file with mode: 0755]
TC/unit/tslist [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_app_get_pkgname_bypid_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_app_get_running_app_info_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_app_is_running_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_get_defapp_from_mime_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_get_mime_from_content_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_get_mime_from_file_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_launch_app_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_launch_argv_handler_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_launch_init_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_open_app_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_open_content_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_open_file_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_open_file_with_mimetype_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_resume_pid_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_set_defapp_with_mime_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_aul_terminate_pid_func.c [new file with mode: 0644]
TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0644]
aul.pc.in [new file with mode: 0644]
data/aul_mime.sh [new file with mode: 0755]
data/aul_service.sh [new file with mode: 0755]
data/aul_service_test.sh [new file with mode: 0755]
data/create_default_service.sh [new file with mode: 0755]
data/mida_db.sql [new file with mode: 0644]
data/miregex/callto.uri [new file with mode: 0644]
data/miregex/contact_shortcut.uri [new file with mode: 0644]
data/miregex/email.uri [new file with mode: 0644]
data/miregex/file.uri [new file with mode: 0644]
data/miregex/http.uri [new file with mode: 0644]
data/miregex/im.uri [new file with mode: 0644]
data/miregex/location.uri [new file with mode: 0644]
data/miregex/mmsto.uri [new file with mode: 0644]
data/miregex/phonenum.uri [new file with mode: 0644]
data/miregex/sms.uri [new file with mode: 0644]
data/miregex/tel.uri [new file with mode: 0644]
data/service/README [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: 0644]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libaul-1-dev.install.in [new file with mode: 0644]
debian/libaul-1-executable.install.in [new file with mode: 0644]
debian/libaul-1-executable.postinst [new file with mode: 0644]
debian/libaul-1.install.in [new file with mode: 0644]
debian/libaul-1.postinst [new file with mode: 0644]
debian/rules [new file with mode: 0755]
image/high-level.png [new file with mode: 0644]
image/high-level2.png [new file with mode: 0644]
image/low-level.png [new file with mode: 0644]
image/low-level2.png [new file with mode: 0644]
include/SLP_AUL_PG.h [new file with mode: 0755]
include/app_signal.h [new file with mode: 0755]
include/app_sock.h [new file with mode: 0755]
include/aul.h [new file with mode: 0755]
include/aul_api.h [new file with mode: 0755]
include/aul_service.h [new file with mode: 0755]
include/launch.h [new file with mode: 0755]
include/menu_db_util.h [new file with mode: 0755]
include/mida.h [new file with mode: 0755]
include/miregex.h [new file with mode: 0755]
include/perf.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]
launchpad_run [new file with mode: 0755]
launchpad_src/access_control.h [new file with mode: 0755]
launchpad_src/config.h [new file with mode: 0755]
launchpad_src/gl.h [new file with mode: 0755]
launchpad_src/heap_dbg.h [new file with mode: 0755]
launchpad_src/launchpad.c [new file with mode: 0755]
launchpad_src/sigchild.h [new file with mode: 0755]
launchpad_src/util_x.c [new file with mode: 0755]
launchpad_src/util_x.h [new file with mode: 0755]
legacy/preload.h [new file with mode: 0755]
legacy/preload_list.txt [new file with mode: 0644]
packaging/aul.spec [new file with mode: 0644]
src/app_signal.c [new file with mode: 0755]
src/app_sock.c [new file with mode: 0755]
src/launch.c [new file with mode: 0755]
src/launch_glib.c [new file with mode: 0755]
src/launch_with_result.c [new file with mode: 0755]
src/mida.c [new file with mode: 0755]
src/mime.c [new file with mode: 0755]
src/miregex.c [new file with mode: 0755]
src/pkginfo.c [new file with mode: 0755]
src/service.c [new file with mode: 0755]
src/simple_util.c [new file with mode: 0755]
test/CMakeLists.txt [new file with mode: 0644]
test/ac_daemon.c [new file with mode: 0755]
test/app_test.c [new file with mode: 0755]
test/aul_dbus.c [new file with mode: 0755]
test/aul_dbus.h [new file with mode: 0755]
test/aul_test.c [new file with mode: 0755]
test/dbusapp_test.c [new file with mode: 0755]
test/launch_app.c [new file with mode: 0755]
test/org.tizen.camera.service [new file with mode: 0644]