blob: 879fe0d9992e1bbd6c27b6cbbd6de5b9ade8a3a4 [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
Tri Vof5d136c2017-08-02 15:19:22 -070049cc_library {
Pavel Maltsev2579fb72017-02-02 12:39:36 -080050 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,
Justin Yun608d7732017-08-04 14:12:23 +090056 vndk: {
57 enabled: true,
58 },
Pavel Maltsev2579fb72017-02-02 12:39:36 -080059 shared_libs: [
60 "libhidlbase",
61 "libhidltransport",
62 "libhwbinder",
63 "liblog",
64 "libutils",
65 "libcutils",
Pavel Maltsev2579fb72017-02-02 12:39:36 -080066 ],
67 export_shared_lib_headers: [
68 "libhidlbase",
69 "libhidltransport",
70 "libhwbinder",
71 "libutils",
Pavel Maltsev2579fb72017-02-02 12:39:36 -080072 ],
73}