2016-10-01 00:31:06 +02:00
|
|
|
// This file is autogenerated by hidl-gen. Do not edit manually.
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.light@2.0_genc++",
|
2016-11-04 23:02:42 +01:00
|
|
|
tools: ["hidl-gen"],
|
2016-11-29 01:09:37 +01:00
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.light@2.0",
|
2016-10-01 00:31:06 +02:00
|
|
|
srcs: [
|
|
|
|
"types.hal",
|
|
|
|
"ILight.hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/light/2.0/types.cpp",
|
|
|
|
"android/hardware/light/2.0/LightAll.cpp",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.light@2.0_genc++_headers",
|
2016-11-04 23:02:42 +01:00
|
|
|
tools: ["hidl-gen"],
|
2016-11-29 01:09:37 +01:00
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.light@2.0",
|
2016-10-01 00:31:06 +02:00
|
|
|
srcs: [
|
|
|
|
"types.hal",
|
|
|
|
"ILight.hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/light/2.0/types.h",
|
|
|
|
"android/hardware/light/2.0/ILight.h",
|
|
|
|
"android/hardware/light/2.0/IHwLight.h",
|
|
|
|
"android/hardware/light/2.0/BnLight.h",
|
|
|
|
"android/hardware/light/2.0/BpLight.h",
|
|
|
|
"android/hardware/light/2.0/BsLight.h",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
cc_library_shared {
|
|
|
|
name: "android.hardware.light@2.0",
|
|
|
|
generated_sources: ["android.hardware.light@2.0_genc++"],
|
|
|
|
generated_headers: ["android.hardware.light@2.0_genc++_headers"],
|
|
|
|
export_generated_headers: ["android.hardware.light@2.0_genc++_headers"],
|
|
|
|
shared_libs: [
|
2016-11-16 23:17:58 +01:00
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
2016-10-01 00:31:06 +02:00
|
|
|
"libhwbinder",
|
2016-11-22 01:28:54 +01:00
|
|
|
"liblog",
|
2016-10-01 00:31:06 +02:00
|
|
|
"libutils",
|
|
|
|
"libcutils",
|
2016-11-29 01:09:37 +01:00
|
|
|
"android.hidl.base@1.0",
|
2016-10-01 00:31:06 +02:00
|
|
|
],
|
2016-11-02 18:23:49 +01:00
|
|
|
export_shared_lib_headers: [
|
2016-11-16 23:17:58 +01:00
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
2016-11-02 18:23:49 +01:00
|
|
|
"libhwbinder",
|
|
|
|
"libutils",
|
2016-11-29 01:09:37 +01:00
|
|
|
"android.hidl.base@1.0",
|
2016-10-26 00:45:19 +02:00
|
|
|
],
|
2016-10-01 00:31:06 +02:00
|
|
|
}
|
2016-12-16 21:51:11 +01:00
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.light.vts.driver@2.0_genc++",
|
|
|
|
tools: ["hidl-gen", "vtsc"],
|
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.light@2.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/light/2.0/ $(genDir)/android/hardware/light/2.0/",
|
|
|
|
srcs: [
|
|
|
|
"types.hal",
|
|
|
|
"ILight.hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/light/2.0/types.vts.cpp",
|
|
|
|
"android/hardware/light/2.0/Light.vts.cpp",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.light.vts.driver@2.0_genc++_headers",
|
|
|
|
tools: ["hidl-gen", "vtsc"],
|
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.light@2.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/light/2.0/ $(genDir)/android/hardware/light/2.0/",
|
|
|
|
srcs: [
|
|
|
|
"types.hal",
|
|
|
|
"ILight.hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/light/2.0/types.vts.h",
|
|
|
|
"android/hardware/light/2.0/Light.vts.h",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
cc_library_shared {
|
|
|
|
name: "android.hardware.light.vts.driver@2.0",
|
|
|
|
generated_sources: ["android.hardware.light.vts.driver@2.0_genc++"],
|
|
|
|
generated_headers: ["android.hardware.light.vts.driver@2.0_genc++_headers"],
|
|
|
|
export_generated_headers: ["android.hardware.light.vts.driver@2.0_genc++_headers"],
|
|
|
|
shared_libs: [
|
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
|
|
|
"libhwbinder",
|
|
|
|
"liblog",
|
|
|
|
"libutils",
|
|
|
|
"libcutils",
|
|
|
|
"libvts_common",
|
|
|
|
"libvts_datatype",
|
|
|
|
"libvts_measurement",
|
|
|
|
"libvts_multidevice_proto",
|
|
|
|
"libcamera_metadata",
|
|
|
|
"libprotobuf-cpp-full",
|
|
|
|
"android.hidl.base@1.0",
|
|
|
|
"android.hardware.light@2.0",
|
|
|
|
],
|
|
|
|
export_shared_lib_headers: [
|
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
|
|
|
"libhwbinder",
|
|
|
|
"libutils",
|
|
|
|
"android.hidl.base@1.0",
|
|
|
|
],
|
|
|
|
}
|
2016-12-22 02:04:49 +01:00
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.light@2.0-ILight-vts.profiler_genc++",
|
|
|
|
tools: ["hidl-gen", "vtsc"],
|
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.light@2.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/light/2.0/ $(genDir)/android/hardware/light/2.0/",
|
|
|
|
srcs: [
|
|
|
|
"ILight.hal",
|
|
|
|
"types.hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/light/2.0/Light.vts.cpp",
|
|
|
|
"android/hardware/light/2.0/types.vts.cpp",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
genrule {
|
|
|
|
name: "android.hardware.light@2.0-ILight-vts.profiler_genc++_headers",
|
|
|
|
tools: ["hidl-gen", "vtsc"],
|
|
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.light@2.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/light/2.0/ $(genDir)/android/hardware/light/2.0/",
|
|
|
|
srcs: [
|
|
|
|
"ILight.hal",
|
|
|
|
"types.hal",
|
|
|
|
],
|
|
|
|
out: [
|
|
|
|
"android/hardware/light/2.0/Light.vts.h",
|
|
|
|
"android/hardware/light/2.0/types.vts.h",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
cc_library_shared {
|
|
|
|
name: "android.hardware.light@2.0-ILight-vts.profiler",
|
|
|
|
generated_sources: ["android.hardware.light@2.0-ILight-vts.profiler_genc++"],
|
|
|
|
generated_headers: ["android.hardware.light@2.0-ILight-vts.profiler_genc++_headers"],
|
|
|
|
export_generated_headers: ["android.hardware.light@2.0-ILight-vts.profiler_genc++_headers"],
|
|
|
|
shared_libs: [
|
|
|
|
"libbase",
|
|
|
|
"libhidlbase",
|
|
|
|
"libhidltransport",
|
|
|
|
"libvts_profiling",
|
|
|
|
"libvts_multidevice_proto",
|
|
|
|
"libprotobuf-cpp-full",
|
|
|
|
"android.hidl.base@1.0",
|
|
|
|
"android.hardware.light@2.0",
|
|
|
|
],
|
|
|
|
}
|