default_backend: add some animations - easy_setup, emergency, mic_off, normal, sw_upd... 76/220676/1
authorjeon <jhyuni.kang@samsung.com>
Thu, 29 Aug 2019 03:18:20 +0000 (12:18 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Fri, 20 Dec 2019 07:21:45 +0000 (16:21 +0900)
commit38be2ab36bcbf07cc8c03bf0946d7567f3d7ad62
tree48b8e3f343a21f396196d7e4e4db4fbf82a1c6f1
parentff3e87573ea5d3483838203ea959db36a45fa382
default_backend: add some animations - easy_setup, emergency, mic_off, normal, sw_update_done, time_out

Change-Id: I8b4e7862d0776e3820466a52a845bcfc20bf60e7
17 files changed:
backends/Makefile.am
backends/default_ani_easysetup.c [new file with mode: 0644]
backends/default_ani_emergency.c
backends/default_ani_micoff.c [new file with mode: 0644]
backends/default_ani_normal.c [new file with mode: 0644]
backends/default_ani_swupdatedone.c [new file with mode: 0644]
backends/default_ani_timeout.c [new file with mode: 0644]
backends/default_backend.c
backends/default_backend.h
backends/res/alarm.json [deleted file]
backends/res/easy_setup.json [new file with mode: 0644]
backends/res/emergency.json
backends/res/mic_off.json [new file with mode: 0644]
backends/res/normal.json [new file with mode: 0644]
backends/res/sw_update_done.json [new file with mode: 0644]
backends/res/timeout.json [new file with mode: 0644]
samples/PUI_sample.c