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 | |
Steven Moreland | 7206708 | 2017-07-26 10:14:57 -0700 | [diff] [blame] | 52 | cc_library { |
Amit Mahajan | 3e68341 | 2017-02-13 15:04:36 -0800 | [diff] [blame] | 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, |
Steven Moreland | 5e59402 | 2017-07-25 18:24:40 -0700 | [diff] [blame] | 59 | vndk: { |
| 60 | enabled: true, |
| 61 | }, |
Amit Mahajan | 3e68341 | 2017-02-13 15:04:36 -0800 | [diff] [blame] | 62 | shared_libs: [ |
| 63 | "libhidlbase", |
| 64 | "libhidltransport", |
| 65 | "libhwbinder", |
| 66 | "liblog", |
| 67 | "libutils", |
| 68 | "libcutils", |
| 69 | "android.hardware.radio@1.0", |
Amit Mahajan | 3e68341 | 2017-02-13 15:04:36 -0800 | [diff] [blame] | 70 | ], |
| 71 | export_shared_lib_headers: [ |
| 72 | "libhidlbase", |
| 73 | "libhidltransport", |
| 74 | "libhwbinder", |
| 75 | "libutils", |
| 76 | "android.hardware.radio@1.0", |
Amit Mahajan | 3e68341 | 2017-02-13 15:04:36 -0800 | [diff] [blame] | 77 | ], |
| 78 | } |
Steven Moreland | 26a0bb2 | 2017-09-22 14:10:47 -0700 | [diff] [blame] | 79 | |
| 80 | genrule { |
Steven Moreland | c3e80fa | 2017-10-10 11:05:20 -0700 | [diff] [blame] | 81 | name: "android.hardware.radio.deprecated-V1.0-java_gen_java", |
| 82 | tools: ["hidl-gen"], |
| 83 | cmd: "$(location hidl-gen) -o $(genDir) -Ljava -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.radio.deprecated@1.0", |
| 84 | srcs: [ |
| 85 | ":android.hardware.radio.deprecated@1.0_hal", |
| 86 | ], |
| 87 | out: [ |
| 88 | "android/hardware/radio/deprecated/V1_0/IOemHook.java", |
| 89 | "android/hardware/radio/deprecated/V1_0/IOemHookIndication.java", |
| 90 | "android/hardware/radio/deprecated/V1_0/IOemHookResponse.java", |
| 91 | ], |
| 92 | } |
| 93 | |
| 94 | java_library { |
| 95 | name: "android.hardware.radio.deprecated-V1.0-java", |
| 96 | no_framework_libs: true, |
| 97 | defaults: ["hidl-java-module-defaults"], |
| 98 | srcs: [":android.hardware.radio.deprecated-V1.0-java_gen_java"], |
| 99 | libs: [ |
| 100 | "hwbinder", |
| 101 | "android.hardware.radio-V1.0-java", |
| 102 | "android.hidl.base-V1.0-java", |
| 103 | ] |
| 104 | } |
| 105 | |
| 106 | // This package does not export any types. Not creating java constants export. |
| 107 | |
| 108 | |
| 109 | genrule { |
Steven Moreland | 26a0bb2 | 2017-09-22 14:10:47 -0700 | [diff] [blame] | 110 | name: "android.hardware.radio.deprecated@1.0-adapter-helper_genc++", |
| 111 | tools: ["hidl-gen"], |
| 112 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.radio.deprecated@1.0", |
| 113 | srcs: [ |
| 114 | ":android.hardware.radio.deprecated@1.0_hal", |
| 115 | ], |
| 116 | out: [ |
| 117 | "android/hardware/radio/deprecated/1.0/AOemHook.cpp", |
| 118 | "android/hardware/radio/deprecated/1.0/AOemHookIndication.cpp", |
| 119 | "android/hardware/radio/deprecated/1.0/AOemHookResponse.cpp", |
| 120 | ], |
| 121 | } |
| 122 | |
| 123 | genrule { |
| 124 | name: "android.hardware.radio.deprecated@1.0-adapter-helper_genc++_headers", |
| 125 | tools: ["hidl-gen"], |
| 126 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.radio.deprecated@1.0", |
| 127 | srcs: [ |
| 128 | ":android.hardware.radio.deprecated@1.0_hal", |
| 129 | ], |
| 130 | out: [ |
| 131 | "android/hardware/radio/deprecated/1.0/AOemHook.h", |
| 132 | "android/hardware/radio/deprecated/1.0/AOemHookIndication.h", |
| 133 | "android/hardware/radio/deprecated/1.0/AOemHookResponse.h", |
| 134 | ], |
| 135 | } |
| 136 | |
Steven Moreland | 26a0bb2 | 2017-09-22 14:10:47 -0700 | [diff] [blame] | 137 | cc_library { |
| 138 | name: "android.hardware.radio.deprecated@1.0-adapter-helper", |
| 139 | defaults: ["hidl-module-defaults"], |
| 140 | generated_sources: ["android.hardware.radio.deprecated@1.0-adapter-helper_genc++"], |
| 141 | generated_headers: ["android.hardware.radio.deprecated@1.0-adapter-helper_genc++_headers"], |
| 142 | export_generated_headers: ["android.hardware.radio.deprecated@1.0-adapter-helper_genc++_headers"], |
| 143 | vendor_available: true, |
| 144 | shared_libs: [ |
| 145 | "libhidlbase", |
| 146 | "libhidltransport", |
| 147 | "libhwbinder", |
| 148 | "liblog", |
| 149 | "libutils", |
| 150 | "libcutils", |
| 151 | "libhidladapter", |
| 152 | "android.hardware.radio.deprecated@1.0", |
| 153 | "android.hardware.radio@1.0", |
| 154 | "android.hardware.radio@1.0-adapter-helper", |
| 155 | "android.hidl.base@1.0-adapter-helper", |
| 156 | ], |
| 157 | export_shared_lib_headers: [ |
| 158 | "libhidlbase", |
| 159 | "libhidltransport", |
| 160 | "libhwbinder", |
| 161 | "libutils", |
| 162 | "libhidladapter", |
| 163 | "android.hardware.radio.deprecated@1.0", |
| 164 | "android.hardware.radio@1.0", |
| 165 | "android.hardware.radio@1.0-adapter-helper", |
| 166 | "android.hidl.base@1.0-adapter-helper", |
| 167 | ], |
| 168 | } |
| 169 | |
| 170 | genrule { |
| 171 | name: "android.hardware.radio.deprecated@1.0-adapter_genc++", |
| 172 | tools: ["hidl-gen"], |
| 173 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-main -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.radio.deprecated@1.0", |
Steven Moreland | a5299ee | 2017-09-26 12:54:42 -0700 | [diff] [blame] | 174 | out: ["main.cpp"] |
| 175 | } |
Steven Moreland | 26a0bb2 | 2017-09-22 14:10:47 -0700 | [diff] [blame] | 176 | |
| 177 | cc_test { |
| 178 | name: "android.hardware.radio.deprecated@1.0-adapter", |
Steven Moreland | 527fd76 | 2017-10-04 12:47:03 -0700 | [diff] [blame] | 179 | defaults: ["hidl-module-defaults"], |
Steven Moreland | 26a0bb2 | 2017-09-22 14:10:47 -0700 | [diff] [blame] | 180 | shared_libs: [ |
| 181 | "libhidladapter", |
| 182 | "libhidlbase", |
| 183 | "libhidltransport", |
| 184 | "libutils", |
| 185 | "android.hardware.radio.deprecated@1.0", |
| 186 | "android.hardware.radio@1.0", |
| 187 | "android.hardware.radio.deprecated@1.0-adapter-helper", |
| 188 | ], |
| 189 | generated_sources: ["android.hardware.radio.deprecated@1.0-adapter_genc++"], |
| 190 | } |