blob: c0b35912f74736525f2d634bcb9fe6bcb2ab61ce [file] [log] [blame]
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -08001cc_library_shared {
2 name: "android.hardware.camera.provider@2.4-impl",
Steven Moreland48c52242017-03-08 16:11:32 -08003 defaults: ["hidl_defaults"],
Steven Morelanda0da1a12017-02-13 09:59:06 -08004 proprietary: true,
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -08005 relative_install_path: "hw",
6 srcs: ["CameraProvider.cpp"],
7 shared_libs: [
8 "libhidlbase",
9 "libhidltransport",
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -080010 "libutils",
11 "libcutils",
12 "android.hardware.camera.device@1.0",
13 "android.hardware.camera.device@3.2",
Eino-Ville Talvala50fe4302017-08-22 16:15:09 -070014 "android.hardware.camera.device@3.3",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080015 "camera.device@1.0-impl",
Yin-Chia Yeh469c67b2017-02-02 18:24:26 -080016 "camera.device@3.2-impl",
Eino-Ville Talvala50fe4302017-08-22 16:15:09 -070017 "camera.device@3.3-impl",
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -080018 "android.hardware.camera.provider@2.4",
19 "android.hardware.camera.common@1.0",
Yin-Chia Yeh519c1672017-04-21 14:59:31 -070020 "android.hardware.graphics.mapper@2.0",
Yin-Chia Yeh12b364b2017-03-24 17:55:42 -070021 "android.hidl.allocator@1.0",
22 "android.hidl.memory@1.0",
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -080023 "liblog",
24 "libhardware",
25 "libcamera_metadata"
26 ],
27 static_libs: [
28 "android.hardware.camera.common@1.0-helper"
29 ]
30}
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080031
32cc_binary {
33 name: "android.hardware.camera.provider@2.4-service",
Steven Moreland48c52242017-03-08 16:11:32 -080034 defaults: ["hidl_defaults"],
Steven Morelanda0da1a12017-02-13 09:59:06 -080035 proprietary: true,
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080036 relative_install_path: "hw",
Yin-Chia Yeh469c67b2017-02-02 18:24:26 -080037 srcs: ["service.cpp"],
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080038 compile_multilib: "32",
39 init_rc: ["android.hardware.camera.provider@2.4-service.rc"],
40 shared_libs: [
41 "libhidlbase",
42 "libhidltransport",
Martijn Coenenca4c2c22017-04-17 13:55:04 -070043 "libbinder",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080044 "liblog",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080045 "libutils",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080046 "android.hardware.camera.device@1.0",
47 "android.hardware.camera.device@3.2",
Eino-Ville Talvala50fe4302017-08-22 16:15:09 -070048 "android.hardware.camera.device@3.3",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080049 "android.hardware.camera.provider@2.4",
50 "android.hardware.camera.common@1.0",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080051 ],
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080052}