Make dashboard into Tizen Studio project 75/193575/6
authorJiwon Park <jiwony.park@samsung.com>
Thu, 22 Nov 2018 04:47:02 +0000 (13:47 +0900)
committerJiwon Park <jiwony.park@samsung.com>
Fri, 23 Nov 2018 01:04:37 +0000 (10:04 +0900)
commit74706e240d950dfa2487317f4debb8d10e8c818b
treeaa5ac92270d42157116e2ed592fed867a82a3a75
parent5157035f98c72b1e09a62aa3e13dda69b1b913a7
Make dashboard into Tizen Studio project

Change-Id: I851f24e73cde988bd7a78a2506f27d9a151f3c10
28 files changed:
.cproject
dashboard/.cproject [new file with mode: 0644]
dashboard/.exportMap [new file with mode: 0644]
dashboard/.gitignore [new file with mode: 0644]
dashboard/.project [new file with mode: 0644]
dashboard/.tproject [new file with mode: 0644]
dashboard/inc/dashboard.h [new file with mode: 0644]
dashboard/project_def.prop [new file with mode: 0644]
dashboard/res/default.gif [moved from dashboard/default.gif with 100% similarity]
dashboard/res/public/css/style.css [moved from dashboard/public/css/style.css with 100% similarity]
dashboard/res/public/image/arrow-01.png [moved from dashboard/public/image/arrow-01.png with 100% similarity]
dashboard/res/public/image/arrow-02.png [moved from dashboard/public/image/arrow-02.png with 100% similarity]
dashboard/res/public/image/arrow-03.png [moved from dashboard/public/image/arrow-03.png with 100% similarity]
dashboard/res/public/image/arrow-04.png [moved from dashboard/public/image/arrow-04.png with 100% similarity]
dashboard/res/public/image/arrow-05.png [moved from dashboard/public/image/arrow-05.png with 100% similarity]
dashboard/res/public/image/arrow-06.png [moved from dashboard/public/image/arrow-06.png with 100% similarity]
dashboard/res/public/image/arrow-07.png [moved from dashboard/public/image/arrow-07.png with 100% similarity]
dashboard/res/public/image/arrow-08.png [moved from dashboard/public/image/arrow-08.png with 100% similarity]
dashboard/res/public/image/bg.png [moved from dashboard/public/image/bg.png with 100% similarity]
dashboard/res/public/image/bullet.png [moved from dashboard/public/image/bullet.png with 100% similarity]
dashboard/res/public/image/image.png [moved from dashboard/public/image/image.png with 100% similarity]
dashboard/res/public/image/mobile.png [moved from dashboard/public/image/mobile.png with 100% similarity]
dashboard/res/public/image/shadow.png [moved from dashboard/public/image/shadow.png with 100% similarity]
dashboard/res/public/index.html [moved from dashboard/public/index.html with 100% similarity]
dashboard/res/public/js/app.js [moved from dashboard/public/js/app.js with 100% similarity]
dashboard/res/server.js [moved from dashboard/server.js with 80% similarity]
dashboard/src/dashboard.c [new file with mode: 0644]
dashboard/tizen-manifest.xml [new file with mode: 0644]