-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHeadUnit.fdepl
35 lines (29 loc) · 962 Bytes
/
HeadUnit.fdepl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
import "platform:/plugin/org.genivi.commonapi.someip/deployment/CommonAPI-4-SOMEIP_deployment_spec.fdepl"
import "HeadUnit.fidl"
define org.genivi.commonapi.someip.deployment for interface commonapi.HeadUnit {
SomeIpServiceID = 6000
attribute lightMode {
SomeIpNotifierEventGroups = { 6100 }
SomeIpNotifierID = 61000
SomeIpGetterID = 6101
SomeIpAttributeReliable = true
}
attribute unit {
SomeIpNotifierEventGroups = { 6200 }
SomeIpNotifierID = 62000
SomeIpGetterID = 6201
SomeIpAttributeReliable = true
}
attribute metadata {
SomeIpNotifierEventGroups = { 6300 }
SomeIpNotifierID = 63000
SomeIpGetterID = 6301
SomeIpAttributeReliable = true
}
}
define org.genivi.commonapi.someip.deployment for provider as Service {
instance commonapi.HeadUnit{
InstanceId = "commonapi.HeadUnit"
SomeIpInstanceID = 6001
}
}