Add scaffolding for tizen native example app
authorJihoon Lee <jhoon.it.lee@samsung.com>
Fri, 15 May 2020 05:18:00 +0000 (14:18 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 18 May 2020 08:31:41 +0000 (17:31 +0900)
commit01f87e4a27d2fd5c39c3aab8f1dc67356f2fd9a7
tree5afe8aef128d128d953dac3b11fc40322b5cd896
parent6d8edeb5b13bf48d89d94ef14988c43e7558ac11
Add scaffolding for tizen native example app

This PR adds an anchor point for tizen native example app.
More specifically contains a tizen wearable widget that prints out 'hello world'
I am planning to build a tizen wearable app that trains user drawing labeled
with a specific unicode character but subjected to change at the moment.

Self evaluation:

Build test: [X]Passed [ ]Failed [ ]Skipped
Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
15 files changed:
Applications/Tizen_native/CustomShortcut/.cproject [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/.exportMap [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/.gitignore [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/.project [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/.tproject [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/README.md [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/inc/data.h [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/inc/main.h [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/inc/view.h [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/res/edje/main.edc [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/shared/res/icon.png [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/shared/res/preview.png [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/src/main.c [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/src/view.c [new file with mode: 0644]
Applications/Tizen_native/CustomShortcut/tizen-manifest.xml [new file with mode: 0644]