merge 'libdevman' into system-server 03/14303/3
authorjy910.yun <jy910.yun@samsung.com>
Fri, 21 Jun 2013 07:54:55 +0000 (16:54 +0900)
committerKrzysztof Sasiak <k.sasiak@samsung.com>
Tue, 7 Jan 2014 12:44:56 +0000 (13:44 +0100)
commit1b170e83751cdc897f9a45ae0d8c9561717d10b1
tree4838b0b871bfbb1d7b784def3a5dba0fda0d9ed7
parent383f8d1971b35b1e0392d6a2e26aa66f8371dbd6
merge 'libdevman' into system-server

all of the devman code was simply copied to system-server

Change-Id: Idfa9c9677596f4f394bb0bad9b16637d8199cf01
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
51 files changed:
CMakeLists.txt
devman/CMakeLists.txt [new file with mode: 0644]
devman/LICENSE [new file with mode: 0644]
devman/TC/build.sh [new file with mode: 0755]
devman/TC/execute.sh [new file with mode: 0755]
devman/TC/tet_code [new file with mode: 0644]
devman/TC/tet_scen [new file with mode: 0644]
devman/TC/tetbuild.cfg [new file with mode: 0644]
devman/TC/tetclean.cfg [new file with mode: 0644]
devman/TC/tetexec.cfg [new file with mode: 0644]
devman/TC/unit/Makefile [new file with mode: 0644]
devman/TC/unit/tc_gen.sh [new file with mode: 0755]
devman/TC/unit/tslist [new file with mode: 0644]
devman/TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_get_battery_pct_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_get_display_brt_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_get_display_gamma_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_get_max_brt_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_get_property_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_haptic_close_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_haptic_get_file_duration_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_haptic_get_pattern_duration_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_haptic_open_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_haptic_play_file_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_haptic_play_monotone_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_haptic_play_pattern_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_haptic_stop_play_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_is_battery_full_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_release_brt_ctrl_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_release_gamma_ctrl_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_set_display_brt_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_set_display_gamma_func.c [new file with mode: 0644]
devman/TC/unit/utc_SystemFW_device_set_property_func.c [new file with mode: 0644]
devman/devman.pc.in [new file with mode: 0644]
devman/devman_haptic.pc.in [new file with mode: 0644]
devman/image/devman_PG_architecture.png [new file with mode: 0644]
devman/include/devlog.h [new file with mode: 0644]
devman/include/devman.h [new file with mode: 0644]
devman/include/devman_PG.h [new file with mode: 0644]
devman/include/devman_haptic.h [new file with mode: 0644]
devman/include/devman_haptic_ext.h [new file with mode: 0644]
devman/include/devman_haptic_ext_core.h [new file with mode: 0644]
devman/include/devman_image.h [new file with mode: 0644]
devman/include/devman_internal.h [new file with mode: 0644]
devman/include/devman_managed.h [new file with mode: 0644]
devman/src/device_haptic.c [new file with mode: 0644]
devman/src/devman_internal.c [new file with mode: 0644]
devman/src/display_wd.c [new file with mode: 0644]
devman/src/if_legacy.c [new file with mode: 0644]
packaging/devman.manifest [new file with mode: 0644]
packaging/system-server.spec