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 16vts_test_lib_hal_packages := \ 17 android.hardware.tests.libbinder \ 18 android.hardware.tests.libhwbinder@1.0 \ 19 android.hardware.tests.libhwbinder@1.0-impl \ 20 android.hardware.tests.bar@1.0 \ 21 android.hardware.tests.bar@1.0-impl \ 22 android.hardware.tests.baz@1.0 \ 23 android.hardware.tests.baz@1.0-impl \ 24 android.hardware.tests.expression@1.0 \ 25 android.hardware.tests.foo@1.0 \ 26 android.hardware.tests.foo@1.0-impl \ 27 android.hardware.tests.hash@1.0 \ 28 android.hardware.tests.hash@1.0-impl \ 29 android.hardware.tests.inheritance@1.0 \ 30 android.hardware.tests.inheritance@1.0-impl \ 31 android.hardware.tests.memory@1.0 \ 32 android.hardware.tests.memory@1.0-impl \ 33 android.hardware.tests.msgq@1.0 \ 34 android.hardware.tests.msgq@1.0-impl \ 35 android.hardware.tests.multithread@1.0 \ 36 android.hardware.tests.multithread@1.0-impl \ 37 android.hardware.tests.pointer@1.0 \ 38 android.hardware.tests.pointer@1.0-impl \ 39 android.hardware.tests.trie@1.0 \ 40 android.hardware.tests.trie@1.0-impl \ 41 libfootest \ 42 libpointertest \ 43 lights.vts \ 44