Siarhei Vishniakou | 4e8633e | 2019-02-05 11:26:32 -0800 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2019 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 { |
Aditya Choudhary | ad2ba1b | 2024-02-05 15:45:22 +0000 | [diff] [blame^] | 18 | default_team: "trendy_team_input_framework", |
Bob Badour | c22b35b | 2021-02-23 14:26:20 -0800 | [diff] [blame] | 19 | // See: http://go/android-license-faq |
| 20 | // A large-scale-change added 'default_applicable_licenses' to import |
| 21 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 22 | // to get the below license kinds: |
| 23 | // SPDX-license-identifier-Apache-2.0 |
| 24 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 25 | } |
| 26 | |
Siarhei Vishniakou | 4e8633e | 2019-02-05 11:26:32 -0800 | [diff] [blame] | 27 | cc_test { |
| 28 | name: "VtsHalInputClassifierV1_0TargetTest", |
Siarhei Vishniakou | 778802c | 2023-04-20 18:50:03 -0700 | [diff] [blame] | 29 | cpp_std: "c++20", |
Siarhei Vishniakou | 4e8633e | 2019-02-05 11:26:32 -0800 | [diff] [blame] | 30 | defaults: ["VtsHalTargetTestDefaults"], |
Siarhei Vishniakou | 8c35c57 | 2021-06-03 16:38:58 +0000 | [diff] [blame] | 31 | srcs: [ |
| 32 | ":inputconstants_aidl", |
| 33 | "VtsHalInputClassifierV1_0TargetTest.cpp", |
| 34 | ], |
Prabir Pradhan | bf7a5d2 | 2021-12-22 01:28:05 -0800 | [diff] [blame] | 35 | header_libs: [ |
| 36 | "jni_headers", |
| 37 | "libbinder_headers", |
| 38 | ], |
Siarhei Vishniakou | 4e8633e | 2019-02-05 11:26:32 -0800 | [diff] [blame] | 39 | static_libs: [ |
| 40 | "android.hardware.input.classifier@1.0", |
| 41 | "android.hardware.input.common@1.0", |
chaviw | 01c595f | 2020-07-13 12:53:44 -0700 | [diff] [blame] | 42 | "libui-types", |
Siarhei Vishniakou | 4e8633e | 2019-02-05 11:26:32 -0800 | [diff] [blame] | 43 | ], |
Siarhei Vishniakou | 25a866e | 2020-03-30 17:17:21 -0700 | [diff] [blame] | 44 | test_suites: [ |
| 45 | "general-tests", |
Dan Shi | 3a8a650 | 2020-03-26 00:06:39 -0700 | [diff] [blame] | 46 | "vts", |
Siarhei Vishniakou | 25a866e | 2020-03-30 17:17:21 -0700 | [diff] [blame] | 47 | ], |
Siarhei Vishniakou | 4e8633e | 2019-02-05 11:26:32 -0800 | [diff] [blame] | 48 | } |