Amit Mahajan | 3e68341 | 2017-02-13 15:04:36 -0800 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | filegroup { |
| 4 | name: "android.hardware.radio.deprecated@1.0_hal", |
| 5 | srcs: [ |
| 6 | "IOemHook.hal", |
| 7 | "IOemHookIndication.hal", |
| 8 | "IOemHookResponse.hal", |
| 9 | ], |
| 10 | } |
| 11 | |
| 12 | genrule { |
| 13 | name: "android.hardware.radio.deprecated@1.0_genc++", |
| 14 | tools: ["hidl-gen"], |
Steven Moreland | cb360c6 | 2017-05-09 14:34:19 -0700 | [diff] [blame] | 15 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.radio.deprecated@1.0", |
Amit Mahajan | 3e68341 | 2017-02-13 15:04:36 -0800 | [diff] [blame] | 16 | srcs: [ |
| 17 | ":android.hardware.radio.deprecated@1.0_hal", |
| 18 | ], |
| 19 | out: [ |
| 20 | "android/hardware/radio/deprecated/1.0/OemHookAll.cpp", |
| 21 | "android/hardware/radio/deprecated/1.0/OemHookIndicationAll.cpp", |
| 22 | "android/hardware/radio/deprecated/1.0/OemHookResponseAll.cpp", |
| 23 | ], |
| 24 | } |
| 25 | |
| 26 | genrule { |
| 27 | name: "android.hardware.radio.deprecated@1.0_genc++_headers", |
| 28 | tools: ["hidl-gen"], |
Steven Moreland | cb360c6 | 2017-05-09 14:34:19 -0700 | [diff] [blame] | 29 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.radio.deprecated@1.0", |
Amit Mahajan | 3e68341 | 2017-02-13 15:04:36 -0800 | [diff] [blame] | 30 | srcs: [ |
| 31 | ":android.hardware.radio.deprecated@1.0_hal", |
| 32 | ], |
| 33 | out: [ |
| 34 | "android/hardware/radio/deprecated/1.0/IOemHook.h", |
| 35 | "android/hardware/radio/deprecated/1.0/IHwOemHook.h", |
| 36 | "android/hardware/radio/deprecated/1.0/BnHwOemHook.h", |
| 37 | "android/hardware/radio/deprecated/1.0/BpHwOemHook.h", |
| 38 | "android/hardware/radio/deprecated/1.0/BsOemHook.h", |
| 39 | "android/hardware/radio/deprecated/1.0/IOemHookIndication.h", |
| 40 | "android/hardware/radio/deprecated/1.0/IHwOemHookIndication.h", |
| 41 | "android/hardware/radio/deprecated/1.0/BnHwOemHookIndication.h", |
| 42 | "android/hardware/radio/deprecated/1.0/BpHwOemHookIndication.h", |
| 43 | "android/hardware/radio/deprecated/1.0/BsOemHookIndication.h", |
| 44 | "android/hardware/radio/deprecated/1.0/IOemHookResponse.h", |
| 45 | "android/hardware/radio/deprecated/1.0/IHwOemHookResponse.h", |
| 46 | "android/hardware/radio/deprecated/1.0/BnHwOemHookResponse.h", |
| 47 | "android/hardware/radio/deprecated/1.0/BpHwOemHookResponse.h", |
| 48 | "android/hardware/radio/deprecated/1.0/BsOemHookResponse.h", |
| 49 | ], |
| 50 | } |
| 51 | |
| 52 | cc_library_shared { |
| 53 | name: "android.hardware.radio.deprecated@1.0", |
Steven Moreland | 06c85d9 | 2017-05-18 16:14:16 -0700 | [diff] [blame^] | 54 | defaults: ["hidl-module-defaults"], |
Amit Mahajan | 3e68341 | 2017-02-13 15:04:36 -0800 | [diff] [blame] | 55 | generated_sources: ["android.hardware.radio.deprecated@1.0_genc++"], |
| 56 | generated_headers: ["android.hardware.radio.deprecated@1.0_genc++_headers"], |
| 57 | export_generated_headers: ["android.hardware.radio.deprecated@1.0_genc++_headers"], |
Steven Moreland | 0dd5ba2 | 2017-04-11 09:57:11 -0700 | [diff] [blame] | 58 | vendor_available: true, |
Amit Mahajan | 3e68341 | 2017-02-13 15:04:36 -0800 | [diff] [blame] | 59 | shared_libs: [ |
| 60 | "libhidlbase", |
| 61 | "libhidltransport", |
| 62 | "libhwbinder", |
| 63 | "liblog", |
| 64 | "libutils", |
| 65 | "libcutils", |
| 66 | "android.hardware.radio@1.0", |
Amit Mahajan | 3e68341 | 2017-02-13 15:04:36 -0800 | [diff] [blame] | 67 | ], |
| 68 | export_shared_lib_headers: [ |
| 69 | "libhidlbase", |
| 70 | "libhidltransport", |
| 71 | "libhwbinder", |
| 72 | "libutils", |
| 73 | "android.hardware.radio@1.0", |
Amit Mahajan | 3e68341 | 2017-02-13 15:04:36 -0800 | [diff] [blame] | 74 | ], |
| 75 | } |