blob: edb008ed625ae3f489f24d3cc822b8938015e1d5 [file] [log] [blame]
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -07001cc_library_shared {
Yin-Chia Yeh469c67b2017-02-02 18:24:26 -08002 name: "camera.device@3.2-impl",
Steven Moreland48c52242017-03-08 16:11:32 -08003 defaults: ["hidl_defaults"],
Jiyong Park23cd03b2017-03-09 11:00:30 +09004 proprietary: true,
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -07005 srcs: ["CameraDevice.cpp",
6 "CameraDeviceSession.cpp",
7 "convert.cpp"],
8 shared_libs: [
9 "libhidlbase",
10 "libhidltransport",
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070011 "libutils",
12 "libcutils",
13 "android.hardware.camera.device@3.2",
14 "android.hardware.camera.provider@2.4",
Yin-Chia Yeh519c1672017-04-21 14:59:31 -070015 "android.hardware.graphics.mapper@2.0",
Shuzhen Wang915115e2019-05-10 12:07:14 -070016 "android.hardware.graphics.mapper@3.0",
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070017 "liblog",
18 "libhardware",
Yifan Hong1192e1d2017-04-11 14:45:00 -070019 "libcamera_metadata",
20 "libfmq"
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070021 ],
22 static_libs: [
Yin-Chia Yehc25c54f2017-04-04 13:00:35 -070023 "android.hardware.camera.common@1.0-helper"
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070024 ],
Yifan Hong1192e1d2017-04-11 14:45:00 -070025 export_include_dirs: ["."],
26 export_shared_lib_headers: [
27 "libfmq",
28 ]
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070029}