Wakeup Timer view implementation (no functionality yet) 95/59095/6
authorAgnieszka Janowicz <a.janowicz@samsung.com>
Wed, 10 Feb 2016 12:46:58 +0000 (13:46 +0100)
committerAgnieszka Janowicz <a.janowicz@samsung.com>
Thu, 11 Feb 2016 15:57:47 +0000 (16:57 +0100)
commit4bf03f0ac8edf4f0137b4ae990279ca190332350
tree66faf71c4878573b6cc83470c5b1b533c53db9c3
parent39ae815c104a1edfb9a8c04f016229eb4ff2bc81
Wakeup Timer view implementation (no functionality yet)

Change-Id: I9e6f612a99661dd25e51e44bfe38c50ec10faeb1
Signed-off-by: Agnieszka Janowicz <a.janowicz@samsung.com>>
13 files changed:
CMakeLists.txt
include/common/utils.h
include/data/system/settings_wakeup_timer.h [new file with mode: 0644]
include/define.h
include/view/system/view_wakeup_timer.h [new file with mode: 0644]
res/settings.edc
res/view/system/wakeup_timer.edc [new file with mode: 0644]
src/common/utils.c
src/data/system/settings_wakeup_timer.c [new file with mode: 0644]
src/layout/layout_system.c
src/main.c
src/view/system/view_clock.c
src/view/system/view_wakeup_timer.c [new file with mode: 0644]