summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceCAPI/fidl/deployment.fdepl
diff options
context:
space:
mode:
Diffstat (limited to 'PluginRoutingInterfaceCAPI/fidl/deployment.fdepl')
-rw-r--r--PluginRoutingInterfaceCAPI/fidl/deployment.fdepl9
1 files changed, 9 insertions, 0 deletions
diff --git a/PluginRoutingInterfaceCAPI/fidl/deployment.fdepl b/PluginRoutingInterfaceCAPI/fidl/deployment.fdepl
new file mode 100644
index 0000000..3846ed4
--- /dev/null
+++ b/PluginRoutingInterfaceCAPI/fidl/deployment.fdepl
@@ -0,0 +1,9 @@
+specification org.genivi.commonapi.core.deployment.deployment {
+ for interfaces {
+ DefaultEnumBackingType: {UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64} (default: UInt32);
+ }
+
+ for enumerations {
+ EnumBackingType: {UseDefault, UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64} (default: UseDefault);
+ }
+}