backends: change default animation names following default naming rule 78/220678/1
authorjeon <jhyuni.kang@samsung.com>
Mon, 2 Sep 2019 11:00:59 +0000 (20:00 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Fri, 20 Dec 2019 07:22:27 +0000 (16:22 +0900)
commitbcdb201e5e57c935e004a5aab99f27e7a6741e1c
treeef06f533143c63da548d11c3556e7336b5bece2d
parentee8a3572a8d60e2c3c6f6a64ae10ea6cf9bf5b4b
backends: change default animation names following default naming rule

Change-Id: I1f6e8a1f72341cc4f7897551d84f05b352dfb577
36 files changed:
backends/Makefile.am
backends/bt/default_ani_connected.c [moved from backends/default_ani_connected.c with 99% similarity]
backends/bt/default_ani_pairing.c [moved from backends/default_ani_pairing.c with 99% similarity]
backends/default_backend.c
backends/notification/default_ani_alarm.c [moved from backends/default_ani_alarm.c with 99% similarity]
backends/notification/default_ani_emergency.c [moved from backends/default_ani_emergency.c with 99% similarity]
backends/notification/default_ani_error.c [moved from backends/default_ani_error.c with 99% similarity]
backends/notification/default_ani_networkerror.c [moved from backends/default_ani_networkerror.c with 99% similarity]
backends/notification/default_ani_normal.c [moved from backends/default_ani_normal.c with 99% similarity]
backends/res/bt/connected.json [moved from backends/res/connected.json with 95% similarity]
backends/res/bt/pairing.json [moved from backends/res/pairing.json with 98% similarity]
backends/res/notification/alarm.json [moved from backends/res/alarm.json with 98% similarity]
backends/res/notification/emergency.json [moved from backends/res/emergency.json with 96% similarity]
backends/res/notification/error.json [moved from backends/res/error.json with 94% similarity]
backends/res/notification/network_error.json [moved from backends/res/network_error.json with 92% similarity]
backends/res/notification/normal.json [moved from backends/res/normal.json with 97% similarity]
backends/res/system/easy_setup.json [moved from backends/res/easy_setup.json with 96% similarity]
backends/res/system/mic_off.json [moved from backends/res/mic_off.json with 94% similarity]
backends/res/system/processing.json [moved from backends/res/system_processing.json with 94% similarity]
backends/res/system/sw_update_done.json [moved from backends/res/sw_update_done.json with 97% similarity]
backends/res/voice/listening.json [moved from backends/res/listening.json with 97% similarity]
backends/res/voice/processing.json [moved from backends/res/processing.json with 94% similarity]
backends/res/voice/speaking.json [moved from backends/res/speaking.json with 97% similarity]
backends/res/voice/streaming.json [moved from backends/res/streaming.json with 97% similarity]
backends/res/voice/timeout.json [moved from backends/res/timeout.json with 98% similarity]
backends/system/default_ani_easysetup.c [moved from backends/default_ani_easysetup.c with 99% similarity]
backends/system/default_ani_micoff.c [moved from backends/default_ani_micoff.c with 99% similarity]
backends/system/default_ani_swupdatedone.c [moved from backends/default_ani_swupdatedone.c with 99% similarity]
backends/system/default_ani_system_processing.c [moved from backends/default_ani_system_processing.c with 99% similarity]
backends/voice/default_ani_listening.c [moved from backends/default_ani_listening.c with 99% similarity]
backends/voice/default_ani_processing.c [moved from backends/default_ani_processing.c with 99% similarity]
backends/voice/default_ani_speaking.c [moved from backends/default_ani_speaking.c with 99% similarity]
backends/voice/default_ani_streaming.c [moved from backends/default_ani_streaming.c with 99% similarity]
backends/voice/default_ani_timeout.c [moved from backends/default_ani_timeout.c with 99% similarity]
packaging/libpui.spec
samples/PUI_sample.c