upload android base code part6
This commit is contained in:
parent
421e214c7d
commit
4e516ec6ed
35396 changed files with 9188716 additions and 0 deletions
13
android/test/vts-testcase/fuzz/.clang-format
Normal file
13
android/test/vts-testcase/fuzz/.clang-format
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
Language: Cpp
|
||||
BasedOnStyle: Google
|
||||
ColumnLimit: 80
|
||||
IndentWidth: 2
|
||||
ContinuationIndentWidth: 4
|
||||
---
|
||||
Language: Java
|
||||
BasedOnStyle: Google
|
||||
ColumnLimit: 100
|
||||
IndentWidth: 4
|
||||
ContinuationIndentWidth: 8
|
||||
...
|
18
android/test/vts-testcase/fuzz/Android.bp
Normal file
18
android/test/vts-testcase/fuzz/Android.bp
Normal file
|
@ -0,0 +1,18 @@
|
|||
// Copyright (C) 2016 The Android Open Source Project
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
subdirs = [
|
||||
"func_fuzzer",
|
||||
"iface_fuzzer",
|
||||
]
|
2
android/test/vts-testcase/fuzz/OWNERS
Normal file
2
android/test/vts-testcase/fuzz/OWNERS
Normal file
|
@ -0,0 +1,2 @@
|
|||
trong@google.com
|
||||
yim@google.com
|
6
android/test/vts-testcase/fuzz/PREUPLOAD.cfg
Normal file
6
android/test/vts-testcase/fuzz/PREUPLOAD.cfg
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Builtin Hooks]
|
||||
clang_format = true
|
||||
|
||||
[Builtin Hooks Options]
|
||||
clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
|
||||
|
0
android/test/vts-testcase/fuzz/__init__.py
Normal file
0
android/test/vts-testcase/fuzz/__init__.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAudioV2_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAudioV2_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAudioV2_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.audio@2.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAudioV2_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAudioV2_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAudioV2_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.audio@2.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAudioCommonV2_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAudioCommonV2_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAudioCommonV2_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.audio.common@2.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAudioCommonV2_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAudioCommonV2_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAudioCommonV2_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.audio.common@2.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAudioEffectV2_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAudioEffectV2_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAudioEffectV2_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.audio.effect@2.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAudioEffectV2_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAudioEffectV2_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAudioEffectV2_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.audio.effect@2.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAutomotiveEvsV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAutomotiveEvsV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAutomotiveEvsV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.automotive.evs@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAutomotiveEvsV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAutomotiveEvsV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAutomotiveEvsV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.automotive.evs@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAutomotiveVehicleV2_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAutomotiveVehicleV2_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAutomotiveVehicleV2_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.automotive.vehicle@2.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAutomotiveVehicleV2_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAutomotiveVehicleV2_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAutomotiveVehicleV2_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.automotive.vehicle@2.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAutomotiveVehicleV2_1FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAutomotiveVehicleV2_1FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAutomotiveVehicleV2_1FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.automotive.vehicle@2.1"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalAutomotiveVehicleV2_1IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalAutomotiveVehicleV2_1IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalAutomotiveVehicleV2_1IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.automotive.vehicle@2.1"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalBiometricsFingerprintV2_1FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalBiometricsFingerprintV2_1FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalBiometricsFingerprintV2_1FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.biometrics.fingerprint@2.1"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalBiometricsFingerprintV2_1IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalBiometricsFingerprintV2_1IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalBiometricsFingerprintV2_1IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.biometrics.fingerprint@2.1"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalBluetoothV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalBluetoothV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalBluetoothV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.bluetooth@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalBluetoothV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalBluetoothV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalBluetoothV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.bluetooth@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalBootV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalBootV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalBootV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.boot@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalBootV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalBootV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalBootV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.boot@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalBroadcastradioV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalBroadcastradioV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalBroadcastradioV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.broadcastradio@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalBroadcastradioV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalBroadcastradioV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalBroadcastradioV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.broadcastradio@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalBroadcastradioV1_1FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalBroadcastradioV1_1FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalBroadcastradioV1_1FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.broadcastradio@1.1"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalBroadcastradioV1_1IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalBroadcastradioV1_1IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalBroadcastradioV1_1IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.broadcastradio@1.1"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalCameraCommonV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalCameraCommonV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalCameraCommonV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.camera.common@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalCameraCommonV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalCameraCommonV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalCameraCommonV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.camera.common@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalCameraDeviceV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalCameraDeviceV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalCameraDeviceV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.camera.device@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalCameraDeviceV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalCameraDeviceV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalCameraDeviceV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.camera.device@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalCameraDeviceV3_2FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalCameraDeviceV3_2FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalCameraDeviceV3_2FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.camera.device@3.2"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalCameraDeviceV3_2IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalCameraDeviceV3_2IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalCameraDeviceV3_2IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.camera.device@3.2"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalCameraMetadataV3_2FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalCameraMetadataV3_2FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalCameraMetadataV3_2FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.camera.metadata@3.2"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalCameraMetadataV3_2IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalCameraMetadataV3_2IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalCameraMetadataV3_2IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.camera.metadata@3.2"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalCameraProviderV2_4FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalCameraProviderV2_4FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalCameraProviderV2_4FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.camera.provider@2.4"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalCameraProviderV2_4IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalCameraProviderV2_4IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalCameraProviderV2_4IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.camera.provider@2.4"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalConfigstoreV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalConfigstoreV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalConfigstoreV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.configstore@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalConfigstoreV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalConfigstoreV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalConfigstoreV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.configstore@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalContexthubV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalContexthubV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalContexthubV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.contexthub@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalContexthubV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalContexthubV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalContexthubV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.contexthub@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalDrmV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalDrmV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalDrmV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.drm@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalDrmV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalDrmV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalDrmV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.drm@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalDumpstateV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalDumpstateV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalDumpstateV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.dumpstate@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalDumpstateV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalDumpstateV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalDumpstateV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.dumpstate@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalGatekeeperV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalGatekeeperV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalGatekeeperV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.gatekeeper@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalGatekeeperV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalGatekeeperV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalGatekeeperV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.gatekeeper@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalGnssV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalGnssV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalGnssV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.gnss@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalGnssV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalGnssV1_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalGnssV1_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.gnss@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalGraphicsAllocatorV2_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalGraphicsAllocatorV2_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalGraphicsAllocatorV2_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.graphics.allocator@2.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalGraphicsAllocatorV2_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalGraphicsAllocatorV2_0IfaceFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="IfaceFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalGraphicsAllocatorV2_0IfaceFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.graphics.allocator@2.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalGraphicsBufferqueueV1_0FuncFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
Do not edit manually.
|
||||
-->
|
||||
<configuration description="Config for VtsHalGraphicsBufferqueueV1_0FuncFuzzer test cases">
|
||||
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
|
||||
<option name="push-group" value="FuncFuzzerTest.push"/>
|
||||
</target_preparer>
|
||||
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
|
||||
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
|
||||
<option name="test-module-name" value="VtsHalGraphicsBufferqueueV1_0FuncFuzzer"/>
|
||||
<option name="hal-hidl-package-name" value="android.hardware.graphics.bufferqueue@1.0"/>
|
||||
<option name="test-case-path" value="vts/testcases/fuzz/template/func_fuzzer_test/func_fuzzer_test"/>
|
||||
<option name="test-timeout" value="3h"/>
|
||||
</test>
|
||||
</configuration>
|
|
@ -0,0 +1,9 @@
|
|||
# This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
||||
# Do not edit manually.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := VtsHalGraphicsBufferqueueV1_0IfaceFuzzer
|
||||
include test/vts/tools/build/Android.host_config.mk
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue