Implements FOTA(RO, RW) UI, Recovery UI 23/239523/1 submit/tizen/20200728.042539
authordyamy-lee <dyamy.lee@samsung.com>
Mon, 27 Jul 2020 07:41:58 +0000 (16:41 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Mon, 27 Jul 2020 09:59:05 +0000 (18:59 +0900)
commit6c882c9e0bab66f3a20762a3c8e819c773714d99
tree24837ef45dc4fafacbb7f741b3ee57a1c49dce20
parent351fcf946f5146b92f66c8ec448dce9ab7052fc4
Implements FOTA(RO, RW) UI, Recovery UI

Change-Id: I42c102587fe5e1d724f958e8b51d818085160fc8
477 files changed:
42-tota-gui-common.list [new file with mode: 0644]
42-tota-gui-wearable.list [new file with mode: 0644]
42-tota-gui.list [deleted file]
CMakeLists.txt
firmware-update-system-ui.manifest [deleted file]
fota_gui/CMakeLists.txt [deleted file]
fota_gui/fota_fbinfo.h [deleted file]
fota_gui/fota_gr.c [deleted file]
fota_gui/fota_gr.h [deleted file]
fota_gui/fota_gr_direct.h [deleted file]
fota_gui/fota_gr_direct_tw.c [deleted file]
fota_gui/fota_gui_common.h [deleted file]
fota_gui/fota_gui_log.h [deleted file]
fota_gui/fota_gui_main.c [deleted file]
fota_gui/fota_gui_util.c [deleted file]
fota_gui/fota_gui_util.h [deleted file]
fota_gui/fota_log.h [deleted file]
fota_gui/fota_png.c [deleted file]
fota_gui/fota_png.h [deleted file]
fota_gui/tdm-if.c [deleted file]
fota_gui/tdm-if.h [deleted file]
fota_gui_common/CMakeLists.txt [new file with mode: 0644]
fota_gui_common/fota_fbinfo.h [new file with mode: 0644]
fota_gui_common/fota_gr_direct_ro_common.c [new file with mode: 0644]
fota_gui_common/fota_gr_direct_ro_common.h [new file with mode: 0644]
fota_gui_common/fota_gr_ro_common.c [new file with mode: 0644]
fota_gui_common/fota_gr_ro_common.h [new file with mode: 0644]
fota_gui_common/fota_gui_general.h [new file with mode: 0644]
fota_gui_common/fota_gui_log.h [new file with mode: 0644]
fota_gui_common/fota_gui_ro_common_main.c [new file with mode: 0644]
fota_gui_common/fota_gui_util.c [new file with mode: 0644]
fota_gui_common/fota_gui_util.h [new file with mode: 0644]
fota_gui_common/fota_png.c [new file with mode: 0644]
fota_gui_common/fota_png.h [new file with mode: 0644]
fota_gui_common/tdm-if.c [new file with mode: 0644]
fota_gui_common/tdm-if.h [new file with mode: 0644]
fota_gui_wearable/CMakeLists.txt [new file with mode: 0644]
fota_gui_wearable/fota_fbinfo.h [new file with mode: 0644]
fota_gui_wearable/fota_gr_direct_ro_wearable.c [new file with mode: 0644]
fota_gui_wearable/fota_gr_direct_ro_wearable.h [new file with mode: 0644]
fota_gui_wearable/fota_gr_ro_wearable.c [new file with mode: 0644]
fota_gui_wearable/fota_gr_ro_wearable.h [new file with mode: 0644]
fota_gui_wearable/fota_gui_general.h [new file with mode: 0644]
fota_gui_wearable/fota_gui_log.h [new file with mode: 0644]
fota_gui_wearable/fota_gui_ro_wearable_main.c [new file with mode: 0644]
fota_gui_wearable/fota_gui_util.c [new file with mode: 0644]
fota_gui_wearable/fota_gui_util.h [new file with mode: 0644]
fota_gui_wearable/fota_png.c [new file with mode: 0644]
fota_gui_wearable/fota_png.h [new file with mode: 0644]
fota_gui_wearable/tdm-if.c [new file with mode: 0644]
fota_gui_wearable/tdm-if.h [new file with mode: 0644]
packaging/firmware-update-system-ui.manifest [new file with mode: 0644]
packaging/firmware-update-system-ui.spec
recovery_gui_common/.CMakeLists.txt.swp [new file with mode: 0644]
recovery_gui_common/CMakeLists.txt [new file with mode: 0644]
recovery_gui_common/recovery_fbinfo.h [new file with mode: 0644]
recovery_gui_common/recovery_gr_common.c [new file with mode: 0644]
recovery_gui_common/recovery_gr_common.h [new file with mode: 0644]
recovery_gui_common/recovery_gr_direct_common.c [new file with mode: 0644]
recovery_gui_common/recovery_gr_direct_common.h [new file with mode: 0644]
recovery_gui_common/recovery_gui_common_main.c [new file with mode: 0644]
recovery_gui_common/recovery_gui_general.h [new file with mode: 0644]
recovery_gui_common/recovery_gui_log.h [new file with mode: 0644]
recovery_gui_common/recovery_gui_util.c [new file with mode: 0644]
recovery_gui_common/recovery_gui_util.h [new file with mode: 0644]
recovery_gui_common/recovery_png.c [new file with mode: 0644]
recovery_gui_common/recovery_png.h [new file with mode: 0644]
recovery_gui_common/tdm-if.c [new file with mode: 0644]
recovery_gui_common/tdm-if.h [new file with mode: 0644]
res/common/images/common_base_rect_bg.png [new file with mode: 0755]
res/common/images/common_downloading_0.png [new file with mode: 0755]
res/common/images/common_downloading_1.png [new file with mode: 0755]
res/common/images/common_downloading_2.png [new file with mode: 0755]
res/common/images/common_downloading_3.png [new file with mode: 0755]
res/common/images/common_downloading_4.png [new file with mode: 0755]
res/common/images/common_downloading_5.png [new file with mode: 0755]
res/common/images/common_downloading_6.png [new file with mode: 0755]
res/common/images/common_downloading_7.png [new file with mode: 0755]
res/common/images/common_downloading_8.png [new file with mode: 0755]
res/common/images/common_downloading_9.png [new file with mode: 0755]
res/common/images/common_downloading_percent.png [new file with mode: 0755]
res/common/images/common_progress_000.png [new file with mode: 0755]
res/common/images/common_progress_001.png [new file with mode: 0755]
res/common/images/common_progress_002.png [new file with mode: 0755]
res/common/images/common_progress_003.png [new file with mode: 0755]
res/common/images/common_progress_004.png [new file with mode: 0755]
res/common/images/common_progress_005.png [new file with mode: 0755]
res/common/images/common_progress_006.png [new file with mode: 0755]
res/common/images/common_progress_007.png [new file with mode: 0755]
res/common/images/common_progress_008.png [new file with mode: 0755]
res/common/images/common_progress_009.png [new file with mode: 0755]
res/common/images/common_progress_010.png [new file with mode: 0755]
res/common/images/common_progress_011.png [new file with mode: 0755]
res/common/images/common_progress_012.png [new file with mode: 0755]
res/common/images/common_progress_013.png [new file with mode: 0755]
res/common/images/common_progress_014.png [new file with mode: 0755]
res/common/images/common_progress_015.png [new file with mode: 0755]
res/common/images/common_progress_016.png [new file with mode: 0755]
res/common/images/common_progress_017.png [new file with mode: 0755]
res/common/images/common_progress_018.png [new file with mode: 0755]
res/common/images/common_progress_019.png [new file with mode: 0755]
res/common/images/common_progress_020.png [new file with mode: 0755]
res/common/images/common_progress_021.png [new file with mode: 0755]
res/common/images/common_progress_022.png [new file with mode: 0755]
res/common/images/common_progress_023.png [new file with mode: 0755]
res/common/images/common_progress_024.png [new file with mode: 0755]
res/common/images/common_progress_025.png [new file with mode: 0755]
res/common/images/common_progress_026.png [new file with mode: 0755]
res/common/images/common_progress_027.png [new file with mode: 0755]
res/common/images/common_progress_028.png [new file with mode: 0755]
res/common/images/common_progress_029.png [new file with mode: 0755]
res/common/images/common_progress_030.png [new file with mode: 0755]
res/common/images/common_progress_031.png [new file with mode: 0755]
res/common/images/common_progress_032.png [new file with mode: 0755]
res/common/images/common_progress_033.png [new file with mode: 0755]
res/common/images/common_progress_034.png [new file with mode: 0755]
res/common/images/common_progress_035.png [new file with mode: 0755]
res/common/images/common_progress_036.png [new file with mode: 0755]
res/common/images/common_progress_037.png [new file with mode: 0755]
res/common/images/common_progress_038.png [new file with mode: 0755]
res/common/images/common_progress_039.png [new file with mode: 0755]
res/common/images/common_progress_040.png [new file with mode: 0755]
res/common/images/common_progress_041.png [new file with mode: 0755]
res/common/images/common_progress_042.png [new file with mode: 0755]
res/common/images/common_progress_043.png [new file with mode: 0755]
res/common/images/common_progress_044.png [new file with mode: 0755]
res/common/images/common_progress_045.png [new file with mode: 0755]
res/common/images/common_progress_046.png [new file with mode: 0755]
res/common/images/common_progress_047.png [new file with mode: 0755]
res/common/images/common_progress_048.png [new file with mode: 0755]
res/common/images/common_progress_049.png [new file with mode: 0755]
res/common/images/common_progress_050.png [new file with mode: 0755]
res/common/images/common_progress_051.png [new file with mode: 0755]
res/common/images/common_progress_052.png [new file with mode: 0755]
res/common/images/common_progress_053.png [new file with mode: 0755]
res/common/images/common_progress_054.png [new file with mode: 0755]
res/common/images/common_progress_055.png [new file with mode: 0755]
res/common/images/common_progress_056.png [new file with mode: 0755]
res/common/images/common_progress_057.png [new file with mode: 0755]
res/common/images/common_progress_058.png [new file with mode: 0755]
res/common/images/common_progress_059.png [new file with mode: 0755]
res/common/images/common_progress_060.png [new file with mode: 0755]
res/common/images/common_progress_061.png [new file with mode: 0755]
res/common/images/common_progress_062.png [new file with mode: 0755]
res/common/images/common_progress_063.png [new file with mode: 0755]
res/common/images/common_progress_064.png [new file with mode: 0755]
res/common/images/common_progress_065.png [new file with mode: 0755]
res/common/images/common_progress_066.png [new file with mode: 0755]
res/common/images/common_progress_067.png [new file with mode: 0755]
res/common/images/common_progress_068.png [new file with mode: 0755]
res/common/images/common_progress_069.png [new file with mode: 0755]
res/common/images/common_progress_070.png [new file with mode: 0755]
res/common/images/common_progress_071.png [new file with mode: 0755]
res/common/images/common_progress_072.png [new file with mode: 0755]
res/common/images/common_progress_073.png [new file with mode: 0755]
res/common/images/common_progress_074.png [new file with mode: 0755]
res/common/images/common_progress_075.png [new file with mode: 0755]
res/common/images/common_progress_076.png [new file with mode: 0755]
res/common/images/common_progress_077.png [new file with mode: 0755]
res/common/images/common_progress_078.png [new file with mode: 0755]
res/common/images/common_progress_079.png [new file with mode: 0755]
res/common/images/common_progress_080.png [new file with mode: 0755]
res/common/images/common_progress_081.png [new file with mode: 0755]
res/common/images/common_progress_082.png [new file with mode: 0755]
res/common/images/common_progress_083.png [new file with mode: 0755]
res/common/images/common_progress_084.png [new file with mode: 0755]
res/common/images/common_progress_085.png [new file with mode: 0755]
res/common/images/common_progress_086.png [new file with mode: 0755]
res/common/images/common_progress_087.png [new file with mode: 0755]
res/common/images/common_progress_088.png [new file with mode: 0755]
res/common/images/common_progress_089.png [new file with mode: 0755]
res/common/images/common_progress_090.png [new file with mode: 0755]
res/common/images/common_progress_091.png [new file with mode: 0755]
res/common/images/common_progress_092.png [new file with mode: 0755]
res/common/images/common_progress_093.png [new file with mode: 0755]
res/common/images/common_progress_094.png [new file with mode: 0755]
res/common/images/common_progress_095.png [new file with mode: 0755]
res/common/images/common_progress_096.png [new file with mode: 0755]
res/common/images/common_progress_097.png [new file with mode: 0755]
res/common/images/common_progress_098.png [new file with mode: 0755]
res/common/images/common_progress_099.png [new file with mode: 0755]
res/common/images/common_progress_100.png [new file with mode: 0755]
res/common/images/common_progress_bar.png [new file with mode: 0755]
res/common/images/common_recovery_bg_text.png [new file with mode: 0755]
res/common/images/common_ro_bg_text.png [new file with mode: 0755]
res/common/images/common_rw_bg_text.png [new file with mode: 0755]
res/tw1/images/solis_fota_progress_000.png [deleted file]
res/tw1/images/wc_fota_downloading_0.png [deleted file]
res/tw1/images/wc_fota_downloading_1.png [deleted file]
res/tw1/images/wc_fota_downloading_2.png [deleted file]
res/tw1/images/wc_fota_downloading_3.png [deleted file]
res/tw1/images/wc_fota_downloading_4.png [deleted file]
res/tw1/images/wc_fota_downloading_5.png [deleted file]
res/tw1/images/wc_fota_downloading_6.png [deleted file]
res/tw1/images/wc_fota_downloading_7.png [deleted file]
res/tw1/images/wc_fota_downloading_8.png [deleted file]
res/tw1/images/wc_fota_downloading_9.png [deleted file]
res/tw1/images/wc_fota_downloading_slash.png [deleted file]
res/wearable/images/tw_fota_downloading_0.png [deleted file]
res/wearable/images/tw_fota_downloading_1.png [deleted file]
res/wearable/images/tw_fota_downloading_2.png [deleted file]
res/wearable/images/tw_fota_downloading_3.png [deleted file]
res/wearable/images/tw_fota_downloading_4.png [deleted file]
res/wearable/images/tw_fota_downloading_5.png [deleted file]
res/wearable/images/tw_fota_downloading_6.png [deleted file]
res/wearable/images/tw_fota_downloading_7.png [deleted file]
res/wearable/images/tw_fota_downloading_8.png [deleted file]
res/wearable/images/tw_fota_downloading_9.png [deleted file]
res/wearable/images/tw_fota_downloading_percent.png [deleted file]
res/wearable/images/tw_fota_progress_000.png [deleted file]
res/wearable/images/tw_fota_progress_001.png [deleted file]
res/wearable/images/tw_fota_progress_002.png [deleted file]
res/wearable/images/tw_fota_progress_003.png [deleted file]
res/wearable/images/tw_fota_progress_004.png [deleted file]
res/wearable/images/tw_fota_progress_005.png [deleted file]
res/wearable/images/tw_fota_progress_006.png [deleted file]
res/wearable/images/tw_fota_progress_007.png [deleted file]
res/wearable/images/tw_fota_progress_008.png [deleted file]
res/wearable/images/tw_fota_progress_009.png [deleted file]
res/wearable/images/tw_fota_progress_010.png [deleted file]
res/wearable/images/tw_fota_progress_011.png [deleted file]
res/wearable/images/tw_fota_progress_012.png [deleted file]
res/wearable/images/tw_fota_progress_013.png [deleted file]
res/wearable/images/tw_fota_progress_014.png [deleted file]
res/wearable/images/tw_fota_progress_015.png [deleted file]
res/wearable/images/tw_fota_progress_016.png [deleted file]
res/wearable/images/tw_fota_progress_017.png [deleted file]
res/wearable/images/tw_fota_progress_018.png [deleted file]
res/wearable/images/tw_fota_progress_019.png [deleted file]
res/wearable/images/tw_fota_progress_020.png [deleted file]
res/wearable/images/tw_fota_progress_021.png [deleted file]
res/wearable/images/tw_fota_progress_022.png [deleted file]
res/wearable/images/tw_fota_progress_023.png [deleted file]
res/wearable/images/tw_fota_progress_024.png [deleted file]
res/wearable/images/tw_fota_progress_025.png [deleted file]
res/wearable/images/tw_fota_progress_026.png [deleted file]
res/wearable/images/tw_fota_progress_027.png [deleted file]
res/wearable/images/tw_fota_progress_028.png [deleted file]
res/wearable/images/tw_fota_progress_029.png [deleted file]
res/wearable/images/tw_fota_progress_030.png [deleted file]
res/wearable/images/tw_fota_progress_031.png [deleted file]
res/wearable/images/tw_fota_progress_032.png [deleted file]
res/wearable/images/tw_fota_progress_033.png [deleted file]
res/wearable/images/tw_fota_progress_034.png [deleted file]
res/wearable/images/tw_fota_progress_035.png [deleted file]
res/wearable/images/tw_fota_progress_036.png [deleted file]
res/wearable/images/tw_fota_progress_037.png [deleted file]
res/wearable/images/tw_fota_progress_038.png [deleted file]
res/wearable/images/tw_fota_progress_039.png [deleted file]
res/wearable/images/tw_fota_progress_040.png [deleted file]
res/wearable/images/tw_fota_progress_041.png [deleted file]
res/wearable/images/tw_fota_progress_042.png [deleted file]
res/wearable/images/tw_fota_progress_043.png [deleted file]
res/wearable/images/tw_fota_progress_044.png [deleted file]
res/wearable/images/tw_fota_progress_045.png [deleted file]
res/wearable/images/tw_fota_progress_046.png [deleted file]
res/wearable/images/tw_fota_progress_047.png [deleted file]
res/wearable/images/tw_fota_progress_048.png [deleted file]
res/wearable/images/tw_fota_progress_049.png [deleted file]
res/wearable/images/tw_fota_progress_050.png [deleted file]
res/wearable/images/tw_fota_progress_051.png [deleted file]
res/wearable/images/tw_fota_progress_052.png [deleted file]
res/wearable/images/tw_fota_progress_053.png [deleted file]
res/wearable/images/tw_fota_progress_054.png [deleted file]
res/wearable/images/tw_fota_progress_055.png [deleted file]
res/wearable/images/tw_fota_progress_056.png [deleted file]
res/wearable/images/tw_fota_progress_057.png [deleted file]
res/wearable/images/tw_fota_progress_058.png [deleted file]
res/wearable/images/tw_fota_progress_059.png [deleted file]
res/wearable/images/tw_fota_progress_060.png [deleted file]
res/wearable/images/tw_fota_progress_061.png [deleted file]
res/wearable/images/tw_fota_progress_062.png [deleted file]
res/wearable/images/tw_fota_progress_063.png [deleted file]
res/wearable/images/tw_fota_progress_064.png [deleted file]
res/wearable/images/tw_fota_progress_065.png [deleted file]
res/wearable/images/tw_fota_progress_066.png [deleted file]
res/wearable/images/tw_fota_progress_067.png [deleted file]
res/wearable/images/tw_fota_progress_068.png [deleted file]
res/wearable/images/tw_fota_progress_069.png [deleted file]
res/wearable/images/tw_fota_progress_070.png [deleted file]
res/wearable/images/tw_fota_progress_071.png [deleted file]
res/wearable/images/tw_fota_progress_072.png [deleted file]
res/wearable/images/tw_fota_progress_073.png [deleted file]
res/wearable/images/tw_fota_progress_074.png [deleted file]
res/wearable/images/tw_fota_progress_075.png [deleted file]
res/wearable/images/tw_fota_progress_076.png [deleted file]
res/wearable/images/tw_fota_progress_077.png [deleted file]
res/wearable/images/tw_fota_progress_078.png [deleted file]
res/wearable/images/tw_fota_progress_079.png [deleted file]
res/wearable/images/tw_fota_progress_080.png [deleted file]
res/wearable/images/tw_fota_progress_081.png [deleted file]
res/wearable/images/tw_fota_progress_082.png [deleted file]
res/wearable/images/tw_fota_progress_083.png [deleted file]
res/wearable/images/tw_fota_progress_084.png [deleted file]
res/wearable/images/tw_fota_progress_085.png [deleted file]
res/wearable/images/tw_fota_progress_086.png [deleted file]
res/wearable/images/tw_fota_progress_087.png [deleted file]
res/wearable/images/tw_fota_progress_088.png [deleted file]
res/wearable/images/tw_fota_progress_089.png [deleted file]
res/wearable/images/tw_fota_progress_090.png [deleted file]
res/wearable/images/tw_fota_progress_091.png [deleted file]
res/wearable/images/tw_fota_progress_092.png [deleted file]
res/wearable/images/tw_fota_progress_093.png [deleted file]
res/wearable/images/tw_fota_progress_094.png [deleted file]
res/wearable/images/tw_fota_progress_095.png [deleted file]
res/wearable/images/tw_fota_progress_096.png [deleted file]
res/wearable/images/tw_fota_progress_097.png [deleted file]
res/wearable/images/tw_fota_progress_098.png [deleted file]
res/wearable/images/tw_fota_progress_099.png [deleted file]
res/wearable/images/tw_fota_progress_100.png [deleted file]
res/wearable/images/tw_fota_progress_bg.png [deleted file]
res/wearable/images/tw_fota_progress_final.png [deleted file]
res/wearable/images/tw_start_downloading.png [deleted file]
res/wearable/ro_update/images/tw_fota_downloading_0.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_downloading_1.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_downloading_2.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_downloading_3.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_downloading_4.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_downloading_5.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_downloading_6.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_downloading_7.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_downloading_8.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_downloading_9.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_downloading_percent.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_000.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_001.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_002.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_003.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_004.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_005.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_006.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_007.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_008.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_009.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_010.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_011.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_012.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_013.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_014.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_015.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_016.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_017.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_018.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_019.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_020.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_021.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_022.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_023.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_024.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_025.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_026.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_027.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_028.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_029.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_030.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_031.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_032.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_033.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_034.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_035.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_036.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_037.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_038.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_039.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_040.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_041.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_042.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_043.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_044.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_045.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_046.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_047.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_048.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_049.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_050.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_051.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_052.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_053.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_054.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_055.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_056.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_057.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_058.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_059.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_060.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_061.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_062.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_063.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_064.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_065.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_066.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_067.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_068.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_069.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_070.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_071.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_072.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_073.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_074.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_075.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_076.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_077.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_078.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_079.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_080.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_081.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_082.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_083.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_084.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_085.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_086.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_087.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_088.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_089.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_090.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_091.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_092.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_093.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_094.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_095.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_096.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_097.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_098.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_099.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_100.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_bg.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_fota_progress_final.png [new file with mode: 0644]
res/wearable/ro_update/images/tw_start_downloading.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_downloading_0.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_downloading_1.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_downloading_2.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_downloading_3.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_downloading_4.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_downloading_5.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_downloading_6.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_downloading_7.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_downloading_8.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_downloading_9.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_downloading_slash.png [new file with mode: 0644]
res/wearable/rw_update/images/tw_fota_progress_rw_bg.png [new file with mode: 0644]
rw-update-ani-common/CMakeLists.txt [new file with mode: 0644]
rw-update-ani-common/fota_fbinfo.h [new file with mode: 0644]
rw-update-ani-common/fota_gr_direct_rw_common.c [new file with mode: 0644]
rw-update-ani-common/fota_gr_direct_rw_common.h [new file with mode: 0644]
rw-update-ani-common/fota_gr_rw_common.c [new file with mode: 0644]
rw-update-ani-common/fota_gr_rw_common.h [new file with mode: 0644]
rw-update-ani-common/fota_gui_general.h [new file with mode: 0644]
rw-update-ani-common/fota_gui_log.h [new file with mode: 0644]
rw-update-ani-common/fota_gui_rw_common_main.c [new file with mode: 0644]
rw-update-ani-common/fota_gui_util.c [new file with mode: 0644]
rw-update-ani-common/fota_gui_util.h [new file with mode: 0644]
rw-update-ani-common/fota_png.c [new file with mode: 0644]
rw-update-ani-common/fota_png.h [new file with mode: 0644]
rw-update-ani-common/tdm-if.c [new file with mode: 0644]
rw-update-ani-common/tdm-if.h [new file with mode: 0644]
rw-update-ani-wearable/CMakeLists.txt [new file with mode: 0644]
rw-update-ani-wearable/rw-update-ani_new.c [new file with mode: 0644]
rw-update-ani-wearable/rw-update-ani_new.h [new file with mode: 0644]
rw-update-ani-wearable/rw-update-log.h [new file with mode: 0644]
rw-update-ani-wearable/rw-update_new_cairo.h [new file with mode: 0644]
rw-update-ani-wearable/rw-update_new_cairo_w_360_360.c [new file with mode: 0644]
rw-update-ani-wearable/rw-update_new_common.h [new file with mode: 0644]
rw-update-ani-wearable/rw-update_new_common_display.h [new file with mode: 0644]
rw-update-ani-wearable/rw-update_new_fb.h [new file with mode: 0644]
rw-update-ani-wearable/rw-update_new_fb_cairo.c [new file with mode: 0644]
rw-update-ani-wearable/rw-update_new_tdm_display.c [new file with mode: 0644]
rw-update-ani/CMakeLists.txt [deleted file]
rw-update-ani/rw-update-ani_new.c [deleted file]
rw-update-ani/rw-update-ani_new.h [deleted file]
rw-update-ani/rw-update-log.h [deleted file]
rw-update-ani/rw-update_new_cairo.h [deleted file]
rw-update-ani/rw-update_new_cairo_w_360_360.c [deleted file]
rw-update-ani/rw-update_new_common.h [deleted file]
rw-update-ani/rw-update_new_common_display.h [deleted file]
rw-update-ani/rw-update_new_fb.h [deleted file]
rw-update-ani/rw-update_new_fb_cairo.c [deleted file]
rw-update-ani/rw-update_new_tdm_display.c [deleted file]