summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-02-09 15:12:35 +0100
committerasanoaozora <fifitaneki@hotmail.com>2017-02-09 15:12:35 +0100
commitbf405aa8d082d39784723c8aac71e9e97e32ee85 (patch)
treee8ee1641ffbd0f0c2ea2072c2db110ef5ca399f9 /api
parent1e353d380b94da49b5e9b021f86a196684f37285 (diff)
downloadpoi-service-bf405aa8d082d39784723c8aac71e9e97e32ee85.tar.gz
align the DBus signature of xml files with the one defined into Franca
Diffstat (limited to 'api')
-rw-r--r--api/map-viewer/genivi-mapviewer-configuration.xml2
-rw-r--r--api/map-viewer/genivi-mapviewer-mapviewercontrol.xml6
-rw-r--r--api/map-viewer/genivi-mapviewer-session.xml6
-rw-r--r--api/navigation-core/genivi-navigationcore-configuration.xml2
-rw-r--r--api/navigation-core/genivi-navigationcore-guidance.xml10
-rw-r--r--api/navigation-core/genivi-navigationcore-locationinput.xml6
-rw-r--r--api/navigation-core/genivi-navigationcore-mapmatchedposition.xml8
-rw-r--r--api/navigation-core/genivi-navigationcore-routing.xml28
-rw-r--r--api/navigation-core/genivi-navigationcore-session.xml6
-rw-r--r--api/poi-service/genivi-poiservice-configuration.xml2
-rw-r--r--api/poi-service/genivi-poiservice-contentaccessmodule.xml16
-rw-r--r--api/poi-service/genivi-poiservice-poicontentaccess.xml26
-rw-r--r--api/poi-service/genivi-poiservice-poisearch.xml56
13 files changed, 87 insertions, 87 deletions
diff --git a/api/map-viewer/genivi-mapviewer-configuration.xml b/api/map-viewer/genivi-mapviewer-configuration.xml
index 4816f6c..1fb13d0 100644
--- a/api/map-viewer/genivi-mapviewer-configuration.xml
+++ b/api/map-viewer/genivi-mapviewer-configuration.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/mapviewer" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.mapviewer.Configuration">
+ <interface name="org.genivi.navigation.mapviewer.Configuration">
<version>3.0.0 (21-01-2014)</version>
<doc>
<line>Configuration = This interface offers functions to set and retrieve configuration parameters</line>
diff --git a/api/map-viewer/genivi-mapviewer-mapviewercontrol.xml b/api/map-viewer/genivi-mapviewer-mapviewercontrol.xml
index 1db6da9..261693a 100644
--- a/api/map-viewer/genivi-mapviewer-mapviewercontrol.xml
+++ b/api/map-viewer/genivi-mapviewer-mapviewercontrol.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/mapviewer" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.mapviewer.MapViewerControl">
+ <interface name="org.genivi.navigation.mapviewer.MapViewerControl">
<version>3.1.0 (03-03-2014)</version>
<doc>
<line>MapViewerControl = This interface offers functions to control the MapViewer</line>
@@ -58,7 +58,7 @@
<line>mapViewInstanceHandle = Map instance handle. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value</line>
</doc>
</arg>
- <error name="org.genivi.mapviewer.MapViewerControl.Error.NoMoreMapViewInstanceHandles">
+ <error name="org.genivi.navigation.mapviewer.MapViewerControl.Error.NoMoreMapViewInstanceHandles">
<doc>
<line>This error is generated if no more map view instance handles are available</line>
</doc>
@@ -80,7 +80,7 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.mapviewer.MapViewerControl.Error.MapViewInstanceNotAvailable">
+ <error name="org.genivi.navigation.mapviewer.MapViewerControl.Error.MapViewInstanceNotAvailable">
<doc>
<line>This error is generated if an application tries to delete a map view instance handle that is not available</line>
</doc>
diff --git a/api/map-viewer/genivi-mapviewer-session.xml b/api/map-viewer/genivi-mapviewer-session.xml
index 28aaae2..6531725 100644
--- a/api/map-viewer/genivi-mapviewer-session.xml
+++ b/api/map-viewer/genivi-mapviewer-session.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/mapviewer" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.mapviewer.Session">
+ <interface name="org.genivi.navigation.mapviewer.Session">
<version>3.0.0 (21-01-2014)</version>
<doc>
<line>Session = This interface offers functions to create and delete sessions</line>
@@ -44,7 +44,7 @@
<line>sessionHandle = Session handle. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value</line>
</doc>
</arg>
- <error name="org.genivi.mapviewer.Session.Error.NoMoreSessionHandles">
+ <error name="org.genivi.navigation.mapviewer.Session.Error.NoMoreSessionHandles">
<doc>
<line>This error is generated if no more session handles are available</line>
</doc>
@@ -61,7 +61,7 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.mapviewer.Session.Error.SessionNotAvailable">
+ <error name="org.genivi.navigation.mapviewer.Session.Error.SessionNotAvailable">
<doc>
<line>This error is generated if an application tries to delete a session handle that is not available</line>
</doc>
diff --git a/api/navigation-core/genivi-navigationcore-configuration.xml b/api/navigation-core/genivi-navigationcore-configuration.xml
index 33ab614..b121f60 100644
--- a/api/navigation-core/genivi-navigationcore-configuration.xml
+++ b/api/navigation-core/genivi-navigationcore-configuration.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/navigationcore" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.navigationcore.Configuration">
+ <interface name="org.genivi.navigation.navigationcore.Configuration">
<version>3.0.0 (21-01-2014)</version>
<doc>
<line>Configuration = This interface offers functions to set and retrieve configuration parameters</line>
diff --git a/api/navigation-core/genivi-navigationcore-guidance.xml b/api/navigation-core/genivi-navigationcore-guidance.xml
index d29a052..49b35af 100644
--- a/api/navigation-core/genivi-navigationcore-guidance.xml
+++ b/api/navigation-core/genivi-navigationcore-guidance.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/navigationcore" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.navigationcore.Guidance">
+ <interface name="org.genivi.navigation.navigationcore.Guidance">
<version>3.1.0 (03-03-2014)</version>
<doc>
<line>Guidance = This interface offers functions that implement the route-guidance functionality of a navigation system</line>
@@ -69,7 +69,7 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.Guidance.Error.VoiceNotAllowed">
+ <error name="org.genivi.navigation.navigationcore.Guidance.Error.VoiceNotAllowed">
<doc>
<line>This error is generated if the voice generation is inactive </line>
</doc>
@@ -106,7 +106,7 @@
</doc>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.Guidance.Error.VoiceNotAllowed">
+ <error name="org.genivi.navigation.navigationcore.Guidance.Error.VoiceNotAllowed">
<doc>
<line>This error is generated if the voice generation is inactive </line>
</doc>
@@ -290,7 +290,7 @@
<line>key = ALTITUDE, value = value of type 'i', that expresses the altitude of the starting point in meters</line>
</doc>
</arg>
- <error name="org.genivi.navigationcore.Guidance.Error.NoManeuver">
+ <error name="org.genivi.navigation.navigationcore.Guidance.Error.NoManeuver">
<doc>
<line>This error is generated in case there's no maneuver until the destination</line>
</doc>
@@ -327,7 +327,7 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.Guidance.Error.NoManeuver">
+ <error name="org.genivi.navigation.navigationcore.Guidance.Error.NoManeuver">
<doc>
<line>This error is generated in case there's no maneuver until the destination</line>
</doc>
diff --git a/api/navigation-core/genivi-navigationcore-locationinput.xml b/api/navigation-core/genivi-navigationcore-locationinput.xml
index 5a17ed3..84de0da 100644
--- a/api/navigation-core/genivi-navigationcore-locationinput.xml
+++ b/api/navigation-core/genivi-navigationcore-locationinput.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/navigationcore" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.navigationcore.LocationInput">
+ <interface name="org.genivi.navigation.navigationcore.LocationInput">
<version>3.0.0 (21-01-2014)</version>
<doc>
<line>LocationInput = This interface offers functions that implement the location-input functionality of a navigation system</line>
@@ -42,7 +42,7 @@
<line>locationInputHandle = Location input handle. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value</line>
</doc>
</arg>
- <error name="org.genivi.navigationcore.LocationInput.Error.NoMoreLocationInputHandles">
+ <error name="org.genivi.navigation.navigationcore.LocationInput.Error.NoMoreLocationInputHandles">
<doc>
<line>This error is generated if no more location input handles are available</line>
</doc>
@@ -64,7 +64,7 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.LocationInput.Error.LocationInputNotAvailable">
+ <error name="org.genivi.navigation.navigationcore.LocationInput.Error.LocationInputNotAvailable">
<doc>
<line>This error is generated if an application tries to delete a location input handle that is not available</line>
</doc>
diff --git a/api/navigation-core/genivi-navigationcore-mapmatchedposition.xml b/api/navigation-core/genivi-navigationcore-mapmatchedposition.xml
index dc2a642..05f26c1 100644
--- a/api/navigation-core/genivi-navigationcore-mapmatchedposition.xml
+++ b/api/navigation-core/genivi-navigationcore-mapmatchedposition.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/navigationcore" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.navigationcore.MapMatchedPosition">
+ <interface name="org.genivi.navigation.navigationcore.MapMatchedPosition">
<version>3.0.0 (21-01-2014)</version>
<doc>
<line>MapMatchedPosition = This interface offers functions to retrieve the map matched position and to simulate positioning</line>
@@ -184,7 +184,7 @@
<line>key = SIMULATION_MODE, value = value of type 'b', where TRUE means that the current position is simulated</line>
</doc>
</arg>
- <error name="org.genivi.navigationcore.MapMatchedPosition.Error.NoPosition">
+ <error name="org.genivi.navigation.navigationcore.MapMatchedPosition.Error.NoPosition">
<doc>
<line>This error is generated if no position is available</line>
</doc>
@@ -265,12 +265,12 @@
<line>key = ROADSHIELDS, value = value of type ´a(sa(is)s)´, that identifies a roadshield</line>
</doc>
</arg>
- <error name="org.genivi.navigationcore.MapMatchedPosition.Error.NoMap">
+ <error name="org.genivi.navigation.navigationcore.MapMatchedPosition.Error.NoMap">
<doc>
<line>This error is generated if no map is available</line>
</doc>
</error>
- <error name="org.genivi.navigationcore.MapMatchedPosition.Error.OutOfKnownMap">
+ <error name="org.genivi.navigation.navigationcore.MapMatchedPosition.Error.OutOfKnownMap">
<doc>
<line>This error is generated if the vehicle is located in a position outside of the known map</line>
</doc>
diff --git a/api/navigation-core/genivi-navigationcore-routing.xml b/api/navigation-core/genivi-navigationcore-routing.xml
index 3b7f56d..747967f 100644
--- a/api/navigation-core/genivi-navigationcore-routing.xml
+++ b/api/navigation-core/genivi-navigationcore-routing.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/navigationcore" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.navigationcore.Routing">
+ <interface name="org.genivi.navigation.navigationcore.Routing">
<version>3.0.0 (22-01-2014)</version>
<doc>
<line>Routing = This interface offers functions that implement the routing functionality of a navigation system</line>
@@ -42,7 +42,7 @@
<line>routeHandle = Route handle. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value</line>
</doc>
</arg>
- <error name="org.genivi.navigationcore.Routing.Error.NoMoreRouteHandles">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.NoMoreRouteHandles">
<doc>
<line>This error is generated if no more routing handles are available</line>
</doc>
@@ -64,12 +64,12 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.Routing.Error.RouteNotAvailable">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.RouteNotAvailable">
<doc>
<line>This error is generated if an application tries to delete a route handle that is not available</line>
</doc>
</error>
- <error name="org.genivi.navigationcore.Routing.Error.OperationNotAllowed">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.OperationNotAllowed">
<doc>
<line>This error is generated if an application tries to delete a route which is not created manually (e.g. an alternative route calculated in the background)</line>
</doc>
@@ -114,7 +114,7 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.Routing.Error.OperationNotAllowed">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.OperationNotAllowed">
<doc>
<line>This error is generated if an application tries to set a cost model for a route which is not created manually (e.g. an alternative route calculated in the background)</line>
</doc>
@@ -204,12 +204,12 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.Routing.Error.OperationNotAllowed">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.OperationNotAllowed">
<doc>
<line>This error is generated if an application tries to set route preferences for a route which is not created manually (e.g. an alternative route calculated in the background)</line>
</doc>
</error>
- <error name="org.genivi.navigationcore.Routing.Error.RoutePreferenceNotSupported">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.RoutePreferenceNotSupported">
<doc>
<line>This error is generated if an application tries to set a route preference which is not supported (e.g. (USE,CRIME_AREA)). The preferences which are not supported are product dependent.</line>
</doc>
@@ -353,7 +353,7 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.Routing.Error.OperationNotAllowed">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.OperationNotAllowed">
<doc>
<line>This error is generated if an application tries to set transportation means for a route which is not created manually (e.g. an alternative route calculated in the background)</line>
</doc>
@@ -412,7 +412,7 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.Routing.Error.OperationNotAllowed">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.OperationNotAllowed">
<doc>
<line>This error is generated if an application tries to set excluded areas for a route which is not created manually (e.g. an alternative route calculated in the background)</line>
</doc>
@@ -473,17 +473,17 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.Routing.Error.WaypointCannotBeChanged">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.WaypointCannotBeChanged">
<doc>
<line>This error is sent when a client application tries to change the waypoints while the route guidance is active</line>
</doc>
</error>
- <error name="org.genivi.navigationcore.Routing.Error.TooManyWaypoints">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.TooManyWaypoints">
<doc>
<line>This error is sent when a client application tries to set a number of waypoints that exceeds the system capabilities</line>
</doc>
</error>
- <error name="org.genivi.navigationcore.Routing.Error.OperationNotAllowed">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.OperationNotAllowed">
<doc>
<line>This error is generated if an application tries to set waypoints for a route which is not created manually (e.g. an alternative route calculated in the background)</line>
</doc>
@@ -532,7 +532,7 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.Routing.Error.OperationNotAllowed">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.OperationNotAllowed">
<doc>
<line>This error is generated if an application tries to calculate a route which is not created manually (e.g. an alternative route calculated in the background)</line>
</doc>
@@ -660,7 +660,7 @@
<line>alternativeRoute = Handle identifying an alternative route. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value</line>
</doc>
</arg>
- <error name="org.genivi.navigationcore.Routing.Error.OperationNotAllowed">
+ <error name="org.genivi.navigation.navigationcore.Routing.Error.OperationNotAllowed">
<doc>
<line>This error is generated if an application tries to calculate an alternative to a route which is not created manually (e.g. an alternative route calculated in the background)</line>
</doc>
diff --git a/api/navigation-core/genivi-navigationcore-session.xml b/api/navigation-core/genivi-navigationcore-session.xml
index 6012ad4..9b9e46b 100644
--- a/api/navigation-core/genivi-navigationcore-session.xml
+++ b/api/navigation-core/genivi-navigationcore-session.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/navigationcore" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.navigationcore.Session">
+ <interface name="org.genivi.navigation.navigationcore.Session">
<version>3.0.0 (22-01-2014)</version>
<doc>
<line>Session = This interface offers functions to create and delete sessions</line>
@@ -44,7 +44,7 @@
<line>sessionHandle = Session handle. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value</line>
</doc>
</arg>
- <error name="org.genivi.navigationcore.Session.Error.NoMoreSessionHandles">
+ <error name="org.genivi.navigation.navigationcore.Session.Error.NoMoreSessionHandles">
<doc>
<line>This error is generated if no more session handles are available</line>
</doc>
@@ -61,7 +61,7 @@
</arg>
<arg name="error" type="i" direction="out">
</arg>
- <error name="org.genivi.navigationcore.Session.Error.SessionNotAvailable">
+ <error name="org.genivi.navigation.navigationcore.Session.Error.SessionNotAvailable">
<doc>
<line>This error is generated if an application tries to delete a session handle that is not available</line>
</doc>
diff --git a/api/poi-service/genivi-poiservice-configuration.xml b/api/poi-service/genivi-poiservice-configuration.xml
index 5b018fb..62c671d 100644
--- a/api/poi-service/genivi-poiservice-configuration.xml
+++ b/api/poi-service/genivi-poiservice-configuration.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/navigationcore" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.poiservice.Configuration">
+ <interface name="org.genivi.navigation.poiservice.Configuration">
<version>1.0.0 (10-03-2015)</version>
<doc>
<line>Configuration = This interface offers functions to set and retrieve configuration parameters</line>
diff --git a/api/poi-service/genivi-poiservice-contentaccessmodule.xml b/api/poi-service/genivi-poiservice-contentaccessmodule.xml
index b000da4..1d4a321 100644
--- a/api/poi-service/genivi-poiservice-contentaccessmodule.xml
+++ b/api/poi-service/genivi-poiservice-contentaccessmodule.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/poiservice" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.poiservice.POIContentAccessModule">
+ <interface name="org.genivi.navigation.poiservice.POIContentAccessModule">
<version>1.0.0 (19-12-2012)</version>
<doc>
<line>This interface offers a set of common methods to the POI components to deal with all the content access modules (CAM). The CAM provide and update POI and categories information from remote sources to the POIService modules</line>
@@ -120,7 +120,7 @@
<line>top_level = true if the category is a pre-defined one (top level with only ALL_CATEGORIES as parent), false for customized categories created by plug-in.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>The category is not available.</line>
</doc>
@@ -142,7 +142,7 @@
<line>top_level = true if the category is a pre-defined one (top level with only ALL_CATEGORIES as parent), false for customized categories created by plug-in.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>The category is not available.</line>
</doc>
@@ -323,17 +323,17 @@
<line>value = value. The value depends on the attribute specifications and type.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidCategory">
<doc>
<line>The category associated to a POI is not valid or was not added by the CAM to the component.</line>
</doc>
@@ -369,12 +369,12 @@
<line>Note: This list only contains the available attributes. If there is no value for an optional attributes, it is not returned.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidPoiSourceId">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidPoiSourceId">
<doc>
<line>The poi unique source id is not valid for the content access module.</line>
</doc>
diff --git a/api/poi-service/genivi-poiservice-poicontentaccess.xml b/api/poi-service/genivi-poiservice-poicontentaccess.xml
index f8d3abb..0ba0163 100644
--- a/api/poi-service/genivi-poiservice-poicontentaccess.xml
+++ b/api/poi-service/genivi-poiservice-poicontentaccess.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/poiservice" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.poiservice.POIContentAccess">
+ <interface name="org.genivi.navigation.poiservice.POIContentAccess">
<version>1.0.0 (19-12-2012)</version>
<doc>
<line>This interface offers a set of common methods for Content Access Modules (CAM). The CAM provide and update POI and categories information from remote sources to the POIService modules</line>
@@ -28,7 +28,7 @@
<line>camId = Content access module unique id as known by the POI service component.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.RegistrationFailed">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.RegistrationFailed">
<doc>
<line>The registration failed (for instance the name is not unique).</line>
</doc>
@@ -43,7 +43,7 @@
<line>camId = Content access module unique id as known by the POI service component.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
@@ -66,12 +66,12 @@
<line>unique_id = Unique category id</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidCategory">
<doc>
<line>The category was already registered.</line>
</doc>
@@ -115,12 +115,12 @@
<line>Note: A POI category is a unique ID.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidCategory">
<doc>
<line>The category was already added or is already a predifined one.</line>
<line>Note: As there is no id yet, a category is defined as unique if there was no category registered before with the same name and parent category.</line>
@@ -155,18 +155,18 @@
<line>name = name to be displayed by application</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.ReadOnly">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.ReadOnly">
<doc>
<line>At least one of the attribute of a given category was not updated due to read-only policy.</line>
<line>Note: The other attributes were updated.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidCategory">
<doc>
<line>One of the category is not available.</line>
</doc>
@@ -189,18 +189,18 @@
<line>unique_id = unique category id</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.ReadOnly">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.ReadOnly">
<doc>
<line>At least one of the category was not deleted due to read-only policy.</line>
<line>Note: The other categories were removed.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidCategory">
<doc>
<line>One of the category is not available.</line>
</doc>
diff --git a/api/poi-service/genivi-poiservice-poisearch.xml b/api/poi-service/genivi-poiservice-poisearch.xml
index 7020beb..3fc44be 100644
--- a/api/poi-service/genivi-poiservice-poisearch.xml
+++ b/api/poi-service/genivi-poiservice-poisearch.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/poiservice" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.poiservice.POISearch">
+ <interface name="org.genivi.navigation.poiservice.POISearch">
<version>1.0.0 (19-12-2012)</version>
<doc>
<line>This interface offers methods that implement the POI search functionality of a navigation system</line>
@@ -87,7 +87,7 @@
<line>top_level = true if the category is a pre-defined one (top level with only ALL_CATEGORIES as parent), false for customized categories created by plug-in.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>The category is not available.</line>
</doc>
@@ -109,7 +109,7 @@
<line>top_level = true if the category is a pre-defined one (top level with only ALL_CATEGORIES as parent), false for customized categories created by plug-in.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>The category is not available.</line>
</doc>
@@ -166,7 +166,7 @@
<line>name = name to be displayed by application</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>The category is not available.</line>
<line>If there are more than one category and one of them is not available, no detailed will be returned for this category but there will be no error.</line>
@@ -195,7 +195,7 @@
<line>poiSearchHandle = poi search unique handle</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.NoMoreHandles">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.NoMoreHandles">
<doc>
<line>This error is generated if no more poi search unique handles are available</line>
</doc>
@@ -210,7 +210,7 @@
<line>poiSearchHandle = poi search unique handle</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to delete a poi search unique handle that is not available</line>
</doc>
@@ -234,17 +234,17 @@
<line>alt = altitude above the sea level of the current position in meters</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidPosition">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidPosition">
<doc>
<line>This error is generated if an application tries to set invalid coordinates.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.SearchIsActive">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.SearchIsActive">
<doc>
<line>This error is generated if an application tries to change the search criteria but the search is on-going and could not be updated.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -281,17 +281,17 @@
<line>endSearchOffset (optional) = Lenght of the route (in meters) from where to start the search along. 0 or invalid lenght means end is the destination.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidRouteHandle">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidRouteHandle">
<doc>
<line>This error is generated if an application tries to set invalid route handle.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.SearchIsActive">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.SearchIsActive">
<doc>
<line>This error is generated if an application tries to change the search criteria but the search is on-going and could not be updated.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -314,17 +314,17 @@
<line>Note: A POI category is a unique ID. It could be a predifined category or a custom one defined by a POI plug-in.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>This error is generated if an application tries to set one or more invalid poi categories.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.SearchIsActive">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.SearchIsActive">
<doc>
<line>This error is generated if an application tries to change the search criteria but the search is on-going and could not be updated.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -351,17 +351,17 @@
<line>mandatory = true if the attribute is mandatory for the search and false for optional.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidPoiAttribute">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidPoiAttribute">
<doc>
<line>This error is generated if an application tries to set one or more invalid poi attributes.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.SearchIsActive">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.SearchIsActive">
<doc>
<line>This error is generated if an application tries to change the search criteria but the search is on-going and could not be updated.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -389,17 +389,17 @@
<line>If more than one category was defined for this search, the sort criteria should be compliant with all categories.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>This error is generated if an application tries to start a search without, at least, one poi category defined.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.BadLocation">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.BadLocation">
<doc>
<line>This error is generated if an application tries to start a search without a valid location (coordinates or route handle) defined.</line>
</doc>
@@ -414,7 +414,7 @@
<line>poiSearchHandle = poi search unique handle</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -442,12 +442,12 @@
<line>If more than one category was defined for this search, the sort criteria should be compliant with all categories.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>This error is generated if an application tries to start a search without, at least, one poi category defined.</line>
</doc>
@@ -462,7 +462,7 @@
<line>poiSearchHandle = poi alert unique handle</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -545,12 +545,12 @@
<line>value = value. The value depends on the attribute specifications and type.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidPoiAttribute">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidPoiAttribute">
<doc>
<line>This error is generated if an application tries to get one or more invalid poi attributes.</line>
</doc>
@@ -586,7 +586,7 @@
<line>value = value. The value depends on the attribute specifications and type.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidPoiId">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidPoiId">
<doc>
<line>The poi unique id is not valid.</line>
</doc>