default_backend: add some animations - alarm, connected, error, network_error, paring... 77/220677/1
authorjeon <jhyuni.kang@samsung.com>
Thu, 29 Aug 2019 10:23:05 +0000 (19:23 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Fri, 20 Dec 2019 07:22:04 +0000 (16:22 +0900)
commitee8a3572a8d60e2c3c6f6a64ae10ea6cf9bf5b4b
treee1223796f959b85cef1e6511fcf738a0fceac99c
parent38be2ab36bcbf07cc8c03bf0946d7567f3d7ad62
default_backend: add some animations - alarm, connected, error, network_error, paring, system_processing - default animations are added all

Change-Id: Ic98e1fbd2a72aeb88fac91d9dfb1e395dae1a6eb
17 files changed:
backends/Makefile.am
backends/default_ani_alarm.c [new file with mode: 0644]
backends/default_ani_connected.c [new file with mode: 0644]
backends/default_ani_error.c [new file with mode: 0644]
backends/default_ani_networkerror.c [new file with mode: 0644]
backends/default_ani_pairing.c [new file with mode: 0644]
backends/default_ani_system_processing.c [new file with mode: 0644]
backends/default_backend.c
backends/default_backend.h
backends/res/alarm.json [new file with mode: 0644]
backends/res/connected.json [new file with mode: 0644]
backends/res/error.json [new file with mode: 0644]
backends/res/network_error.json [new file with mode: 0644]
backends/res/pairing.json [new file with mode: 0644]
backends/res/processing.json [new file with mode: 0644]
backends/res/system_processing.json
samples/PUI_sample.c