smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 244 forks source link

Return requestType in sample policy manager response #3690

Closed ShobhitAd closed 3 years ago

ShobhitAd commented 3 years ago

Add support for https://github.com/smartdevicelink/sdl_hmi/issues/560 fix

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Run the following steps for both PROPRIETARY and EXTERNAL_PROPRIETARY

  1. Send SystemRequest {requestType: "CLIMATE", fileName: "climateData.json"} from the mobile app
  2. Confirm that HMI does NOT send SDL.OnReceivedPolicyUpdate with "climateData.json"

Summary

Make changes to return json object with requesType param in sample_policy_manager

CLA