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