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 | |
Tri Vo | ce608be | 2017-02-07 19:13:25 -0800 | [diff] [blame] | 3 | filegroup { |
| 4 | name: "android.hardware.contexthub@1.0_hal", |
| 5 | srcs: [ |
| 6 | "types.hal", |
| 7 | "IContexthub.hal", |
| 8 | "IContexthubCallback.hal", |
| 9 | ], |
| 10 | } |
| 11 | |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 12 | genrule { |
| 13 | name: "android.hardware.contexthub@1.0_genc++", |
| 14 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 15 | 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] | 16 | srcs: [ |
Tri Vo | 85120c9 | 2017-02-10 12:45:17 -0800 | [diff] [blame] | 17 | ":android.hardware.contexthub@1.0_hal", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 18 | ], |
| 19 | out: [ |
| 20 | "android/hardware/contexthub/1.0/types.cpp", |
| 21 | "android/hardware/contexthub/1.0/ContexthubAll.cpp", |
| 22 | "android/hardware/contexthub/1.0/ContexthubCallbackAll.cpp", |
| 23 | ], |
| 24 | } |
| 25 | |
| 26 | genrule { |
| 27 | name: "android.hardware.contexthub@1.0_genc++_headers", |
| 28 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 29 | 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] | 30 | srcs: [ |
Tri Vo | 85120c9 | 2017-02-10 12:45:17 -0800 | [diff] [blame] | 31 | ":android.hardware.contexthub@1.0_hal", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 32 | ], |
| 33 | out: [ |
| 34 | "android/hardware/contexthub/1.0/types.h", |
Steven Moreland | 561b602 | 2017-03-27 11:48:14 -0700 | [diff] [blame^] | 35 | "android/hardware/contexthub/1.0/hwtypes.h", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 36 | "android/hardware/contexthub/1.0/IContexthub.h", |
| 37 | "android/hardware/contexthub/1.0/IHwContexthub.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 38 | "android/hardware/contexthub/1.0/BnHwContexthub.h", |
| 39 | "android/hardware/contexthub/1.0/BpHwContexthub.h", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 40 | "android/hardware/contexthub/1.0/BsContexthub.h", |
| 41 | "android/hardware/contexthub/1.0/IContexthubCallback.h", |
| 42 | "android/hardware/contexthub/1.0/IHwContexthubCallback.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 43 | "android/hardware/contexthub/1.0/BnHwContexthubCallback.h", |
| 44 | "android/hardware/contexthub/1.0/BpHwContexthubCallback.h", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 45 | "android/hardware/contexthub/1.0/BsContexthubCallback.h", |
| 46 | ], |
| 47 | } |
| 48 | |
| 49 | cc_library_shared { |
| 50 | name: "android.hardware.contexthub@1.0", |
| 51 | generated_sources: ["android.hardware.contexthub@1.0_genc++"], |
| 52 | generated_headers: ["android.hardware.contexthub@1.0_genc++_headers"], |
| 53 | export_generated_headers: ["android.hardware.contexthub@1.0_genc++_headers"], |
| 54 | shared_libs: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 55 | "libhidlbase", |
| 56 | "libhidltransport", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 57 | "libhwbinder", |
Steven Moreland | f8d68ec | 2016-11-21 16:28:54 -0800 | [diff] [blame] | 58 | "liblog", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 59 | "libutils", |
| 60 | "libcutils", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 61 | "android.hidl.base@1.0", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 62 | ], |
| 63 | export_shared_lib_headers: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 64 | "libhidlbase", |
| 65 | "libhidltransport", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 66 | "libhwbinder", |
| 67 | "libutils", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 68 | "android.hidl.base@1.0", |
Ashutosh Joshi | 6104b27 | 2016-10-27 11:06:23 -0700 | [diff] [blame] | 69 | ], |
| 70 | } |