blob: 950682700cc9ec0702970f1af12ce3bba6c75697 [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",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080014 "camera.device@1.0-impl",
Yin-Chia Yeh469c67b2017-02-02 18:24:26 -080015 "camera.device@3.2-impl",
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -080016 "android.hardware.camera.provider@2.4",
17 "android.hardware.camera.common@1.0",
Yin-Chia Yeh12b364b2017-03-24 17:55:42 -070018 "android.hidl.allocator@1.0",
19 "android.hidl.memory@1.0",
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -080020 "liblog",
21 "libhardware",
22 "libcamera_metadata"
23 ],
24 static_libs: [
25 "android.hardware.camera.common@1.0-helper"
26 ]
27}
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080028
29cc_binary {
30 name: "android.hardware.camera.provider@2.4-service",
Steven Moreland48c52242017-03-08 16:11:32 -080031 defaults: ["hidl_defaults"],
Steven Morelanda0da1a12017-02-13 09:59:06 -080032 proprietary: true,
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080033 relative_install_path: "hw",
Yin-Chia Yeh469c67b2017-02-02 18:24:26 -080034 srcs: ["service.cpp"],
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080035 compile_multilib: "32",
36 init_rc: ["android.hardware.camera.provider@2.4-service.rc"],
37 shared_libs: [
38 "libhidlbase",
39 "libhidltransport",
40 "liblog",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080041 "libutils",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080042 "android.hardware.camera.device@1.0",
43 "android.hardware.camera.device@3.2",
44 "android.hardware.camera.provider@2.4",
45 "android.hardware.camera.common@1.0",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080046 ],
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080047}