summaryrefslogtreecommitdiffstats
path: root/automotive/vehicle/2.0/Android.bp
blob: 7ab2387c7bc716e3a1b795a7b98da7fd541f67ec (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
// This file is autogenerated by hidl-gen -Landroidbp.

hidl_interface {
    name: "android.hardware.automotive.vehicle@2.0",
    root: "android.hardware",
    vndk: {
        enabled: true,
    },
    srcs: [
        "types.hal",
        "IVehicle.hal",
        "IVehicleCallback.hal",
    ],
    interfaces: [
        "android.hidl.base@1.0",
    ],
    types: [
        "DiagnosticFloatSensorIndex",
        "DiagnosticIntegerSensorIndex",
        "EvConnectorType",
        "FuelType",
        "Obd2CommonIgnitionMonitors",
        "Obd2CompressionIgnitionMonitors",
        "Obd2FuelSystemStatus",
        "Obd2FuelType",
        "Obd2IgnitionMonitorKind",
        "Obd2SecondaryAirStatus",
        "Obd2SparkIgnitionMonitors",
        "StatusCode",
        "SubscribeFlags",
        "SubscribeOptions",
        "VehicleApPowerBootupReason",
        "VehicleApPowerSetState",
        "VehicleApPowerState",
        "VehicleApPowerStateConfigFlag",
        "VehicleApPowerStateIndex",
        "VehicleApPowerStateShutdownParam",
        "VehicleArea",
        "VehicleAreaConfig",
        "VehicleAreaDoor",
        "VehicleAreaMirror",
        "VehicleAreaSeat",
        "VehicleAreaWindow",
        "VehicleAreaZone",
        "VehicleAudioContextFlag",
        "VehicleAudioExtFocusFlag",
        "VehicleAudioFocusIndex",
        "VehicleAudioFocusRequest",
        "VehicleAudioFocusState",
        "VehicleAudioHwVariantConfigFlag",
        "VehicleAudioRoutingPolicyIndex",
        "VehicleAudioStream",
        "VehicleAudioStreamFlag",
        "VehicleAudioVolumeCapabilityFlag",
        "VehicleAudioVolumeIndex",
        "VehicleAudioVolumeLimitIndex",
        "VehicleAudioVolumeState",
        "VehicleDisplay",
        "VehicleDrivingStatus",
        "VehicleGear",
        "VehicleHvacFanDirection",
        "VehicleHwKeyInputAction",
        "VehicleIgnitionState",
        "VehicleInstrumentClusterType",
        "VehiclePropConfig",
        "VehiclePropValue",
        "VehicleProperty",
        "VehiclePropertyAccess",
        "VehiclePropertyChangeMode",
        "VehiclePropertyGroup",
        "VehiclePropertyOperation",
        "VehiclePropertyType",
        "VehicleRadioConstants",
        "VehicleTurnSignal",
        "VehicleUnit",
        "VmsAvailabilityStateIntegerValuesIndex",
        "VmsBaseMessageIntegerValuesIndex",
        "VmsMessageType",
        "VmsMessageWithLayerAndPublisherIdIntegerValuesIndex",
        "VmsMessageWithLayerIntegerValuesIndex",
        "VmsOfferingMessageIntegerValuesIndex",
        "VmsSubscriptionsStateIntegerValuesIndex",
        "Wheel",
    ],
    gen_java: true,
}