summaryrefslogtreecommitdiff
path: root/api/franca/navigation/poiservice/POIServiceTypes.fdepl
blob: 595c99019795ae8e7bfadfd6f608a6754fd2bb6d (plain)
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
import "platform:/plugin/org.genivi.commonapi.dbus/deployment/CommonAPI-DBus_deployment_spec.fdepl"
import "POIServiceTypes.fidl"

specification org.genivi.navigation.poiservice.deployment
{
   for enumerations {
      EnumBackingType: {UseDefault, UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64} (default: UInt64);
   }
}

define org.genivi.navigation.poiservice.deployment for typeCollection org.genivi.navigation.poiservice.POIServiceTypes
{
    enumeration CategoryIDSet {
       EnumBackingType = UInt64
    }
    enumeration AttributeType {
       EnumBackingType = UInt64
    }
    enumeration SearchStatusState {
       EnumBackingType = UInt64
    }
    enumeration OperatorType {
       EnumBackingType = UInt64
    }
    enumeration SortOption {
       EnumBackingType = UInt64
    }
    enumeration UpdateReason {
       EnumBackingType = UInt64
    }
    enumeration ConfigurationChangedReason {
       EnumBackingType = UInt64
    }
}