Add sample qml application
[staging/HomeScreen.git] / sample-qml / dummyimports / amb / AutomotivePropertyItem.qml
diff --git a/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml b/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml
new file mode 100644 (file)
index 0000000..158ad57
--- /dev/null
@@ -0,0 +1,7 @@
+import QtQuick 2.0
+
+Item {
+   property string propertyName: ""
+   property real value: 1.0
+   function connect() {}
+}