Init. Web app stub, service app stub and connection between them (via Message Port...
authorArtem Motchanyi <a.motchanyi@samsung.com>
Thu, 6 Apr 2017 06:31:20 +0000 (09:31 +0300)
committerArtem Motchanyi <a.motchanyi@samsung.com>
Thu, 6 Apr 2017 06:31:20 +0000 (09:31 +0300)
commit75e70785691ea4b2a2d95cd5fb7fdb653c22f9f1
tree745705db78cbcda76f15cb0f2a7cbf5449a1c54f
parent14eed8f8558fc273dc75545946fe50ba1480b777
Init. Web app stub, service app stub and connection between them (via Message Port) was implemented
231 files changed:
iot-manager-dashboard/.gitignore [new file with mode: 0644]
iot-manager-dashboard/.package/config.xml [new file with mode: 0644]
iot-manager-dashboard/.project [new file with mode: 0644]
iot-manager-dashboard/.tproject [new file with mode: 0644]
iot-manager-dashboard/config.xml [new file with mode: 0644]
iot-manager-dashboard/css/styles.css [new file with mode: 0644]
iot-manager-dashboard/icon.png [new file with mode: 0644]
iot-manager-dashboard/js/controls.js [new file with mode: 0644]
iot-manager-dashboard/js/hello-world_controller.js [new file with mode: 0644]
iot-manager-dashboard/js/main.js [new file with mode: 0644]
iot-manager-dashboard/js/menu.js [new file with mode: 0644]
iot-manager-dashboard/js/service_connector.js [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/css/jquery.mobile-1.4.5.css [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/ajax-loader.gif [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/action-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/action-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/alert-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/alert-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-d-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-d-l-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-d-l-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-d-r-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-d-r-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-d-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-l-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-l-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-r-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-r-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-u-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-u-l-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-u-l-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-u-r-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-u-r-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/arrow-u-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/audio-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/audio-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/back-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/back-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/bars-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/bars-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/bullets-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/bullets-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/calendar-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/calendar-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/camera-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/camera-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/carat-d-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/carat-d-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/carat-l-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/carat-l-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/carat-r-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/carat-r-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/carat-u-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/carat-u-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/check-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/check-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/clock-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/clock-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/cloud-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/cloud-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/comment-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/comment-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/delete-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/delete-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/edit-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/edit-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/eye-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/eye-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/forbidden-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/forbidden-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/forward-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/forward-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/gear-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/gear-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/grid-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/grid-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/heart-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/heart-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/home-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/home-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/info-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/info-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/location-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/location-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/lock-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/lock-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/mail-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/mail-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/minus-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/minus-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/navigation-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/navigation-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/phone-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/phone-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/plus-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/plus-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/power-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/power-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/recycle-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/recycle-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/refresh-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/refresh-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/search-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/search-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/shop-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/shop-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/star-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/star-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/tag-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/tag-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/user-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/user-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/video-black.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-png/video-white.png [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/action-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/action-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/alert-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/alert-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-d-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-d-l-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-d-l-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-d-r-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-d-r-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-d-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-l-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-l-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-r-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-r-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-u-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-u-l-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-u-l-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-u-r-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-u-r-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/arrow-u-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/audio-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/audio-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/back-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/back-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/bars-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/bars-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/bullets-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/bullets-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/calendar-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/calendar-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/camera-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/camera-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/carat-d-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/carat-d-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/carat-l-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/carat-l-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/carat-r-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/carat-r-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/carat-u-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/carat-u-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/check-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/check-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/clock-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/clock-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/cloud-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/cloud-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/comment-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/comment-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/delete-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/delete-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/edit-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/edit-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/eye-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/eye-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/forbidden-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/forbidden-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/forward-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/forward-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/gear-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/gear-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/grid-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/grid-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/heart-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/heart-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/home-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/home-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/info-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/info-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/location-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/location-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/lock-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/lock-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/mail-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/mail-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/minus-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/minus-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/navigation-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/navigation-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/phone-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/phone-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/plus-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/plus-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/power-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/power-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/recycle-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/recycle-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/refresh-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/refresh-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/search-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/search-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/shop-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/shop-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/star-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/star-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/tag-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/tag-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/user-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/user-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/video-black.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/images/icons-svg/video-white.svg [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/js/jquery-1.11.3.js [new file with mode: 0644]
iot-manager-dashboard/resources/jquery-mobile/js/jquery.mobile-1.4.5.js [new file with mode: 0644]
iot-manager-dashboard/views/index.html [new file with mode: 0644]
iot-manager-dashboard/views/sample-page.html [new file with mode: 0644]
iot-manager-service/.cproject [new file with mode: 0644]
iot-manager-service/.exportMap [new file with mode: 0644]
iot-manager-service/.gitignore [new file with mode: 0644]
iot-manager-service/.project [new file with mode: 0644]
iot-manager-service/.tproject [new file with mode: 0644]
iot-manager-service/inc/ui_connector.h [new file with mode: 0644]
iot-manager-service/inc/utils/assert_return.h [new file with mode: 0644]
iot-manager-service/inc/utils/log.h [new file with mode: 0644]
iot-manager-service/project_def.prop [new file with mode: 0644]
iot-manager-service/shared/res/service.png [new file with mode: 0644]
iot-manager-service/src/service.cpp [new file with mode: 0644]
iot-manager-service/src/ui_connector.cpp [new file with mode: 0644]
iot-manager-service/tizen-manifest.xml [new file with mode: 0644]