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", |
Yin-Chia Yeh | 1903059 | 2017-10-19 17:30:11 -0700 | [diff] [blame] | 6 | srcs: ["CameraProvider.cpp", |
| 7 | "ExternalCameraProvider.cpp"], |
Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 8 | shared_libs: [ |
| 9 | "libhidlbase", |
| 10 | "libhidltransport", |
Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 11 | "libutils", |
| 12 | "libcutils", |
| 13 | "android.hardware.camera.device@1.0", |
| 14 | "android.hardware.camera.device@3.2", |
Eino-Ville Talvala | 50fe430 | 2017-08-22 16:15:09 -0700 | [diff] [blame] | 15 | "android.hardware.camera.device@3.3", |
Emilian Peev | e18057b | 2017-11-13 16:03:44 +0000 | [diff] [blame] | 16 | "android.hardware.camera.device@3.4", |
Shuzhen Wang | d3feb3d | 2018-08-17 13:52:40 -0700 | [diff] [blame] | 17 | "android.hardware.camera.device@3.5", |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 18 | "camera.device@1.0-impl", |
Yin-Chia Yeh | 469c67b | 2017-02-02 18:24:26 -0800 | [diff] [blame] | 19 | "camera.device@3.2-impl", |
Eino-Ville Talvala | 50fe430 | 2017-08-22 16:15:09 -0700 | [diff] [blame] | 20 | "camera.device@3.3-impl", |
Emilian Peev | e18057b | 2017-11-13 16:03:44 +0000 | [diff] [blame] | 21 | "camera.device@3.4-impl", |
Shuzhen Wang | d3feb3d | 2018-08-17 13:52:40 -0700 | [diff] [blame] | 22 | "camera.device@3.5-impl", |
Yin-Chia Yeh | 1903059 | 2017-10-19 17:30:11 -0700 | [diff] [blame] | 23 | "camera.device@3.4-external-impl", |
Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 24 | "android.hardware.camera.provider@2.4", |
| 25 | "android.hardware.camera.common@1.0", |
Yin-Chia Yeh | 519c167 | 2017-04-21 14:59:31 -0700 | [diff] [blame] | 26 | "android.hardware.graphics.mapper@2.0", |
Yin-Chia Yeh | 12b364b | 2017-03-24 17:55:42 -0700 | [diff] [blame] | 27 | "android.hidl.allocator@1.0", |
| 28 | "android.hidl.memory@1.0", |
Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 29 | "liblog", |
| 30 | "libhardware", |
Emilian Peev | e18057b | 2017-11-13 16:03:44 +0000 | [diff] [blame] | 31 | "libcamera_metadata", |
Yin-Chia Yeh | 53f4cb1 | 2018-01-29 10:31:45 -0800 | [diff] [blame] | 32 | "libtinyxml2" |
Emilian Peev | e18057b | 2017-11-13 16:03:44 +0000 | [diff] [blame] | 33 | ], |
| 34 | header_libs: [ |
| 35 | "camera.device@3.4-impl_headers", |
Shuzhen Wang | d3feb3d | 2018-08-17 13:52:40 -0700 | [diff] [blame] | 36 | "camera.device@3.5-impl_headers", |
Yin-Chia Yeh | 1903059 | 2017-10-19 17:30:11 -0700 | [diff] [blame] | 37 | "camera.device@3.4-external-impl_headers" |
Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 38 | ], |
| 39 | static_libs: [ |
Emilian Peev | e18057b | 2017-11-13 16:03:44 +0000 | [diff] [blame] | 40 | "android.hardware.camera.common@1.0-helper", |
| 41 | ], |
Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 42 | } |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 43 | |
| 44 | cc_binary { |
| 45 | name: "android.hardware.camera.provider@2.4-service", |
Steven Moreland | 48c5224 | 2017-03-08 16:11:32 -0800 | [diff] [blame] | 46 | defaults: ["hidl_defaults"], |
Steven Moreland | a0da1a1 | 2017-02-13 09:59:06 -0800 | [diff] [blame] | 47 | proprietary: true, |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 48 | relative_install_path: "hw", |
Yin-Chia Yeh | 469c67b | 2017-02-02 18:24:26 -0800 | [diff] [blame] | 49 | srcs: ["service.cpp"], |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 50 | compile_multilib: "32", |
| 51 | init_rc: ["android.hardware.camera.provider@2.4-service.rc"], |
| 52 | shared_libs: [ |
| 53 | "libhidlbase", |
| 54 | "libhidltransport", |
Martijn Coenen | ca4c2c2 | 2017-04-17 13:55:04 -0700 | [diff] [blame] | 55 | "libbinder", |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 56 | "liblog", |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 57 | "libutils", |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 58 | "android.hardware.camera.device@1.0", |
| 59 | "android.hardware.camera.device@3.2", |
Eino-Ville Talvala | 50fe430 | 2017-08-22 16:15:09 -0700 | [diff] [blame] | 60 | "android.hardware.camera.device@3.3", |
Emilian Peev | e18057b | 2017-11-13 16:03:44 +0000 | [diff] [blame] | 61 | "android.hardware.camera.device@3.4", |
Shuzhen Wang | d3feb3d | 2018-08-17 13:52:40 -0700 | [diff] [blame] | 62 | "android.hardware.camera.device@3.5", |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 63 | "android.hardware.camera.provider@2.4", |
| 64 | "android.hardware.camera.common@1.0", |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 65 | ], |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 66 | } |
Yin-Chia Yeh | 1903059 | 2017-10-19 17:30:11 -0700 | [diff] [blame] | 67 | |
Kourosh Derakshan | 68995cb | 2018-04-18 15:42:08 -0700 | [diff] [blame] | 68 | |
| 69 | cc_binary { |
| 70 | name: "android.hardware.camera.provider@2.4-service_64", |
| 71 | defaults: ["hidl_defaults"], |
| 72 | proprietary: true, |
| 73 | relative_install_path: "hw", |
| 74 | srcs: ["service.cpp"], |
| 75 | compile_multilib: "64", |
| 76 | init_rc: ["android.hardware.camera.provider@2.4-service_64.rc"], |
| 77 | shared_libs: [ |
| 78 | "libhidlbase", |
| 79 | "libhidltransport", |
| 80 | "libbinder", |
| 81 | "liblog", |
| 82 | "libutils", |
| 83 | "android.hardware.camera.device@1.0", |
| 84 | "android.hardware.camera.device@3.2", |
| 85 | "android.hardware.camera.device@3.3", |
| 86 | "android.hardware.camera.device@3.4", |
Shuzhen Wang | d3feb3d | 2018-08-17 13:52:40 -0700 | [diff] [blame] | 87 | "android.hardware.camera.device@3.5", |
Kourosh Derakshan | 68995cb | 2018-04-18 15:42:08 -0700 | [diff] [blame] | 88 | "android.hardware.camera.provider@2.4", |
| 89 | "android.hardware.camera.common@1.0", |
| 90 | ], |
| 91 | } |
| 92 | |
Yin-Chia Yeh | 1903059 | 2017-10-19 17:30:11 -0700 | [diff] [blame] | 93 | cc_binary { |
| 94 | name: "android.hardware.camera.provider@2.4-external-service", |
| 95 | defaults: ["hidl_defaults"], |
| 96 | proprietary: true, |
| 97 | relative_install_path: "hw", |
| 98 | srcs: ["external-service.cpp"], |
| 99 | compile_multilib: "32", |
| 100 | init_rc: ["android.hardware.camera.provider@2.4-external-service.rc"], |
| 101 | shared_libs: [ |
| 102 | "libhidlbase", |
| 103 | "libhidltransport", |
| 104 | "libbinder", |
| 105 | "liblog", |
| 106 | "libutils", |
| 107 | "android.hardware.camera.device@1.0", |
| 108 | "android.hardware.camera.device@3.2", |
| 109 | "android.hardware.camera.device@3.3", |
| 110 | "android.hardware.camera.provider@2.4", |
| 111 | "android.hardware.camera.common@1.0", |
| 112 | ], |
| 113 | } |