blob: f401dab5e6e432e40563d1f1c8234dc79ec6e5b0 [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"],
Steven Morelandbc711242017-05-09 19:51:19 -070015 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0",
Pavel Maltsev2579fb72017-02-02 12:39:36 -080016 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"],
Steven Morelandbc711242017-05-09 19:51:19 -070029 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0",
Pavel Maltsev2579fb72017-02-02 12:39:36 -080030 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",
Steven Moreland76cfb842017-05-19 15:52:22 -070051 defaults: ["hidl-module-defaults"],
Pavel Maltsev2579fb72017-02-02 12:39:36 -080052 generated_sources: ["android.hardware.automotive.vehicle@2.0_genc++"],
53 generated_headers: ["android.hardware.automotive.vehicle@2.0_genc++_headers"],
54 export_generated_headers: ["android.hardware.automotive.vehicle@2.0_genc++_headers"],
Steven Moreland3b36a832017-04-11 09:58:03 -070055 vendor_available: true,
Pavel Maltsev2579fb72017-02-02 12:39:36 -080056 shared_libs: [
57 "libhidlbase",
58 "libhidltransport",
59 "libhwbinder",
60 "liblog",
61 "libutils",
62 "libcutils",
63 "android.hidl.base@1.0",
64 ],
65 export_shared_lib_headers: [
66 "libhidlbase",
67 "libhidltransport",
68 "libhwbinder",
69 "libutils",
70 "android.hidl.base@1.0",
71 ],
72}