diff options
author | agaliuzov <agaliuzov@luxoft.com> | 2016-04-07 16:03:02 +0300 |
---|---|---|
committer | agaliuzov <agaliuzov@luxoft.com> | 2016-04-07 17:54:51 +0300 |
commit | 9fa55390af2cad7b3fb299e75004f9f262f92170 (patch) | |
tree | 06ee520e01fd60a2b6cd2c3630f11e11adc3af95 /src/components/interfaces | |
parent | c73c5976a96046d7ce2a5053362a5eef6e8a2b95 (diff) | |
download | sdl_core-9fa55390af2cad7b3fb299e75004f9f262f92170.tar.gz |
Repair CMakeFile after merging master to develop
Diffstat (limited to 'src/components/interfaces')
-rw-r--r-- | src/components/interfaces/HMI_API.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml index 1762018e98..6dbff0fcb8 100644 --- a/src/components/interfaces/HMI_API.xml +++ b/src/components/interfaces/HMI_API.xml @@ -2205,18 +2205,6 @@ <description>ID of application that concerns this RPC.</description> </param> </function> - <function name="DialNumber" messagetype="request"> - <description>Request from SDL to call a specific number.</description> - <param name="number" type="String" maxlength="40"> - <description>Phone number is a string, which can be up to 40 chars. - All characters shall be stripped from string except digits 0-9 and * # , ; + - </description> - </param> - <param name="appID" type="Integer" mandatory="true"> - <description>ID of application that concerns this RPC.</description> - </param> - </function> - <function name="DialNumber" messagetype="response"> </function> <!-- Policies --> |