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 17#Bluetooth POCs 18module_testname := kernel_bluetooth/30149612 19module_src_files := kernel_bluetooth/30149612/poc.cpp 20module_cflags := 21module_c_includes := 22module_static_libraries := 23module_shared_libraries := 24include $(build_poc_test) 25 26#Sound POCs 27module_testname := kernel_sound/28838221 28module_src_files := kernel_sound/28838221/poc.cpp 29module_cflags := 30module_c_includes := 31module_static_libraries := 32module_shared_libraries := 33include $(build_poc_test) 34 35#Wifi POCs 36module_testname := kernel_wifi/32219453 37module_src_files := kernel_wifi/32219453/poc.cpp 38module_cflags := 39module_c_includes := 40module_static_libraries := 41module_shared_libraries := libnl 42include $(build_poc_test) 43 44module_testname := kernel_wifi/31707909 45module_src_files := kernel_wifi/31707909/poc.cpp 46module_cflags := 47module_c_includes := 48module_static_libraries := 49module_shared_libraries := 50include $(build_poc_test) 51 52module_testname := kernel_wifi/32402310 53module_src_files := kernel_wifi/32402310/poc.cpp 54module_cflags := 55module_c_includes := 56module_static_libraries := 57module_shared_libraries := libnl 58include $(build_poc_test) 59 60