From 74706e240d950dfa2487317f4debb8d10e8c818b Mon Sep 17 00:00:00 2001 From: Jiwon Park Date: Thu, 22 Nov 2018 13:47:02 +0900 Subject: Make dashboard into Tizen Studio project Change-Id: I851f24e73cde988bd7a78a2506f27d9a151f3c10 --- .cproject | 59 +++--- dashboard/.cproject | 358 ++++++++++++++++++++++++++++++++ dashboard/.exportMap | 5 + dashboard/.gitignore | 1 + dashboard/.project | 46 ++++ dashboard/.tproject | 12 ++ dashboard/default.gif | Bin 4568 -> 0 bytes dashboard/inc/dashboard.h | 12 ++ dashboard/project_def.prop | 11 + dashboard/public/css/style.css | 297 -------------------------- dashboard/public/image/arrow-01.png | Bin 345 -> 0 bytes dashboard/public/image/arrow-02.png | Bin 394 -> 0 bytes dashboard/public/image/arrow-03.png | Bin 542 -> 0 bytes dashboard/public/image/arrow-04.png | Bin 446 -> 0 bytes dashboard/public/image/arrow-05.png | Bin 471 -> 0 bytes dashboard/public/image/arrow-06.png | Bin 513 -> 0 bytes dashboard/public/image/arrow-07.png | Bin 1493 -> 0 bytes dashboard/public/image/arrow-08.png | Bin 500 -> 0 bytes dashboard/public/image/bg.png | Bin 20074 -> 0 bytes dashboard/public/image/bullet.png | Bin 339 -> 0 bytes dashboard/public/image/image.png | Bin 1203 -> 0 bytes dashboard/public/image/mobile.png | Bin 2227 -> 0 bytes dashboard/public/image/shadow.png | Bin 21281 -> 0 bytes dashboard/public/index.html | 87 -------- dashboard/public/js/app.js | 266 ------------------------ dashboard/res/default.gif | Bin 0 -> 4568 bytes dashboard/res/public/css/style.css | 297 ++++++++++++++++++++++++++ dashboard/res/public/image/arrow-01.png | Bin 0 -> 345 bytes dashboard/res/public/image/arrow-02.png | Bin 0 -> 394 bytes dashboard/res/public/image/arrow-03.png | Bin 0 -> 542 bytes dashboard/res/public/image/arrow-04.png | Bin 0 -> 446 bytes dashboard/res/public/image/arrow-05.png | Bin 0 -> 471 bytes dashboard/res/public/image/arrow-06.png | Bin 0 -> 513 bytes dashboard/res/public/image/arrow-07.png | Bin 0 -> 1493 bytes dashboard/res/public/image/arrow-08.png | Bin 0 -> 500 bytes dashboard/res/public/image/bg.png | Bin 0 -> 20074 bytes dashboard/res/public/image/bullet.png | Bin 0 -> 339 bytes dashboard/res/public/image/image.png | Bin 0 -> 1203 bytes dashboard/res/public/image/mobile.png | Bin 0 -> 2227 bytes dashboard/res/public/image/shadow.png | Bin 0 -> 21281 bytes dashboard/res/public/index.html | 87 ++++++++ dashboard/res/public/js/app.js | 266 ++++++++++++++++++++++++ dashboard/res/server.js | 128 ++++++++++++ dashboard/server.js | 124 ----------- dashboard/src/dashboard.c | 69 ++++++ dashboard/tizen-manifest.xml | 17 ++ 46 files changed, 1338 insertions(+), 804 deletions(-) create mode 100644 dashboard/.cproject create mode 100644 dashboard/.exportMap create mode 100644 dashboard/.gitignore create mode 100644 dashboard/.project create mode 100644 dashboard/.tproject delete mode 100644 dashboard/default.gif create mode 100644 dashboard/inc/dashboard.h create mode 100644 dashboard/project_def.prop delete mode 100644 dashboard/public/css/style.css delete mode 100644 dashboard/public/image/arrow-01.png delete mode 100644 dashboard/public/image/arrow-02.png delete mode 100644 dashboard/public/image/arrow-03.png delete mode 100644 dashboard/public/image/arrow-04.png delete mode 100644 dashboard/public/image/arrow-05.png delete mode 100644 dashboard/public/image/arrow-06.png delete mode 100644 dashboard/public/image/arrow-07.png delete mode 100644 dashboard/public/image/arrow-08.png delete mode 100644 dashboard/public/image/bg.png delete mode 100644 dashboard/public/image/bullet.png delete mode 100644 dashboard/public/image/image.png delete mode 100644 dashboard/public/image/mobile.png delete mode 100644 dashboard/public/image/shadow.png delete mode 100644 dashboard/public/index.html delete mode 100644 dashboard/public/js/app.js create mode 100644 dashboard/res/default.gif create mode 100644 dashboard/res/public/css/style.css create mode 100644 dashboard/res/public/image/arrow-01.png create mode 100644 dashboard/res/public/image/arrow-02.png create mode 100644 dashboard/res/public/image/arrow-03.png create mode 100644 dashboard/res/public/image/arrow-04.png create mode 100644 dashboard/res/public/image/arrow-05.png create mode 100644 dashboard/res/public/image/arrow-06.png create mode 100644 dashboard/res/public/image/arrow-07.png create mode 100644 dashboard/res/public/image/arrow-08.png create mode 100644 dashboard/res/public/image/bg.png create mode 100644 dashboard/res/public/image/bullet.png create mode 100644 dashboard/res/public/image/image.png create mode 100644 dashboard/res/public/image/mobile.png create mode 100644 dashboard/res/public/image/shadow.png create mode 100644 dashboard/res/public/index.html create mode 100644 dashboard/res/public/js/app.js create mode 100644 dashboard/res/server.js delete mode 100644 dashboard/server.js create mode 100644 dashboard/src/dashboard.c create mode 100644 dashboard/tizen-manifest.xml diff --git a/.cproject b/.cproject index b7a9bc7..888011d 100644 --- a/.cproject +++ b/.cproject @@ -26,10 +26,10 @@ - - - - -