1cc_defaults {
2    name: "[email protected]",
3    defaults: ["hidl_defaults"],
4    vendor: true,
5    relative_install_path: "hw",
6    srcs: [
7      "CasImpl.cpp",
8      "DescramblerImpl.cpp",
9      "MediaCasService.cpp",
10      "service.cpp",
11      "SharedLibrary.cpp",
12      "TypeConvert.cpp",
13    ],
14
15    compile_multilib: "32",
16
17    shared_libs: [
18      "[email protected]",
19      "[email protected]",
20      "[email protected]",
21      "[email protected]",
22      "libbinder",
23      "libhidlbase",
24      "libhidlmemory",
25      "liblog",
26      "libutils",
27    ],
28    header_libs: [
29      "libstagefright_foundation_headers",
30      "media_plugin_headers",
31    ],
32}
33
34cc_binary {
35    name: "[email protected]",
36    vintf_fragments: ["[email protected]"],
37    defaults: ["[email protected]"],
38    init_rc: ["[email protected]"],
39}
40
41cc_binary {
42    name: "[email protected]",
43    vintf_fragments: ["[email protected]"],
44    overrides: ["[email protected]"],
45    defaults: ["[email protected]"],
46    init_rc: ["[email protected]"],
47    cflags: ["-DLAZY_SERVICE"],
48}
49