Amy | 01f5eac | 2019-08-09 16:34:55 -0700 | [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 | |
| 17 | cc_test { |
| 18 | name: "VtsHalTvTunerV1_0TargetTest", |
| 19 | defaults: ["VtsHalTargetTestDefaults"], |
Amy Zhang | b3fb40b | 2020-04-02 13:48:43 -0700 | [diff] [blame] | 20 | srcs: [ |
| 21 | "VtsHalTvTunerV1_0TargetTest.cpp", |
| 22 | "FrontendTests.cpp", |
Amy Zhang | 4f69805 | 2020-04-07 13:43:05 -0700 | [diff] [blame] | 23 | "DemuxTests.cpp", |
| 24 | "FilterTests.cpp", |
Amy Zhang | 0fe25be | 2020-04-08 17:30:52 -0700 | [diff] [blame] | 25 | "DvrTests.cpp", |
Amy Zhang | fd7c644 | 2020-05-15 17:33:31 -0700 | [diff] [blame] | 26 | "DescramblerTests.cpp", |
Amy Zhang | e5a9da2 | 2020-06-01 19:12:29 -0700 | [diff] [blame] | 27 | "LnbTests.cpp", |
Amy Zhang | b3fb40b | 2020-04-02 13:48:43 -0700 | [diff] [blame] | 28 | ], |
Amy | 01f5eac | 2019-08-09 16:34:55 -0700 | [diff] [blame] | 29 | static_libs: [ |
Amy Zhang | fd7c644 | 2020-05-15 17:33:31 -0700 | [diff] [blame] | 30 | "android.hardware.cas@1.0", |
| 31 | "android.hardware.cas@1.1", |
| 32 | "android.hardware.cas@1.2", |
Amy | 01f5eac | 2019-08-09 16:34:55 -0700 | [diff] [blame] | 33 | "android.hardware.tv.tuner@1.0", |
| 34 | "android.hidl.allocator@1.0", |
| 35 | "android.hidl.memory@1.0", |
| 36 | "libhidlallocatorutils", |
| 37 | "libhidlmemory", |
Amy | 052275a | 2019-08-27 15:22:40 -0700 | [diff] [blame] | 38 | "libcutils", |
| 39 | "libfmq", |
Amy | 01f5eac | 2019-08-09 16:34:55 -0700 | [diff] [blame] | 40 | ], |
| 41 | shared_libs: [ |
| 42 | "libbinder", |
| 43 | ], |
Amy Zhang | e852ece | 2020-12-01 14:55:10 -0800 | [diff] [blame^] | 44 | data: [ |
| 45 | ":tuner_frontend_input_ts", |
| 46 | ], |
Amy | a29bfaf | 2020-01-16 17:40:11 -0800 | [diff] [blame] | 47 | test_suites: [ |
| 48 | "general-tests", |
Dan Shi | aad51fa | 2020-04-05 14:34:48 -0700 | [diff] [blame] | 49 | "vts", |
Amy | a29bfaf | 2020-01-16 17:40:11 -0800 | [diff] [blame] | 50 | ], |
| 51 | |
| 52 | require_root: true, |
Amy | 01f5eac | 2019-08-09 16:34:55 -0700 | [diff] [blame] | 53 | } |