Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:51:37 +0000 (01:51 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:51:37 +0000 (01:51 +0900)
commit92f3814e21da282c71f8ccbc31fe61c7641a6a74
treee4eb3b810eab10fdc8fd3b0c425c3bb521208e0d
parentf57eec44dd66696d55362933e29c017d60bcf7fe
Tizen 2.1 base
75 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE.APLv2 [new file with mode: 0644]
NOTICE [new file with mode: 0755]
SLP_devman_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: 0644]
TC/tet_scen [new file with mode: 0644]
TC/tetbuild.cfg [new file with mode: 0644]
TC/tetclean.cfg [new file with mode: 0644]
TC/tetexec.cfg [new file with mode: 0644]
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]
TC/unit/utc_SystemFW_device_get_battery_pct_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_get_display_brt_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_get_display_gamma_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_get_max_brt_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_get_property_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_haptic_close_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_haptic_get_file_duration_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_haptic_get_pattern_duration_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_haptic_open_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_haptic_play_file_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_haptic_play_monotone_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_haptic_play_pattern_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_haptic_stop_play_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_is_battery_full_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_release_brt_ctrl_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_release_gamma_ctrl_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_set_display_brt_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_set_display_gamma_func.c [new file with mode: 0644]
TC/unit/utc_SystemFW_device_set_property_func.c [new file with mode: 0644]
devices/CMakeLists.txt [new file with mode: 0644]
devices/haptic.c [new file with mode: 0644]
devices/jack_35pi.c [new file with mode: 0644]
devices/jack_microusb.c [new file with mode: 0644]
devices/led.c [new file with mode: 0644]
devices/mmc.c [new file with mode: 0644]
devices/power_supply_battery.c [new file with mode: 0644]
devices/power_supply_pmic.c [new file with mode: 0644]
devices/uart.c [new file with mode: 0644]
devices/video.c [new file with mode: 0644]
devman [new file with mode: 0755]
devman.pc.in [new file with mode: 0644]
devman_haptic.pc.in [new file with mode: 0644]
devman_plugin.pc.in [new file with mode: 0644]
image/SLP_devman_PG_architecture.png [new file with mode: 0644]
image/SLP_devman_PG_haptic_architecture.png [new file with mode: 0644]
include/device_engine.h [new file with mode: 0644]
include/device_haptic.h [new file with mode: 0644]
include/device_plugin.h [new file with mode: 0644]
include/devlog.h [new file with mode: 0644]
include/devman.h [new file with mode: 0644]
include/devman_error.h [new file with mode: 0644]
include/devman_haptic.h [new file with mode: 0644]
include/devman_haptic_ext.h [new file with mode: 0644]
include/devman_haptic_ext_core.h [new file with mode: 0644]
include/devman_image.h [new file with mode: 0644]
include/devman_internal.h [new file with mode: 0644]
include/devman_managed.h [new file with mode: 0644]
include/devman_plugin_intf.h [new file with mode: 0644]
packaging/devman.manifest [new file with mode: 0644]
packaging/devman.spec [new file with mode: 0644]
packaging/devman.yaml [new file with mode: 0644]
src/device_convert.c [new file with mode: 0644]
src/device_engine.c [new file with mode: 0644]
src/device_haptic.c [new file with mode: 0644]
src/device_plugin.c [new file with mode: 0644]
src/devman_internal.c [new file with mode: 0644]
src/display_wd.c [new file with mode: 0644]
src/if_generic.c [new file with mode: 0644]
src/if_legacy.c [new file with mode: 0644]