summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external
diff options
context:
space:
mode:
authorMykola Korniichuk (GitHub) <42380041+mkorniichuk@users.noreply.github.com>2020-08-06 23:44:59 +0300
committerGitHub <noreply@github.com>2020-08-06 16:44:59 -0400
commit5c0fa709061cabc89ab235193dc62121bd0cca3e (patch)
tree6054ffdf097caedc69751a45f91606cf62c7d23f /src/components/policy/policy_external
parent049a101431de6112912efb5765a7f32f321e122e (diff)
downloadsdl_core-5c0fa709061cabc89ab235193dc62121bd0cca3e.tar.gz
SDL Core implementation of feature - 0266 New vehicle data gearStatus (#3401)
* New vehicle data: GearStatus * Add the new parameter into the rpc_spec * Add the new parameter into the sdl_preloaded_pt and policy_table_interface_ext files * 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. * TMP: Update rpc_spec This commit should be removed before merge * fixup! Add the new parameter into the rpc_spec * Update prndl parameter description * fixup! Update the sdl_preloaded_pr.json file with the new schema item * fixup! Update the sdl_preloaded_pr.json file with the new schema item * Update src/appMain/sdl_preloaded_pt.json Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> * Update submodules Co-authored-by: Igor Gapchuk <igapchuck@luxoft.com> Co-authored-by: LitvinenkoIra <ilytvynenko@luxoft.com> Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> Co-authored-by: Andrii Kalinich <AKalinich@luxoft.com>
Diffstat (limited to 'src/components/policy/policy_external')
-rw-r--r--src/components/policy/policy_external/include/policy/policy_table_interface_ext.xml1
1 files changed, 1 insertions, 0 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 8349b1475d..a723177c33 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
@@ -40,6 +40,7 @@
<element name="beltStatus" />
<element name="electronicParkBrakeStatus" />
<element name="driverBraking" />
+ <element name="gearStatus" />
<element name="prndl" />
<element name="rpm" />
<element name="steeringWheelAngle" />