aboutsummaryrefslogtreecommitdiffstats
path: root/dummyimports
diff options
context:
space:
mode:
authorNedim Hadzic <nedim.hadzic@pelagicore.com>2016-01-21 15:04:56 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2016-02-18 15:57:31 +0000
commit5c437182c95521e2deb5e4c8aab521fe43a46117 (patch)
tree0bdfd5ec53241922266df36709221be50f3bb7c0 /dummyimports
parent92bb87e3dde3016bbc08e04757be3227753a6454 (diff)
[QtIVIVehicleFunctions] Added dummyimports
It was not possible to run the Neptune UI without real QtIVI backend. Dummyimports are now added in order to run even without the backend. Change-Id: If0b12c22e410f5f26b0c265e1b58f3e897eb8ccb Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'dummyimports')
-rw-r--r--dummyimports/QtIVIVehicleFunctions/DummyClimateControl.qml42
-rw-r--r--dummyimports/QtIVIVehicleFunctions/qmldir1
2 files changed, 43 insertions, 0 deletions
diff --git a/dummyimports/QtIVIVehicleFunctions/DummyClimateControl.qml b/dummyimports/QtIVIVehicleFunctions/DummyClimateControl.qml
new file mode 100644
index 0000000..9845134
--- /dev/null
+++ b/dummyimports/QtIVIVehicleFunctions/DummyClimateControl.qml
@@ -0,0 +1,42 @@
+/****************************************************************************
+**
+** Copyright (C) 2016 Pelagicore AG
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
+**
+** This file is part of the Neptune IVI UI.
+**
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
+** Commercial License Usage
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
+**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 3 as published by the Free Software
+** Foundation and appearing in the file LICENSE.GPLv3 included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU General Public License version 3 requirements will be
+** met: http://www.gnu.org/licenses/gpl-3.0.html.
+**
+** $QT_END_LICENSE$
+**
+** SPDX-License-Identifier: GPL-3.0
+**
+****************************************************************************/
+
+import QtQuick 2.0
+
+QtObject {
+
+ property bool autoDiscovery: false
+ property bool steeringWheelHeater: false
+ property bool airRecirculation: false
+ property bool airConditioning: true
+ property QtObject zoneAt: QtObject {
+
+ }
+}
diff --git a/dummyimports/QtIVIVehicleFunctions/qmldir b/dummyimports/QtIVIVehicleFunctions/qmldir
new file mode 100644
index 0000000..7cddcd9
--- /dev/null
+++ b/dummyimports/QtIVIVehicleFunctions/qmldir
@@ -0,0 +1 @@
+ClimateControl 1.0 DummyClimateControl.qml