blob: 6e624e3e7d1903bdcda3f97e20151026bd40f7c0 [file] [log] [blame]
cc_library_shared {
name: "android.hardware.tv.cec@2.0-impl",
defaults: ["hidl_defaults"],
vendor: true,
relative_install_path: "hw",
srcs: ["HdmiCec.cpp"],
shared_libs: [
"libhidlbase",
"libhidltransport",
"liblog",
"libbase",
"libutils",
"libhardware",
"android.hardware.tv.cec@2.0",
],
}
cc_binary {
name: "android.hardware.tv.cec@2.0-service",
vintf_fragments: ["android.hardware.tv.cec@2.0-service.xml"],
defaults: ["hidl_defaults"],
relative_install_path: "hw",
vendor: true,
init_rc: ["android.hardware.tv.cec@2.0-service.rc"],
srcs: ["service.cpp"],
shared_libs: [
"liblog",
"libcutils",
"libdl",
"libbase",
"libutils",
"libhardware_legacy",
"libhardware",
"libhidlbase",
"libhidltransport",
"android.hardware.tv.cec@2.0",
],
}