blob: 42dec4d645fb02754c6de74c764f56ce752b70f1 [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",
18 "liblog",
19 "libhardware",
20 "libcamera_metadata"
21 ],
22 static_libs: [
23 "android.hardware.camera.common@1.0-helper"
24 ]
25}
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080026
27cc_binary {
28 name: "android.hardware.camera.provider@2.4-service",
Steven Moreland48c52242017-03-08 16:11:32 -080029 defaults: ["hidl_defaults"],
Steven Morelanda0da1a12017-02-13 09:59:06 -080030 proprietary: true,
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080031 relative_install_path: "hw",
Yin-Chia Yeh469c67b2017-02-02 18:24:26 -080032 srcs: ["service.cpp"],
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080033 compile_multilib: "32",
34 init_rc: ["android.hardware.camera.provider@2.4-service.rc"],
35 shared_libs: [
36 "libhidlbase",
37 "libhidltransport",
38 "liblog",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080039 "libutils",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080040 "android.hardware.camera.device@1.0",
41 "android.hardware.camera.device@3.2",
42 "android.hardware.camera.provider@2.4",
43 "android.hardware.camera.common@1.0",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080044 ],
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080045}