summaryrefslogtreecommitdiff
path: root/api/franca/navigation/Navigation.fdepl
diff options
context:
space:
mode:
Diffstat (limited to 'api/franca/navigation/Navigation.fdepl')
-rw-r--r--api/franca/navigation/Navigation.fdepl28
1 files changed, 28 insertions, 0 deletions
diff --git a/api/franca/navigation/Navigation.fdepl b/api/franca/navigation/Navigation.fdepl
new file mode 100644
index 0000000..b7961c9
--- /dev/null
+++ b/api/franca/navigation/Navigation.fdepl
@@ -0,0 +1,28 @@
+import "NavigationTypes.fidl"
+import "navigationcore/MapMatchedPositionTypes.fidl"
+specification NavigationSpec
+{
+ for enumerations {
+ EnumBackingType: {UseDefault, UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64} (default: UInt64);
+ }
+}
+specification NavigationCoreSpec
+{
+ for enumerations {
+ EnumBackingType: {UseDefault, UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64} (default: UInt64);
+ }
+}
+
+define NavigationSpec for typeCollection org.genivi.navigation.NavigationTypes
+{
+ enumeration BasicEnum {
+ EnumBackingType = UInt64
+ }
+}
+
+define NavigationCoreSpec for typeCollection org.genivi.navigation.navigationcore.MapMatchedPositionTypes
+{
+ enumeration PositionStatus {
+ EnumBackingType = UInt16
+ }
+}