1// This file is autogenerated by hidl-gen. Do not edit manually. 2 3filegroup { 4 name: "android.hardware.tests.inheritance@1.0_hal", 5 srcs: [ 6 "IChild.hal", 7 "IFetcher.hal", 8 "IGrandparent.hal", 9 "IParent.hal", 10 ], 11} 12 13genrule { 14 name: "android.hardware.tests.inheritance@1.0_genc++", 15 tools: ["hidl-gen"], 16 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tests.inheritance@1.0", 17 srcs: [ 18 ":android.hardware.tests.inheritance@1.0_hal", 19 ], 20 out: [ 21 "android/hardware/tests/inheritance/1.0/ChildAll.cpp", 22 "android/hardware/tests/inheritance/1.0/FetcherAll.cpp", 23 "android/hardware/tests/inheritance/1.0/GrandparentAll.cpp", 24 "android/hardware/tests/inheritance/1.0/ParentAll.cpp", 25 ], 26} 27 28genrule { 29 name: "android.hardware.tests.inheritance@1.0_genc++_headers", 30 tools: ["hidl-gen"], 31 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tests.inheritance@1.0", 32 srcs: [ 33 ":android.hardware.tests.inheritance@1.0_hal", 34 ], 35 out: [ 36 "android/hardware/tests/inheritance/1.0/IChild.h", 37 "android/hardware/tests/inheritance/1.0/IHwChild.h", 38 "android/hardware/tests/inheritance/1.0/BnHwChild.h", 39 "android/hardware/tests/inheritance/1.0/BpHwChild.h", 40 "android/hardware/tests/inheritance/1.0/BsChild.h", 41 "android/hardware/tests/inheritance/1.0/IFetcher.h", 42 "android/hardware/tests/inheritance/1.0/IHwFetcher.h", 43 "android/hardware/tests/inheritance/1.0/BnHwFetcher.h", 44 "android/hardware/tests/inheritance/1.0/BpHwFetcher.h", 45 "android/hardware/tests/inheritance/1.0/BsFetcher.h", 46 "android/hardware/tests/inheritance/1.0/IGrandparent.h", 47 "android/hardware/tests/inheritance/1.0/IHwGrandparent.h", 48 "android/hardware/tests/inheritance/1.0/BnHwGrandparent.h", 49 "android/hardware/tests/inheritance/1.0/BpHwGrandparent.h", 50 "android/hardware/tests/inheritance/1.0/BsGrandparent.h", 51 "android/hardware/tests/inheritance/1.0/IParent.h", 52 "android/hardware/tests/inheritance/1.0/IHwParent.h", 53 "android/hardware/tests/inheritance/1.0/BnHwParent.h", 54 "android/hardware/tests/inheritance/1.0/BpHwParent.h", 55 "android/hardware/tests/inheritance/1.0/BsParent.h", 56 ], 57} 58 59cc_library_shared { 60 name: "android.hardware.tests.inheritance@1.0", 61 defaults: ["hidl-module-defaults"], 62 generated_sources: ["android.hardware.tests.inheritance@1.0_genc++"], 63 generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"], 64 export_generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"], 65 vendor_available: true, 66 shared_libs: [ 67 "libhidlbase", 68 "libhidltransport", 69 "libhwbinder", 70 "liblog", 71 "libutils", 72 "libcutils", 73 "android.hidl.base@1.0", 74 ], 75 export_shared_lib_headers: [ 76 "libhidlbase", 77 "libhidltransport", 78 "libhwbinder", 79 "libutils", 80 "android.hidl.base@1.0", 81 ], 82} 83