blob: 802dce125ff991a71d521500ef0bb8d0bf6b4285 [file] [log] [blame]
cc_defaults {
name: "cas_service_defaults",
defaults: ["hidl_defaults"],
vendor: true,
relative_install_path: "hw",
srcs: [
"CasImpl.cpp",
"DescramblerImpl.cpp",
"MediaCasService.cpp",
"service.cpp",
"SharedLibrary.cpp",
"TypeConvert.cpp",
],
shared_libs: [
"[email protected]",
"[email protected]",
"[email protected]",
"libbinder",
"libhidlbase",
"libhidlmemory",
"liblog",
"libstagefright_foundation",
"libutils",
],
header_libs: [
"media_plugin_headers",
],
}
cc_binary {
name: "[email protected]",
vintf_fragments: ["[email protected]"],
defaults: ["cas_service_defaults"],
init_rc: ["[email protected]"],
}
cc_binary {
name: "[email protected]",
vintf_fragments: ["[email protected]"],
overrides: ["[email protected]"],
defaults: ["cas_service_defaults"],
init_rc: ["[email protected]"],
cflags: ["-DLAZY_SERVICE"],
}