summaryrefslogtreecommitdiff
path: root/src/components/policy
diff options
context:
space:
mode:
authorSerhii Niukalov (GitHub) <36993782+SNiukalov@users.noreply.github.com>2020-08-06 20:42:10 +0300
committerGitHub <noreply@github.com>2020-08-06 13:42:10 -0400
commit049a101431de6112912efb5765a7f32f321e122e (patch)
tree4087a533757dbca6dfbf046dcdf7d97cb0245f7f /src/components/policy
parent493626774a4cd4eacd98aa8069b30a96fdc26e50 (diff)
downloadsdl_core-049a101431de6112912efb5765a7f32f321e122e.tar.gz
[SDL 0253] Feature/New vehicle data StabilityControlsStatus (#3304)
* Change rpc_spec url to fork * Update Mobile API for the StabilityControlsStatus * Update HMI API for the StabilityControlsStatus Add StabilityControlsStatus for GetVehicleData, SubscribeVehicleData, UnsubscribeVehicleData & OnVehicleData RPCs * Add new vehicle data StabilityControlsStatus * Update the sdl_preloaded_pr.json file with the new schema item These changes are not as necessary, but to keep project in consistent state, they were added. * Add StabilityControlsStatus to json test files * fixup! Change rpc_spec url to fork * Temporary commit to rpc_spec Should be removed before merge * Update src/appMain/sdl_preloaded_pt.json Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> * Update rpc_spec reference Co-authored-by: sniukalov <sniukaov@luxoft.com> Co-authored-by: Igor Gapchuk <igapchuck@luxoft.com> Co-authored-by: Yevhenii <ydementieiev@luxoft.com> Co-authored-by: Ira Lytvynenko (GitHub) <ILytvynenko@luxoft.com> Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
Diffstat (limited to 'src/components/policy')
-rw-r--r--src/components/policy/policy_external/include/policy/policy_table_interface_ext.xml1
-rw-r--r--src/components/policy/policy_external/test/json/sdl_preloaded_pt_for_merge_initial.json12
2 files changed, 9 insertions, 4 deletions
diff --git a/src/components/policy/policy_external/include/policy/policy_table_interface_ext.xml b/src/components/policy/policy_external/include/policy/policy_table_interface_ext.xml
index af7effd97f..8349b1475d 100644
--- a/src/components/policy/policy_external/include/policy/policy_table_interface_ext.xml
+++ b/src/components/policy/policy_external/include/policy/policy_table_interface_ext.xml
@@ -50,6 +50,7 @@
<element name="clusterModeStatus" />
<element name="deviceStatus" />
<element name="emergencyEvent" />
+ <element name="stabilityControlsStatus" />
<element name="eCallInfo" />
<element name="abs_State" />
<element name="turnSignal" />
diff --git a/src/components/policy/policy_external/test/json/sdl_preloaded_pt_for_merge_initial.json b/src/components/policy/policy_external/test/json/sdl_preloaded_pt_for_merge_initial.json
index 909fd2cb2f..dbef04e0b8 100644
--- a/src/components/policy/policy_external/test/json/sdl_preloaded_pt_for_merge_initial.json
+++ b/src/components/policy/policy_external/test/json/sdl_preloaded_pt_for_merge_initial.json
@@ -2325,7 +2325,8 @@
"odometer",
"tirePressure",
"vin",
- "wiperStatus"
+ "wiperStatus",
+ "stabilityControlsStatus"
]
},
"OnVehicleData" :
@@ -2348,7 +2349,8 @@
"odometer",
"tirePressure",
"vin",
- "wiperStatus"
+ "wiperStatus",
+ "stabilityControlsStatus"
]
},
"SubscribeVehicleData" :
@@ -2370,7 +2372,8 @@
"cloudAppVehicleID",
"odometer",
"tirePressure",
- "wiperStatus"
+ "wiperStatus",
+ "stabilityControlsStatus"
]
},
"UnsubscribeVehicleData" :
@@ -2392,7 +2395,8 @@
"cloudAppVehicleID",
"odometer",
"tirePressure",
- "wiperStatus"
+ "wiperStatus",
+ "stabilityControlsStatus"
]
}
},