1cc_library_shared {
2    name: "camera.device@1.0-impl",
3    defaults: ["hidl_defaults"],
4    proprietary: true,
5    srcs: [
6        "CameraDevice.cpp",
7    ],
8    shared_libs: [
9        "libhidlbase",
10        "libhidlmemory",
11        "libhidltransport",
12        "libhwbinder",
13        "libutils",
14        "android.hardware.camera.device@1.0",
15        "android.hardware.camera.common@1.0",
16        "android.hardware.graphics.allocator@2.0",
17        "android.hardware.graphics.mapper@2.0",
18        "android.hardware.graphics.common@1.0",
19        "android.hidl.allocator@1.0",
20        "android.hidl.memory@1.0",
21        "libcutils",
22        "liblog",
23        "libhardware",
24        "libcamera_metadata",
25    ],
26    static_libs: [
27        "android.hardware.camera.common@1.0-helper"
28    ],
29    header_libs: [
30        "media_plugin_headers",
31    ],
32    export_include_dirs: ["."]
33}
34
35