Implement OOBE view 06/212406/2
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 21 Aug 2019 07:04:34 +0000 (16:04 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 21 Aug 2019 07:07:42 +0000 (16:07 +0900)
commitf0afba2c6a4b624d755f9c039fd55c56c13f4467
tree7951302ad3d35513d8fc552b46ab69541e32d7d5
parentb6b20c8f9cb343c8ccc88b86195a4a1a9ee606ed
Implement OOBE view

- Add resources(images, fonts and edc)
- Update title contents

Change-Id: I47400b20542d192b5db8721821d8f095626f5f23
19 files changed:
packaging/wifi-efl-ug.spec
resources/fonts/oobe/SamsungOneUI-400.ttf [new file with mode: 0755]
resources/fonts/oobe/SamsungOneUI-500.ttf [new file with mode: 0755]
resources/fonts/oobe/SamsungOneUI-600.ttf [new file with mode: 0755]
resources/images/oobe/buttons/base_border.png [new file with mode: 0644]
resources/images/oobe/buttons/base_circle32.png [new file with mode: 0644]
resources/images/oobe/buttons/base_circle60.png [new file with mode: 0644]
resources/images/oobe/buttons/dot.png [new file with mode: 0644]
resources/images/oobe/buttons/gray_border.png [new file with mode: 0644]
resources/images/oobe/buttons/green_border.png [new file with mode: 0644]
resources/images/oobe/checkboxes/checked_bg.png [new file with mode: 0644]
resources/images/oobe/checkboxes/unchecked_bg.png [new file with mode: 0644]
sources/libraries/Common/include/common.h
sources/ui-gadget/CMakeLists.txt
sources/ui-gadget/edcs/oobe_buttons.edc [new file with mode: 0755]
sources/ui-gadget/include/ug_wifi.h
sources/ui-gadget/viewers-layout/viewer_manager.c
sources/ui-gadget/viewers-layout/wifi_viewer_list.c
sources/ui-gadget/wifi-efl-UG.c