summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rauwolf <rauwolf@itestra.de>2013-02-19 10:03:57 +0100
committerPhilip Rauwolf <rauwolf@itestra.de>2013-02-19 15:16:45 +0100
commit7caa154a1ee1ba2e60734d45300bf3d678796dd6 (patch)
tree771b8aac77df9cbd036b719ed5367d46d2157c5a
parent46448b54c323492eee12a46ac28230dc129fb851 (diff)
downloadgenivi-common-api-runtime-7caa154a1ee1ba2e60734d45300bf3d678796dd6.tar.gz
Added deployment specification
-rw-r--r--org.genivi.commonapi.core/src/org/genivi/commonapi/core/deployment/deployment.fdepl8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.genivi.commonapi.core/src/org/genivi/commonapi/core/deployment/deployment.fdepl b/org.genivi.commonapi.core/src/org/genivi/commonapi/core/deployment/deployment.fdepl
new file mode 100644
index 0000000..6332906
--- /dev/null
+++ b/org.genivi.commonapi.core/src/org/genivi/commonapi/core/deployment/deployment.fdepl
@@ -0,0 +1,8 @@
+
+
+specification org.genivi.commonapi.dbus.deployment
+{
+ for interfaces {
+ EnumBackingType: {UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64} (default: UInt32);
+ }
+}