change system header file from dd-system to dd-deviced 61/14561/1
authorgiyeol.ok <giyeol.ok@samsung.com>
Wed, 27 Mar 2013 13:02:38 +0000 (22:02 +0900)
committerKrzysztof Sasiak <k.sasiak@samsung.com>
Tue, 7 Jan 2014 15:18:59 +0000 (16:18 +0100)
commit9c120d3fbf6118e59ad088e84d01af24991979bb
tree1ee913c8bacbd2c51a4ce078448e114749103dbd
parent16fc7e2ab742c4a96972593e44507e3f14f1ef05
change system header file from dd-system to dd-deviced

Change-Id: I27b1ce78f9813604a18eb85e7bddbaebff35c0f4
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
35 files changed:
CMakeLists.txt
packaging/system-server.spec
src/core/device-change-handler.c
src/core/predefine.c
src/deviced/dd-deviced-managed.h [moved from src/deviced/dd-system-managed.h with 79% similarity]
src/deviced/dd-deviced.h [moved from src/deviced/dd-system.h with 71% similarity]
src/shared/TC/unit/Makefile
src/shared/TC/unit/tslist
src/shared/TC/unit/utc_MODULE_API_func.c.in
src/shared/TC/unit/utc_SystemFW_sysconf_is_vip_func.c [deleted file]
src/shared/TC/unit/utc_SystemFW_sysconf_set_mempolicy_bypid_func.c [deleted file]
src/shared/TC/unit/utc_SystemFW_sysconf_set_mempolicy_func.c [deleted file]
src/shared/TC/unit/utc_SystemFW_sysconf_set_permanent_bypid_func.c [deleted file]
src/shared/TC/unit/utc_SystemFW_sysconf_set_permanent_func.c [deleted file]
src/shared/TC/unit/utc_SystemFW_sysconf_set_vip_func.c [deleted file]
src/shared/TC/unit/utc_SystemFW_sysman_get_apppath_func.c [deleted file]
src/shared/TC/unit/utc_SystemFW_sysman_get_cmdline_name_func.c [deleted file]
src/shared/TC/unit/utc_SystemFW_sysman_get_pid_func.c [deleted file]
src/shared/TC/unit/utc_SystemFW_sysman_set_datetime_func.c [deleted file]
src/shared/TC/unit/utc_SystemFW_system_conf_is_vip_func.c [new file with mode: 0644]
src/shared/TC/unit/utc_SystemFW_system_conf_set_mempolicy_bypid_func.c [new file with mode: 0644]
src/shared/TC/unit/utc_SystemFW_system_conf_set_mempolicy_func.c [new file with mode: 0644]
src/shared/TC/unit/utc_SystemFW_system_conf_set_permanent_bypid_func.c [new file with mode: 0644]
src/shared/TC/unit/utc_SystemFW_system_conf_set_permanent_func.c [new file with mode: 0644]
src/shared/TC/unit/utc_SystemFW_system_conf_set_vip_func.c [new file with mode: 0644]
src/shared/TC/unit/utc_SystemFW_system_get_apppath_func.c [new file with mode: 0644]
src/shared/TC/unit/utc_SystemFW_system_get_cmdline_name_func.c [new file with mode: 0644]
src/shared/TC/unit/utc_SystemFW_system_get_pid_func.c [new file with mode: 0644]
src/shared/TC/unit/utc_SystemFW_system_set_datetime_func.c [new file with mode: 0644]
src/shared/deviced-conf.c [moved from src/shared/system-conf.c with 87% similarity]
src/shared/deviced-internal.h [moved from src/shared/system-internal.h with 86% similarity]
src/shared/deviced-noti.c [moved from src/shared/system-noti.c with 73% similarity]
src/shared/deviced-priv.h [moved from src/shared/system-priv.h with 91% similarity]
src/shared/deviced-util.c [moved from src/shared/system-util.c with 90% similarity]
src/shared/led.c