Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.contexthub@1.0_genc++", |
| 5 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 6 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.contexthub@1.0", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | "IContexthub.hal", |
| 10 | "IContexthubCallback.hal", |
| 11 | ], |
| 12 | out: [ |
| 13 | "android/hardware/contexthub/1.0/types.cpp", |
| 14 | "android/hardware/contexthub/1.0/ContexthubAll.cpp", |
| 15 | "android/hardware/contexthub/1.0/ContexthubCallbackAll.cpp", |
| 16 | ], |
| 17 | } |
| 18 | |
| 19 | genrule { |
| 20 | name: "android.hardware.contexthub@1.0_genc++_headers", |
| 21 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 22 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.contexthub@1.0", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 23 | srcs: [ |
| 24 | "types.hal", |
| 25 | "IContexthub.hal", |
| 26 | "IContexthubCallback.hal", |
| 27 | ], |
| 28 | out: [ |
| 29 | "android/hardware/contexthub/1.0/types.h", |
| 30 | "android/hardware/contexthub/1.0/IContexthub.h", |
| 31 | "android/hardware/contexthub/1.0/IHwContexthub.h", |
| 32 | "android/hardware/contexthub/1.0/BnContexthub.h", |
| 33 | "android/hardware/contexthub/1.0/BpContexthub.h", |
| 34 | "android/hardware/contexthub/1.0/BsContexthub.h", |
| 35 | "android/hardware/contexthub/1.0/IContexthubCallback.h", |
| 36 | "android/hardware/contexthub/1.0/IHwContexthubCallback.h", |
| 37 | "android/hardware/contexthub/1.0/BnContexthubCallback.h", |
| 38 | "android/hardware/contexthub/1.0/BpContexthubCallback.h", |
| 39 | "android/hardware/contexthub/1.0/BsContexthubCallback.h", |
| 40 | ], |
| 41 | } |
| 42 | |
| 43 | cc_library_shared { |
| 44 | name: "android.hardware.contexthub@1.0", |
| 45 | generated_sources: ["android.hardware.contexthub@1.0_genc++"], |
| 46 | generated_headers: ["android.hardware.contexthub@1.0_genc++_headers"], |
| 47 | export_generated_headers: ["android.hardware.contexthub@1.0_genc++_headers"], |
| 48 | shared_libs: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 49 | "libhidlbase", |
| 50 | "libhidltransport", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 51 | "libhwbinder", |
Steven Moreland | f8d68ec | 2016-11-21 16:28:54 -0800 | [diff] [blame] | 52 | "liblog", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 53 | "libutils", |
| 54 | "libcutils", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 55 | "android.hidl.base@1.0", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 56 | ], |
| 57 | export_shared_lib_headers: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 58 | "libhidlbase", |
| 59 | "libhidltransport", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 60 | "libhwbinder", |
| 61 | "libutils", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 62 | "android.hidl.base@1.0", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 63 | ], |
| 64 | } |