[Example] Add edc layout to the scaffolding
authorJihoon Lee <jhoon.it.lee@samsung.com>
Fri, 15 May 2020 10:05:32 +0000 (19:05 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 19 May 2020 08:04:01 +0000 (17:04 +0900)
commitd9120ddc6546ac2c1066d11db2663972080f3047
treea6c432ac7e880c96d577f7fd70759108ae3b4caa
parenta3050971ac08db058cbe8d56c753230d98781ed8
[Example] Add edc layout to the scaffolding

**Changes proposed in this PR:**
- Add main.edc
- Add view.[ch]
- Add data.h
- Change main initiation to use view function
- Move data definitions to data.h

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
Applications/Tizen_native/CustomShortcut/inc/data.h
Applications/Tizen_native/CustomShortcut/inc/main.h
Applications/Tizen_native/CustomShortcut/inc/view.h
Applications/Tizen_native/CustomShortcut/res/edje/main.edc
Applications/Tizen_native/CustomShortcut/src/main.c
Applications/Tizen_native/CustomShortcut/src/view.c