blob: c3518d3325aed5ce18a2c47595d974f5371db734 [file] [log] [blame]
Yin-Chia Yeh248ed702017-01-23 17:27:26 -08001cc_library_shared {
2 name: "camera.device@1.0-impl",
Steven Moreland48c52242017-03-08 16:11:32 -08003 defaults: ["hidl_defaults"],
Jiyong Park23cd03b2017-03-09 11:00:30 +09004 proprietary: true,
Yin-Chia Yeh248ed702017-01-23 17:27:26 -08005 srcs: [
6 "CameraDevice.cpp",
7 ],
8 shared_libs: [
9 "libhidlbase",
Yin-Chia Yeh12b364b2017-03-24 17:55:42 -070010 "libhidlmemory",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080011 "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",
Yin-Chia Yeh519c1672017-04-21 14:59:31 -070017 "android.hardware.graphics.mapper@2.0",
Shuzhen Wang915115e2019-05-10 12:07:14 -070018 "android.hardware.graphics.mapper@3.0",
Marissa Walla51eb932019-06-21 09:13:35 -070019 "android.hardware.graphics.mapper@4.0",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080020 "android.hardware.graphics.common@1.0",
Yin-Chia Yeh12b364b2017-03-24 17:55:42 -070021 "android.hidl.allocator@1.0",
Yin-Chia Yeh12b364b2017-03-24 17:55:42 -070022 "android.hidl.memory@1.0",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080023 "libcutils",
24 "liblog",
25 "libhardware",
26 "libcamera_metadata",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080027 ],
28 static_libs: [
Yin-Chia Yehc25c54f2017-04-04 13:00:35 -070029 "android.hardware.camera.common@1.0-helper"
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080030 ],
Jiyong Parkec648682017-07-10 12:35:51 +090031 header_libs: [
32 "media_plugin_headers",
33 ],
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080034 export_include_dirs: ["."]
35}
Yin-Chia Yehc25c54f2017-04-04 13:00:35 -070036