IOC mediator: Add VehicalSteeringWheelAngle signal to the whitelist

The signal is used to get camera right and left values.

Tracked-On: #1886
Signed-off-by: Yuan Liu <yuan1.liu@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
Yuan Liu 2018-11-21 16:46:58 +08:00 committed by wenlingz
parent 01dbc7be3a
commit 306f37d2b2

View File

@ -633,6 +633,7 @@ static struct wlist_signal wlist_tx_signal_table[] = {
{(uint16_t)CBC_SIG_ID_HVSSTT, DEFAULT_WLIST_NODE},
{(uint16_t)CBC_SIG_ID_HRCAT, DEFAULT_WLIST_NODE},
{(uint16_t)CBC_SIG_ID_HRASTT, DEFAULT_WLIST_NODE},
{(uint16_t)CBC_SIG_ID_VSWA, DEFAULT_WLIST_NODE},
};
static struct wlist_group wlist_rx_group_table[] = {