summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/include/policy/policy_table_interface_ext.xml
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-03-01 15:00:38 -0500
committerGitHub <noreply@github.com>2019-03-01 15:00:38 -0500
commitfc9f7d13c0e03caee9e196a636815e791213ad66 (patch)
tree1ab8631036aaa75a335797e9efae07eba0413e05 /src/components/policy/policy_external/include/policy/policy_table_interface_ext.xml
parentbc6cec5d29ff36b7092112dc1ea69ccd4d92acc3 (diff)
downloadsdl_core-fc9f7d13c0e03caee9e196a636815e791213ad66.tar.gz
Get Icon URL Request (#2823)
* Fix regex command for reading paths post port number * Add Icon URL to policies * Create Icon Request and save to icon folder. * Fixes for get icon url * Fix unit tests * Send Icon_url request after PTU * Address comments * Address Comments
Diffstat (limited to 'src/components/policy/policy_external/include/policy/policy_table_interface_ext.xml')
-rw-r--r--src/components/policy/policy_external/include/policy/policy_table_interface_ext.xml2
1 files changed, 2 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 5ed852cf45..f90edca8aa 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
@@ -108,6 +108,8 @@
<param name="cloud_transport_type" type="String" minlength="0" maxlength="255"
mandatory="false" />
<param name="hybrid_app_preference" type="HybridAppPreference" mandatory="false" />
+ <param name="icon_url" type="String" minlength="0" maxlength="65535"
+ mandatory="false" />
</struct>
<typedef name="HmiLevels" type="HmiLevel" array="true"