merge sysman library in system-server repo 73/14273/1
authorjy910.yun <jy910.yun@samsung.com>
Wed, 19 Jun 2013 13:27:34 +0000 (22:27 +0900)
committerKrzysztof Sasiak <k.sasiak@samsung.com>
Tue, 31 Dec 2013 15:55:37 +0000 (16:55 +0100)
commit515768568c5e80c9fc28124b3ff8e0523e1b386c
tree9515deb62645c44babf46c1c7817a91ca10b9193
parentc65c545ea07de6c9d8fe8c656f0334d49f8bd1ae
merge sysman library in system-server repo

previous patch merged power-manager into system-server and it will be "deviced" daemon.
a daemon provides a library for daemon if it doesn't have any special reason.
So this patch merge sysman into libdeviced.
and before long other library such as libslp-pm(pmapi) and devman merged into a libdeviced.

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Change-Id: Idd5077216894ba41de91959a74d04844306f9e41
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
53 files changed:
CMakeLists.txt
packaging/sysman.manifest [new file with mode: 0644]
packaging/system-server.spec
src/battery/lowbat-handler.c
src/bs/bs.c
src/core/common.c
src/core/common.h
src/core/core.c
src/core/launch.c
src/core/predefine.c
src/core/queue.c
src/core/sysnoti.c
src/proc/lowmem-handler.c
src/proc/pmon-handler.c
src/proc/procmgr.c
src/ta/ta-handler.c
src/time/time-handler.c
src/usb/usb-handler.c
sysman/CMakeLists.txt [new file with mode: 0755]
sysman/SLP_sysman_PG.h [new file with mode: 0644]
sysman/TC/build.sh [new file with mode: 0755]
sysman/TC/execute.sh [new file with mode: 0755]
sysman/TC/tet_code [new file with mode: 0644]
sysman/TC/tet_scen [new file with mode: 0644]
sysman/TC/tetbuild.cfg [new file with mode: 0644]
sysman/TC/tetclean.cfg [new file with mode: 0644]
sysman/TC/tetexec.cfg [new file with mode: 0644]
sysman/TC/unit/Makefile [new file with mode: 0644]
sysman/TC/unit/tc_gen.sh [new file with mode: 0755]
sysman/TC/unit/tslist [new file with mode: 0644]
sysman/TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0644]
sysman/TC/unit/utc_SystemFW_sysconf_is_vip_func.c [new file with mode: 0644]
sysman/TC/unit/utc_SystemFW_sysconf_set_mempolicy_bypid_func.c [new file with mode: 0644]
sysman/TC/unit/utc_SystemFW_sysconf_set_mempolicy_func.c [new file with mode: 0644]
sysman/TC/unit/utc_SystemFW_sysconf_set_permanent_bypid_func.c [new file with mode: 0644]
sysman/TC/unit/utc_SystemFW_sysconf_set_permanent_func.c [new file with mode: 0644]
sysman/TC/unit/utc_SystemFW_sysconf_set_vip_func.c [new file with mode: 0644]
sysman/TC/unit/utc_SystemFW_sysman_get_apppath_func.c [new file with mode: 0644]
sysman/TC/unit/utc_SystemFW_sysman_get_cmdline_name_func.c [new file with mode: 0644]
sysman/TC/unit/utc_SystemFW_sysman_get_pid_func.c [new file with mode: 0644]
sysman/TC/unit/utc_SystemFW_sysman_set_datetime_func.c [new file with mode: 0644]
sysman/set_pmon/CMakeLists.txt [new file with mode: 0644]
sysman/set_pmon/pmon [new file with mode: 0755]
sysman/set_pmon/regpmon [new file with mode: 0755]
sysman/set_pmon/set_pmon.c [new file with mode: 0644]
sysman/sysconf.c [new file with mode: 0644]
sysman/sysman-internal.h [new file with mode: 0644]
sysman/sysman-priv.h [new file with mode: 0644]
sysman/sysman-util.c [new file with mode: 0644]
sysman/sysman.h [new file with mode: 0755]
sysman/sysman.pc.in [new file with mode: 0644]
sysman/sysman_managed.h [new file with mode: 0755]
sysman/sysnoti.c [new file with mode: 0644]