Lev Proleev | 26d1bc8 | 2019-08-30 11:57:18 +0100 | [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 { |
Michael Butler | 62b7690 | 2019-10-29 18:58:27 -0700 | [diff] [blame] | 18 | name: "VtsHalNeuralnetworksV1_3TargetTest", |
Lev Proleev | 26d1bc8 | 2019-08-30 11:57:18 +0100 | [diff] [blame] | 19 | defaults: ["VtsHalTargetTestDefaults"], |
| 20 | srcs: [ |
| 21 | "BasicTests.cpp", |
| 22 | "CompilationCachingTests.cpp", |
| 23 | "GeneratedTestHarness.cpp", |
| 24 | "TestAssertions.cpp", |
| 25 | "ValidateBurst.cpp", |
| 26 | "ValidateModel.cpp", |
| 27 | "ValidateRequest.cpp", |
| 28 | "VtsHalNeuralnetworks.cpp", |
| 29 | ], |
| 30 | shared_libs: [ |
| 31 | "libfmq", |
| 32 | "libnativewindow", |
| 33 | ], |
| 34 | static_libs: [ |
| 35 | "android.hardware.neuralnetworks@1.0", |
| 36 | "android.hardware.neuralnetworks@1.1", |
| 37 | "android.hardware.neuralnetworks@1.2", |
| 38 | "android.hardware.neuralnetworks@1.3", |
| 39 | "android.hidl.allocator@1.0", |
| 40 | "android.hidl.memory@1.0", |
| 41 | "libgmock", |
| 42 | "libhidlmemory", |
| 43 | "libneuralnetworks_generated_test_harness", |
| 44 | "libneuralnetworks_utils", |
| 45 | "VtsHalNeuralNetworksV1_0_utils", |
| 46 | "VtsHalNeuralNetworksV1_2Callbacks", |
| 47 | ], |
| 48 | whole_static_libs: [ |
| 49 | "neuralnetworks_generated_V1_0_example", |
| 50 | "neuralnetworks_generated_V1_1_example", |
| 51 | "neuralnetworks_generated_V1_2_example", |
| 52 | "neuralnetworks_generated_V1_3_example", |
| 53 | ], |
| 54 | header_libs: [ |
| 55 | "libneuralnetworks_headers", |
| 56 | ], |
| 57 | test_suites: ["general-tests"], |
| 58 | } |