Initial commit
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 2 May 2017 17:47:36 +0000 (19:47 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 2 May 2017 17:47:36 +0000 (19:47 +0200)
commit64ffd7a9f9604805c01f8bb2fd32616c3adf3ec0
tree264e2743e509b8d7993bc5550ce6140dfc4b151f
parent6d75b83627114cecd7992bb460f6908268a57967
Initial commit

Change-Id: I536251add63ef100b42a67e39a02fef117f2b414
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
149 files changed:
examples/html5/.gitignore [new file with mode: 0644]
examples/html5/CMakeLists.txt [new file with mode: 0644]
examples/html5/LICENSE [new file with mode: 0644]
examples/html5/README.md [new file with mode: 0644]
examples/html5/app/Frontend/app.js [new file with mode: 0644]
examples/html5/app/Frontend/etc/AppConfig.js [new file with mode: 0644]
examples/html5/app/Frontend/etc/routes.js [new file with mode: 0644]
examples/html5/app/Frontend/favicon.ico [new file with mode: 0644]
examples/html5/app/Frontend/images/avatars/istoobig.jpg [new file with mode: 0644]
examples/html5/app/Frontend/images/avatars/istoobig.png [new file with mode: 0644]
examples/html5/app/Frontend/images/avatars/tux-admin.png [new file with mode: 0644]
examples/html5/app/Frontend/images/avatars/tux-bzh.png [new file with mode: 0644]
examples/html5/app/Frontend/images/avatars/tux-visitor.png [new file with mode: 0644]
examples/html5/app/Frontend/images/logo/logo_iot_bzh.svg [new file with mode: 0644]
examples/html5/app/Frontend/images/logo/logo_iot_bzhx350.png [new file with mode: 0644]
examples/html5/app/Frontend/images/logo/tampon-iot-bzhx450.png [new file with mode: 0644]
examples/html5/app/Frontend/images/logo/triskel_iot_bzh.png [new file with mode: 0644]
examples/html5/app/Frontend/images/logo/triskel_iot_bzh.svg [new file with mode: 0644]
examples/html5/app/Frontend/images/logo/triskel_iot_bzhx250.png [new file with mode: 0644]
examples/html5/app/Frontend/index.html [new file with mode: 0644]
examples/html5/app/Frontend/pages/SampleHome/SampleHome.html [new file with mode: 0644]
examples/html5/app/Frontend/pages/SampleHome/SampleHome.js [new file with mode: 0644]
examples/html5/app/Frontend/pages/SampleHome/SampleHome.scss [new file with mode: 0644]
examples/html5/app/Frontend/services/JQueryEmu.js [new file with mode: 0644]
examples/html5/app/Frontend/styles/README.md [new file with mode: 0644]
examples/html5/app/Frontend/styles/app/_ibz-mixins.scss [new file with mode: 0644]
examples/html5/app/Frontend/styles/app/ibz-global.scss [new file with mode: 0644]
examples/html5/app/Frontend/styles/foundation/_foundation-icons.scss [new file with mode: 0644]
examples/html5/app/Frontend/styles/foundation/_foundation-settings.scss [new file with mode: 0644]
examples/html5/app/Frontend/styles/foundation/foundation-conf.scss [new file with mode: 0644]
examples/html5/app/Frontend/widgets/ActionButtons/ActionButtons.scss [new file with mode: 0644]
examples/html5/app/Frontend/widgets/ActionButtons/AppliButton.js [new file with mode: 0644]
examples/html5/app/Frontend/widgets/ActionButtons/SubmitButton.js [new file with mode: 0644]
examples/html5/app/Frontend/widgets/Navigation/LinkButton.js [new file with mode: 0644]
examples/html5/app/Frontend/widgets/Navigation/Navigation.scss [new file with mode: 0644]
examples/html5/app/Frontend/widgets/Notifications/ModalNotification.js [new file with mode: 0644]
examples/html5/app/Frontend/widgets/Notifications/Notifications.scss [new file with mode: 0644]
examples/html5/app/Frontend/widgets/Notifications/TokenRefreshSvc.js [new file with mode: 0644]
examples/html5/app/Frontend/widgets/RangeSliders/RangeSliderMod.js [new file with mode: 0644]
examples/html5/app/Frontend/widgets/RangeSliders/Rangeslider.scss [new file with mode: 0644]
examples/html5/app/etc/AppDefaults.js [new file with mode: 0644]
examples/html5/app/etc/_Config.js [new file with mode: 0644]
examples/html5/app/etc/_Trace.js [new file with mode: 0644]
examples/html5/bower.json [new file with mode: 0644]
examples/html5/etc/config.cmake [new file with mode: 0644]
examples/html5/etc/export.map [new file with mode: 0644]
examples/html5/etc/macros.cmake [new file with mode: 0644]
examples/html5/gulpfile.js [new file with mode: 0644]
examples/html5/package.json [new file with mode: 0644]
examples/html5/packaging/wgt/config.xml.in [new file with mode: 0644]
examples/html5/packaging/wgt/icon.png.in [new file with mode: 0644]
examples/hybrid-html5/.gitignore [new file with mode: 0644]
examples/hybrid-html5/AGLBuild.mk [new file with mode: 0755]
examples/hybrid-html5/CMakeLists.txt [new file with mode: 0644]
examples/hybrid-html5/README.md [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/app.js [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/etc/AppConfig.js [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/etc/routes.js [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/favicon.ico [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/images/avatars/istoobig.jpg [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/images/avatars/istoobig.png [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/images/avatars/tux-admin.png [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/images/avatars/tux-bzh.png [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/images/avatars/tux-visitor.png [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/images/logo/logo_iot_bzh.svg [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/images/logo/logo_iot_bzhx350.png [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/images/logo/tampon-iot-bzhx450.png [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/images/logo/triskel_iot_bzh.png [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/images/logo/triskel_iot_bzh.svg [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/images/logo/triskel_iot_bzhx250.png [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/index.html [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/pages/SampleHome/SampleHome.html [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/pages/SampleHome/SampleHome.js [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/pages/SampleHome/SampleHome.scss [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/services/JQueryEmu.js [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/styles/README.md [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/styles/app/_ibz-mixins.scss [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/styles/app/ibz-global.scss [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/styles/foundation/_foundation-icons.scss [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/styles/foundation/_foundation-settings.scss [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/styles/foundation/foundation-conf.scss [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/widgets/ActionButtons/ActionButtons.scss [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/widgets/ActionButtons/AppliButton.js [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/widgets/ActionButtons/SubmitButton.js [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/widgets/Navigation/LinkButton.js [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/widgets/Navigation/Navigation.scss [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/widgets/Notifications/ModalNotification.js [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/widgets/Notifications/Notifications.scss [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/widgets/Notifications/TokenRefreshSvc.js [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/widgets/RangeSliders/RangeSliderMod.js [new file with mode: 0644]
examples/hybrid-html5/app/Frontend/widgets/RangeSliders/Rangeslider.scss [new file with mode: 0644]
examples/hybrid-html5/app/etc/AppDefaults.js [new file with mode: 0644]
examples/hybrid-html5/app/etc/_Config.js [new file with mode: 0644]
examples/hybrid-html5/app/etc/_Trace.js [new file with mode: 0644]
examples/hybrid-html5/binding/CMakeLists.txt [new file with mode: 0644]
examples/hybrid-html5/binding/xxxxxx-hybrid-binding.c [new file with mode: 0644]
examples/hybrid-html5/bower.json [new file with mode: 0644]
examples/hybrid-html5/etc/config.cmake [new file with mode: 0644]
examples/hybrid-html5/etc/export.map [new file with mode: 0644]
examples/hybrid-html5/etc/macros.cmake [new file with mode: 0644]
examples/hybrid-html5/gulpfile.js [new file with mode: 0644]
examples/hybrid-html5/package.json [new file with mode: 0644]
examples/hybrid-html5/packaging/wgt/config.xml.in [new file with mode: 0644]
examples/hybrid-html5/packaging/wgt/icon.png.in [new file with mode: 0644]
examples/hybrid-qml/.gitignore [new file with mode: 0644]
examples/hybrid-qml/AGLBuild.mk [new file with mode: 0755]
examples/hybrid-qml/CMakeLists.txt [new file with mode: 0644]
examples/hybrid-qml/etc/config.cmake [new file with mode: 0644]
examples/hybrid-qml/etc/export.map [new file with mode: 0644]
examples/hybrid-qml/etc/macros.cmake [new file with mode: 0644]
examples/hybrid-qml/packaging/wgt/config.xml.in [new file with mode: 0644]
examples/hybrid-qml/packaging/wgt/icon.png.in [new file with mode: 0644]
examples/hybrid-qml/xxxxxx-hybrid-qml-app.qml [new file with mode: 0644]
examples/hybrid-qml/xxxxxx-hybrid-qml-binding.c [new file with mode: 0644]
examples/native/.gitignore [new file with mode: 0644]
examples/native/AGLBuild.mk [new file with mode: 0755]
examples/native/CMakeLists.txt [new file with mode: 0644]
examples/native/etc/config.cmake [new file with mode: 0644]
examples/native/etc/export.map [new file with mode: 0644]
examples/native/etc/macros.cmake [new file with mode: 0644]
examples/native/packaging/wgt/config.xml.in [new file with mode: 0644]
examples/native/packaging/wgt/icon.png.in [new file with mode: 0644]
examples/native/xxxxxx-native-client.c [new file with mode: 0644]
examples/qml/.gitignore [new file with mode: 0644]
examples/qml/AGLBuild.mk [new file with mode: 0755]
examples/qml/CMakeLists.txt [new file with mode: 0644]
examples/qml/etc/config.cmake [new file with mode: 0644]
examples/qml/etc/export.map [new file with mode: 0644]
examples/qml/etc/macros.cmake [new file with mode: 0644]
examples/qml/packaging/wgt/config.xml.in [new file with mode: 0644]
examples/qml/packaging/wgt/icon.png.in [new file with mode: 0644]
examples/qml/xxxxxx-qml-app.qml [new file with mode: 0644]
examples/service/.gitignore [new file with mode: 0644]
examples/service/AGLBuild.mk [new file with mode: 0755]
examples/service/CMakeLists.txt [new file with mode: 0644]
examples/service/README.md [new file with mode: 0644]
examples/service/etc/config.cmake [new file with mode: 0644]
examples/service/etc/export.map [new file with mode: 0644]
examples/service/etc/macros.cmake [new file with mode: 0644]
examples/service/icon_service_128.png [new file with mode: 0644]
examples/service/packaging/wgt/config.xml.in [new file with mode: 0644]
examples/service/packaging/wgt/icon.png.in [new file with mode: 0644]
examples/service/xxxxxx-service-binding.c [new file with mode: 0644]
template/etc/config.cmake [new file with mode: 0644]
template/etc/export.map [new file with mode: 0644]
template/etc/macros.cmake [new file with mode: 0644]
template/packaging/wgt/config.xml.in [new file with mode: 0644]
template/packaging/wgt/etc/can_buses.json [new file with mode: 0644]
template/packaging/wgt/icon.png.in [new file with mode: 0644]