Add a QML plugin to expose AMB's ClimateControl objects. 11/4511/3
authorMatthew Vick <mvick@jaguarlandrover.com>
Thu, 17 Dec 2015 21:37:25 +0000 (13:37 -0800)
committerGerrit Code Review <gerrit@172.30.200.200>
Mon, 21 Dec 2015 16:23:04 +0000 (16:23 +0000)
commit762181dff011efbaf3d40edb1b3d573c5aceab01
treec24b68c6a4a60577dbbfdb107a8c40ccd160b2da
parentee2a49c5adc2bc545df6f616f235af42589f1655
Add a QML plugin to expose AMB's ClimateControl objects.

To expose the AMB ClimateControl objects to the application layer, add a
QML plugin so the application developers can natively configure the
vehicle's climate controls based on user input.

Because the potential compatibility issue between AMB and Qt being
discussed on the AGL mailing list has not yet been resolved, this commit
also adds a helper program that the climate control plugin will use as a
workaround to access AMB that may be removed in the future.

To include support for this plugin, it is necessary for users to add
"climatecontrolplugin" to their conf/local.conf when building the image.

Change-Id: I6117f0a13e4195e460e3b552befb6e326cdf0f6a
Signed-off-by: Matthew Vick <mvick@jaguarlandrover.com>
12 files changed:
recipes-automotive/ambdbusaccess/ambdbusaccess_0.1.bb [new file with mode: 0644]
recipes-automotive/ambdbusaccess/files/LICENSE.txt [new file with mode: 0644]
recipes-automotive/ambdbusaccess/files/ambdbusaccess.cpp [new file with mode: 0644]
recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro [new file with mode: 0644]
recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb [new file with mode: 0644]
recipes-automotive/climatecontrolplugin/files/LICENSE.txt [new file with mode: 0644]
recipes-automotive/climatecontrolplugin/files/climatecontrol.cpp [new file with mode: 0644]
recipes-automotive/climatecontrolplugin/files/climatecontrol.h [new file with mode: 0644]
recipes-automotive/climatecontrolplugin/files/climatecontrol.pro [new file with mode: 0644]
recipes-automotive/climatecontrolplugin/files/climatecontrol_plugin.cpp [new file with mode: 0644]
recipes-automotive/climatecontrolplugin/files/climatecontrol_plugin.h [new file with mode: 0644]
recipes-automotive/climatecontrolplugin/files/qmldir [new file with mode: 0644]