Yifan Hong | cc6ad7d | 2016-10-18 18:44:17 -0700 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.tests.inheritance@1.0_genc++", |
| 5 | tool: "hidl-gen", |
| 6 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.tests.inheritance@1.0", |
| 7 | srcs: [ |
| 8 | "IChild.hal", |
| 9 | "IFetcher.hal", |
| 10 | "IGrandparent.hal", |
| 11 | "IParent.hal", |
| 12 | ], |
| 13 | out: [ |
| 14 | "android/hardware/tests/inheritance/1.0/ChildAll.cpp", |
| 15 | "android/hardware/tests/inheritance/1.0/FetcherAll.cpp", |
| 16 | "android/hardware/tests/inheritance/1.0/GrandparentAll.cpp", |
| 17 | "android/hardware/tests/inheritance/1.0/ParentAll.cpp", |
| 18 | ], |
| 19 | } |
| 20 | |
| 21 | genrule { |
| 22 | name: "android.hardware.tests.inheritance@1.0_genc++_headers", |
| 23 | tool: "hidl-gen", |
| 24 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.tests.inheritance@1.0", |
| 25 | srcs: [ |
| 26 | "IChild.hal", |
| 27 | "IFetcher.hal", |
| 28 | "IGrandparent.hal", |
| 29 | "IParent.hal", |
| 30 | ], |
| 31 | out: [ |
| 32 | "android/hardware/tests/inheritance/1.0/IChild.h", |
| 33 | "android/hardware/tests/inheritance/1.0/IHwChild.h", |
| 34 | "android/hardware/tests/inheritance/1.0/BnChild.h", |
| 35 | "android/hardware/tests/inheritance/1.0/BpChild.h", |
| 36 | "android/hardware/tests/inheritance/1.0/BsChild.h", |
| 37 | "android/hardware/tests/inheritance/1.0/IFetcher.h", |
| 38 | "android/hardware/tests/inheritance/1.0/IHwFetcher.h", |
| 39 | "android/hardware/tests/inheritance/1.0/BnFetcher.h", |
| 40 | "android/hardware/tests/inheritance/1.0/BpFetcher.h", |
| 41 | "android/hardware/tests/inheritance/1.0/BsFetcher.h", |
| 42 | "android/hardware/tests/inheritance/1.0/IGrandparent.h", |
| 43 | "android/hardware/tests/inheritance/1.0/IHwGrandparent.h", |
| 44 | "android/hardware/tests/inheritance/1.0/BnGrandparent.h", |
| 45 | "android/hardware/tests/inheritance/1.0/BpGrandparent.h", |
| 46 | "android/hardware/tests/inheritance/1.0/BsGrandparent.h", |
| 47 | "android/hardware/tests/inheritance/1.0/IParent.h", |
| 48 | "android/hardware/tests/inheritance/1.0/IHwParent.h", |
| 49 | "android/hardware/tests/inheritance/1.0/BnParent.h", |
| 50 | "android/hardware/tests/inheritance/1.0/BpParent.h", |
| 51 | "android/hardware/tests/inheritance/1.0/BsParent.h", |
| 52 | ], |
| 53 | } |
| 54 | |
| 55 | cc_library_shared { |
| 56 | name: "android.hardware.tests.inheritance@1.0", |
| 57 | generated_sources: ["android.hardware.tests.inheritance@1.0_genc++"], |
| 58 | generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"], |
| 59 | export_generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"], |
| 60 | shared_libs: [ |
| 61 | "libhidl", |
| 62 | "libhwbinder", |
| 63 | "libutils", |
| 64 | "libcutils", |
| 65 | ], |
Steven Moreland | 7982058 | 2016-11-01 13:04:54 -0700 | [diff] [blame] | 66 | export_shared_lib_headers: [ |
| 67 | "libhidl", |
| 68 | "libhwbinder", |
| 69 | "libutils", |
Yifan Hong | cc6ad7d | 2016-10-18 18:44:17 -0700 | [diff] [blame] | 70 | ], |
| 71 | } |