blob: 3f5b383a2b21650c7593e574b07da8199cd8513d [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: [
17 "types.hal",
18 "IVehicle.hal",
19 "IVehicleCallback.hal",
20 ],
21 out: [
22 "android/hardware/automotive/vehicle/2.0/types.cpp",
23 "android/hardware/automotive/vehicle/2.0/VehicleAll.cpp",
24 "android/hardware/automotive/vehicle/2.0/VehicleCallbackAll.cpp",
25 ],
26}
27
28genrule {
29 name: "android.hardware.automotive.vehicle@2.0_genc++_headers",
30 tools: ["hidl-gen"],
31 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0",
32 srcs: [
33 "types.hal",
34 "IVehicle.hal",
35 "IVehicleCallback.hal",
36 ],
37 out: [
38 "android/hardware/automotive/vehicle/2.0/types.h",
39 "android/hardware/automotive/vehicle/2.0/IVehicle.h",
40 "android/hardware/automotive/vehicle/2.0/IHwVehicle.h",
41 "android/hardware/automotive/vehicle/2.0/BnHwVehicle.h",
42 "android/hardware/automotive/vehicle/2.0/BpHwVehicle.h",
43 "android/hardware/automotive/vehicle/2.0/BsVehicle.h",
44 "android/hardware/automotive/vehicle/2.0/IVehicleCallback.h",
45 "android/hardware/automotive/vehicle/2.0/IHwVehicleCallback.h",
46 "android/hardware/automotive/vehicle/2.0/BnHwVehicleCallback.h",
47 "android/hardware/automotive/vehicle/2.0/BpHwVehicleCallback.h",
48 "android/hardware/automotive/vehicle/2.0/BsVehicleCallback.h",
49 ],
50}
51
52cc_library_shared {
53 name: "android.hardware.automotive.vehicle@2.0",
54 generated_sources: ["android.hardware.automotive.vehicle@2.0_genc++"],
55 generated_headers: ["android.hardware.automotive.vehicle@2.0_genc++_headers"],
56 export_generated_headers: ["android.hardware.automotive.vehicle@2.0_genc++_headers"],
57 shared_libs: [
58 "libhidlbase",
59 "libhidltransport",
60 "libhwbinder",
61 "liblog",
62 "libutils",
63 "libcutils",
64 "android.hidl.base@1.0",
65 ],
66 export_shared_lib_headers: [
67 "libhidlbase",
68 "libhidltransport",
69 "libhwbinder",
70 "libutils",
71 "android.hidl.base@1.0",
72 ],
73}