blob: 6957bf8017b4e9d31ef88076763d62ad654f5cfa [file] [log] [blame]
Pavel Maltsev2579fb72017-02-02 12:39:36 -08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Voce608be2017-02-07 19:13:25 -08003filegroup {
4 name: "android.hardware.automotive.vehicle@2.0_hal",
5 srcs: [
6 "types.hal",
7 "IVehicle.hal",
8 "IVehicleCallback.hal",
9 ],
10}
11
Pavel Maltsev2579fb72017-02-02 12:39:36 -080012genrule {
13 name: "android.hardware.automotive.vehicle@2.0_genc++",
14 tools: ["hidl-gen"],
15 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0",
16 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080017 ":android.hardware.automotive.vehicle@2.0_hal",
Pavel Maltsev2579fb72017-02-02 12:39:36 -080018 ],
19 out: [
20 "android/hardware/automotive/vehicle/2.0/types.cpp",
21 "android/hardware/automotive/vehicle/2.0/VehicleAll.cpp",
22 "android/hardware/automotive/vehicle/2.0/VehicleCallbackAll.cpp",
23 ],
24}
25
26genrule {
27 name: "android.hardware.automotive.vehicle@2.0_genc++_headers",
28 tools: ["hidl-gen"],
29 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0",
30 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080031 ":android.hardware.automotive.vehicle@2.0_hal",
Pavel Maltsev2579fb72017-02-02 12:39:36 -080032 ],
33 out: [
34 "android/hardware/automotive/vehicle/2.0/types.h",
Steven Moreland561b6022017-03-27 11:48:14 -070035 "android/hardware/automotive/vehicle/2.0/hwtypes.h",
Pavel Maltsev2579fb72017-02-02 12:39:36 -080036 "android/hardware/automotive/vehicle/2.0/IVehicle.h",
37 "android/hardware/automotive/vehicle/2.0/IHwVehicle.h",
38 "android/hardware/automotive/vehicle/2.0/BnHwVehicle.h",
39 "android/hardware/automotive/vehicle/2.0/BpHwVehicle.h",
40 "android/hardware/automotive/vehicle/2.0/BsVehicle.h",
41 "android/hardware/automotive/vehicle/2.0/IVehicleCallback.h",
42 "android/hardware/automotive/vehicle/2.0/IHwVehicleCallback.h",
43 "android/hardware/automotive/vehicle/2.0/BnHwVehicleCallback.h",
44 "android/hardware/automotive/vehicle/2.0/BpHwVehicleCallback.h",
45 "android/hardware/automotive/vehicle/2.0/BsVehicleCallback.h",
46 ],
47}
48
49cc_library_shared {
50 name: "android.hardware.automotive.vehicle@2.0",
51 generated_sources: ["android.hardware.automotive.vehicle@2.0_genc++"],
52 generated_headers: ["android.hardware.automotive.vehicle@2.0_genc++_headers"],
53 export_generated_headers: ["android.hardware.automotive.vehicle@2.0_genc++_headers"],
54 shared_libs: [
55 "libhidlbase",
56 "libhidltransport",
57 "libhwbinder",
58 "liblog",
59 "libutils",
60 "libcutils",
61 "android.hidl.base@1.0",
62 ],
63 export_shared_lib_headers: [
64 "libhidlbase",
65 "libhidltransport",
66 "libhwbinder",
67 "libutils",
68 "android.hidl.base@1.0",
69 ],
70}