Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "android.hardware.camera.provider@2.4-impl", |
Steven Moreland | 48c5224 | 2017-03-08 16:11:32 -0800 | [diff] [blame] | 3 | defaults: ["hidl_defaults"], |
Steven Moreland | a0da1a1 | 2017-02-13 09:59:06 -0800 | [diff] [blame] | 4 | proprietary: true, |
Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 5 | relative_install_path: "hw", |
| 6 | srcs: ["CameraProvider.cpp"], |
| 7 | shared_libs: [ |
| 8 | "libhidlbase", |
| 9 | "libhidltransport", |
Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 10 | "libutils", |
| 11 | "libcutils", |
| 12 | "android.hardware.camera.device@1.0", |
| 13 | "android.hardware.camera.device@3.2", |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 14 | "camera.device@1.0-impl", |
Yin-Chia Yeh | 469c67b | 2017-02-02 18:24:26 -0800 | [diff] [blame] | 15 | "camera.device@3.2-impl", |
Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 16 | "android.hardware.camera.provider@2.4", |
| 17 | "android.hardware.camera.common@1.0", |
Yin-Chia Yeh | 519c167 | 2017-04-21 14:59:31 -0700 | [diff] [blame] | 18 | "android.hardware.graphics.mapper@2.0", |
Yin-Chia Yeh | 12b364b | 2017-03-24 17:55:42 -0700 | [diff] [blame] | 19 | "android.hidl.allocator@1.0", |
| 20 | "android.hidl.memory@1.0", |
Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 21 | "liblog", |
| 22 | "libhardware", |
| 23 | "libcamera_metadata" |
| 24 | ], |
| 25 | static_libs: [ |
| 26 | "android.hardware.camera.common@1.0-helper" |
| 27 | ] |
| 28 | } |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 29 | |
| 30 | cc_binary { |
| 31 | name: "android.hardware.camera.provider@2.4-service", |
Steven Moreland | 48c5224 | 2017-03-08 16:11:32 -0800 | [diff] [blame] | 32 | defaults: ["hidl_defaults"], |
Steven Moreland | a0da1a1 | 2017-02-13 09:59:06 -0800 | [diff] [blame] | 33 | proprietary: true, |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 34 | relative_install_path: "hw", |
Yin-Chia Yeh | 469c67b | 2017-02-02 18:24:26 -0800 | [diff] [blame] | 35 | srcs: ["service.cpp"], |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 36 | compile_multilib: "32", |
| 37 | init_rc: ["android.hardware.camera.provider@2.4-service.rc"], |
| 38 | shared_libs: [ |
| 39 | "libhidlbase", |
| 40 | "libhidltransport", |
Martijn Coenen | ca4c2c2 | 2017-04-17 13:55:04 -0700 | [diff] [blame] | 41 | "libbinder", |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 42 | "liblog", |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 43 | "libutils", |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 44 | "android.hardware.camera.device@1.0", |
| 45 | "android.hardware.camera.device@3.2", |
| 46 | "android.hardware.camera.provider@2.4", |
| 47 | "android.hardware.camera.common@1.0", |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 48 | ], |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 49 | } |