blob: e4a3439d1890a112eeb0513573e6b3c6f2555cb3 [file] [log] [blame]
// This file is autogenerated by hidl-gen. Do not edit manually.
genrule {
name: "android.hardware.tests.inheritance@1.0_genc++",
tool: "hidl-gen",
cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.tests.inheritance@1.0",
srcs: [
"IChild.hal",
"IFetcher.hal",
"IGrandparent.hal",
"IParent.hal",
],
out: [
"android/hardware/tests/inheritance/1.0/ChildAll.cpp",
"android/hardware/tests/inheritance/1.0/FetcherAll.cpp",
"android/hardware/tests/inheritance/1.0/GrandparentAll.cpp",
"android/hardware/tests/inheritance/1.0/ParentAll.cpp",
],
}
genrule {
name: "android.hardware.tests.inheritance@1.0_genc++_headers",
tool: "hidl-gen",
cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.tests.inheritance@1.0",
srcs: [
"IChild.hal",
"IFetcher.hal",
"IGrandparent.hal",
"IParent.hal",
],
out: [
"android/hardware/tests/inheritance/1.0/IChild.h",
"android/hardware/tests/inheritance/1.0/IHwChild.h",
"android/hardware/tests/inheritance/1.0/BnChild.h",
"android/hardware/tests/inheritance/1.0/BpChild.h",
"android/hardware/tests/inheritance/1.0/BsChild.h",
"android/hardware/tests/inheritance/1.0/IFetcher.h",
"android/hardware/tests/inheritance/1.0/IHwFetcher.h",
"android/hardware/tests/inheritance/1.0/BnFetcher.h",
"android/hardware/tests/inheritance/1.0/BpFetcher.h",
"android/hardware/tests/inheritance/1.0/BsFetcher.h",
"android/hardware/tests/inheritance/1.0/IGrandparent.h",
"android/hardware/tests/inheritance/1.0/IHwGrandparent.h",
"android/hardware/tests/inheritance/1.0/BnGrandparent.h",
"android/hardware/tests/inheritance/1.0/BpGrandparent.h",
"android/hardware/tests/inheritance/1.0/BsGrandparent.h",
"android/hardware/tests/inheritance/1.0/IParent.h",
"android/hardware/tests/inheritance/1.0/IHwParent.h",
"android/hardware/tests/inheritance/1.0/BnParent.h",
"android/hardware/tests/inheritance/1.0/BpParent.h",
"android/hardware/tests/inheritance/1.0/BsParent.h",
],
}
cc_library_shared {
name: "android.hardware.tests.inheritance@1.0",
generated_sources: ["android.hardware.tests.inheritance@1.0_genc++"],
generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"],
export_generated_headers: ["android.hardware.tests.inheritance@1.0_genc++_headers"],
shared_libs: [
"libhidl",
"libhwbinder",
"libutils",
"libcutils",
],
export_shared_lib_headers: [
"libhidl",
"libhwbinder",
"libutils",
],
}