summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceCAPI/fidl/deployment.fdepl
blob: 3846ed4432a8c6dd34950a12e1a6da943542891f (plain)
1
2
3
4
5
6
7
8
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);
	}
}