Yin-Chia Yeh | 2d9f144 | 2016-12-21 15:50:51 -0800 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2016 The Android Open Source Project |
| 3 | // |
| 4 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | // you may not use this file except in compliance with the License. |
| 6 | // You may obtain a copy of the License at |
| 7 | // |
| 8 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | // |
| 10 | // Unless required by applicable law or agreed to in writing, software |
| 11 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | // See the License for the specific language governing permissions and |
| 14 | // limitations under the License. |
| 15 | // |
| 16 | |
Bob Badour | c22b35b | 2021-02-23 14:26:20 -0800 | [diff] [blame] | 17 | package { |
| 18 | // See: http://go/android-license-faq |
| 19 | // A large-scale-change added 'default_applicable_licenses' to import |
| 20 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 21 | // to get the below license kinds: |
| 22 | // SPDX-license-identifier-Apache-2.0 |
| 23 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 24 | } |
| 25 | |
Yin-Chia Yeh | 2d9f144 | 2016-12-21 15:50:51 -0800 | [diff] [blame] | 26 | cc_test { |
Zhuoyao Zhang | 8422f6a | 2017-02-17 18:20:58 -0800 | [diff] [blame] | 27 | name: "VtsHalCameraProviderV2_4TargetTest", |
Tri Vo | 7a998e5 | 2017-08-04 16:38:23 -0700 | [diff] [blame] | 28 | defaults: ["VtsHalTargetTestDefaults"], |
Jiyong Park | b9b59bd | 2017-06-12 17:08:52 +0900 | [diff] [blame] | 29 | srcs: ["VtsHalCameraProviderV2_4TargetTest.cpp"], |
Tri Vo | 7a998e5 | 2017-08-04 16:38:23 -0700 | [diff] [blame] | 30 | |
| 31 | // TODO(b/64437680): Assume these are always available on the device. |
Yin-Chia Yeh | 2d9f144 | 2016-12-21 15:50:51 -0800 | [diff] [blame] | 32 | shared_libs: [ |
Emilian Peev | 24f0964 | 2017-02-28 16:54:13 +0000 | [diff] [blame] | 33 | "libbinder", |
Tri Vo | 7a998e5 | 2017-08-04 16:38:23 -0700 | [diff] [blame] | 34 | "libcamera_metadata", |
Yin-Chia Yeh | 58dd165 | 2018-02-23 12:09:39 -0800 | [diff] [blame] | 35 | "libcutils", |
Tri Vo | 7a998e5 | 2017-08-04 16:38:23 -0700 | [diff] [blame] | 36 | "libfmq", |
Emilian Peev | 24f0964 | 2017-02-28 16:54:13 +0000 | [diff] [blame] | 37 | "libgui", |
Emilian Peev | 9af635c | 2017-05-23 16:37:11 +0100 | [diff] [blame] | 38 | "libui", |
Yin-Chia Yeh | 2d9f144 | 2016-12-21 15:50:51 -0800 | [diff] [blame] | 39 | ], |
Tri Vo | 7a998e5 | 2017-08-04 16:38:23 -0700 | [diff] [blame] | 40 | |
| 41 | // Statically link to libs not guaranteed to be present on the device. |
Jiyong Park | b9b59bd | 2017-06-12 17:08:52 +0900 | [diff] [blame] | 42 | static_libs: [ |
Tri Vo | 7a998e5 | 2017-08-04 16:38:23 -0700 | [diff] [blame] | 43 | "android.hardware.camera.common@1.0", |
Jiyong Park | b9b59bd | 2017-06-12 17:08:52 +0900 | [diff] [blame] | 44 | "android.hardware.camera.common@1.0-helper", |
Tri Vo | 7a998e5 | 2017-08-04 16:38:23 -0700 | [diff] [blame] | 45 | "android.hardware.camera.device@1.0", |
| 46 | "android.hardware.camera.device@3.2", |
Eino-Ville Talvala | e224f06 | 2017-09-29 16:37:59 -0700 | [diff] [blame] | 47 | "android.hardware.camera.device@3.3", |
Emilian Peev | e18057b | 2017-11-13 16:03:44 +0000 | [diff] [blame] | 48 | "android.hardware.camera.device@3.4", |
Shuzhen Wang | 6bdeaf5 | 2018-09-05 09:40:00 -0700 | [diff] [blame] | 49 | "android.hardware.camera.device@3.5", |
Emilian Peev | 9ab6b3e | 2020-01-14 15:48:07 -0800 | [diff] [blame] | 50 | "android.hardware.camera.device@3.6", |
| 51 | "android.hardware.camera.metadata@3.4", |
Tri Vo | 7a998e5 | 2017-08-04 16:38:23 -0700 | [diff] [blame] | 52 | "android.hardware.camera.provider@2.4", |
Eino-Ville Talvala | aa04b3b | 2019-01-18 17:33:14 -0800 | [diff] [blame] | 53 | "android.hardware.camera.provider@2.5", |
Shuzhen Wang | 0506610 | 2020-01-10 12:43:08 -0800 | [diff] [blame] | 54 | "android.hardware.camera.provider@2.6", |
Tri Vo | 7a998e5 | 2017-08-04 16:38:23 -0700 | [diff] [blame] | 55 | "android.hardware.graphics.common@1.0", |
Emilian Peev | 9e7b2f4 | 2018-04-09 16:47:22 +0100 | [diff] [blame] | 56 | "android.hidl.allocator@1.0", |
Tri Vo | 7a998e5 | 2017-08-04 16:38:23 -0700 | [diff] [blame] | 57 | "libgrallocusage", |
Emilian Peev | 9e7b2f4 | 2018-04-09 16:47:22 +0100 | [diff] [blame] | 58 | "libhidlmemory", |
nelsonli | b7287d2 | 2019-11-25 17:05:59 +0800 | [diff] [blame] | 59 | "libgralloctypes", |
Yin-Chia Yeh | 2d9f144 | 2016-12-21 15:50:51 -0800 | [diff] [blame] | 60 | ], |
Dan Shi | 3a8a650 | 2020-03-26 00:06:39 -0700 | [diff] [blame] | 61 | test_suites: ["general-tests", "vts"], |
Yin-Chia Yeh | 2d9f144 | 2016-12-21 15:50:51 -0800 | [diff] [blame] | 62 | } |