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)
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>

No differences found