default_backend: remove unnecessary module circular dependencies 94/248594/1 submit/tizen/20201201.020507
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 30 Nov 2020 11:18:21 +0000 (20:18 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Mon, 30 Nov 2020 11:18:21 +0000 (20:18 +0900)
commit5b3eafb050954de52e9114cba5cee5631e26914e
tree7c7b37d300282821d88231f9e1a33c9d1556e31c
parent226c24371df3146bc1bd69fdc3bf00d5217b7ef5
default_backend: remove unnecessary module circular dependencies

Change-Id: I1f8da156cb2826f9caa82f7293b0f5f76f31a23c
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
38 files changed:
backends/Makefile.am
backends/default/bt_ani_connected.c [moved from backends/bt/default_ani_connected.c with 99% similarity]
backends/default/bt_ani_pairing.c [moved from backends/bt/default_ani_pairing.c with 99% similarity]
backends/default/default_ani_clear_fadeout.c
backends/default/default_ani_clear_immediate.c
backends/default/default_backend.c [moved from backends/default_backend.c with 100% similarity]
backends/default/default_backend.h [moved from backends/default_backend.h with 100% similarity]
backends/default/notification_ani_alarm.c [moved from backends/notification/default_ani_alarm.c with 99% similarity]
backends/default/notification_ani_emergency.c [moved from backends/notification/default_ani_emergency.c with 99% similarity]
backends/default/notification_ani_error.c [moved from backends/notification/default_ani_error.c with 99% similarity]
backends/default/notification_ani_networkerror.c [moved from backends/notification/default_ani_networkerror.c with 99% similarity]
backends/default/notification_ani_normal.c [moved from backends/notification/default_ani_normal.c with 99% similarity]
backends/default/res/bt/connected.json [moved from backends/res/bt/connected.json with 100% similarity]
backends/default/res/bt/pairing.json [moved from backends/res/bt/pairing.json with 100% similarity]
backends/default/res/notification/alarm.json [moved from backends/res/notification/alarm.json with 100% similarity]
backends/default/res/notification/emergency.json [moved from backends/res/notification/emergency.json with 100% similarity]
backends/default/res/notification/error.json [moved from backends/res/notification/error.json with 100% similarity]
backends/default/res/notification/network_error.json [moved from backends/res/notification/network_error.json with 100% similarity]
backends/default/res/notification/normal.json [moved from backends/res/notification/normal.json with 100% similarity]
backends/default/res/system/easy_setup.json [moved from backends/res/system/easy_setup.json with 100% similarity]
backends/default/res/system/mic_off.json [moved from backends/res/system/mic_off.json with 100% similarity]
backends/default/res/system/processing.json [moved from backends/res/system/processing.json with 100% similarity]
backends/default/res/system/sw_update_done.json [moved from backends/res/system/sw_update_done.json with 100% similarity]
backends/default/res/voice/listening.json [moved from backends/res/voice/listening.json with 100% similarity]
backends/default/res/voice/processing.json [moved from backends/res/voice/processing.json with 100% similarity]
backends/default/res/voice/speaking.json [moved from backends/res/voice/speaking.json with 100% similarity]
backends/default/res/voice/streaming.json [moved from backends/res/voice/streaming.json with 100% similarity]
backends/default/res/voice/timeout.json [moved from backends/res/voice/timeout.json with 100% similarity]
backends/default/system_ani_easysetup.c [moved from backends/system/default_ani_easysetup.c with 99% similarity]
backends/default/system_ani_micoff.c [moved from backends/system/default_ani_micoff.c with 99% similarity]
backends/default/system_ani_swupdatedone.c [moved from backends/system/default_ani_swupdatedone.c with 99% similarity]
backends/default/system_ani_system_processing.c [moved from backends/system/default_ani_system_processing.c with 99% similarity]
backends/default/voice_ani_listening.c [moved from backends/voice/default_ani_listening.c with 99% similarity]
backends/default/voice_ani_processing.c [moved from backends/voice/default_ani_processing.c with 99% similarity]
backends/default/voice_ani_speaking.c [moved from backends/voice/default_ani_speaking.c with 99% similarity]
backends/default/voice_ani_streaming.c [moved from backends/voice/default_ani_streaming.c with 99% similarity]
backends/default/voice_ani_timeout.c [moved from backends/voice/default_ani_timeout.c with 99% similarity]
packaging/libpui.spec