summaryrefslogtreecommitdiff
path: root/CommonAPI-Examples/E03Methods/fidl/E03Methods.fdepl
blob: eb5d918417ab2a04b9d40c68f535c1bfece29378 (plain)
1
2
3
4
5
6
7
8
import "platform:/plugin/org.genivi.commonapi.dbus/deployment/CommonAPI-DBus_deployment.fdepl"
import "E03Methods.fidl"

define org.genivi.commonapi.dbus.deployment for interface commonapi.examples.E03Methods {
	method foo {
		Timeout = 1234
	}
}