Test audio V6

Generate by
$ hardware/interfaces/audio/newHal.sh 5.0

Test: atest VtsHalAudioEffectV6_0Target VtsHalAudioV6_0Target
Bug: 134940862
Change-Id: Iee4d4e2ff0095a3b2ea04d0ff9334c014133a40d
Signed-off-by: Kevin Rocard <krocard@google.com>
diff --git a/audio/V6_0/target/Android.bp b/audio/V6_0/target/Android.bp
new file mode 100644
index 0000000..43b1884
--- /dev/null
+++ b/audio/V6_0/target/Android.bp
@@ -0,0 +1,19 @@
+//
+// Copyright (C) 2018 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.
+//
+
+vts_config {
+    name: "VtsHalAudioV6_0Target",
+}
diff --git a/audio/V6_0/target/AndroidTest.xml b/audio/V6_0/target/AndroidTest.xml
new file mode 100644
index 0000000..2515558
--- /dev/null
+++ b/audio/V6_0/target/AndroidTest.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2018 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.
+-->
+<configuration description="Config for VTS Audio V6_0 HIDL HAL's basic target-side test cases">
+    <option name="config-descriptor:metadata" key="plan" value="vts-hal" />
+    <target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
+        <option name="abort-on-push-failure" value="false"/>
+        <option name="push-group" value="HalHidlTargetTest.push"/>
+        <option name="push" value="DATA/hardware/interfaces/audio/6.0/config/audio_policy_configuration.xsd->/data/local/tmp/audio_policy_configuration_V6_0.xsd"/>
+    </target_preparer>
+    <multi_target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer" />
+    <test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
+        <option name="test-module-name" value="VtsHalAudioV6_0Target"/>
+        <option name="binary-test-source" value="_32bit::DATA/nativetest/VtsHalAudioV6_0TargetTest/VtsHalAudioV6_0TargetTest" />
+        <option name="binary-test-source" value="_64bit::DATA/nativetest64/VtsHalAudioV6_0TargetTest/VtsHalAudioV6_0TargetTest" />
+        <option name="binary-test-type" value="hal_hidl_gtest"/>
+        <option name="binary-test-disable-framework" value="true"/>
+        <option name="binary-test-stop-native-servers" value="true"/>
+        <option name="exclude-coverage-path" value="hardware/interfaces/audio/effect" />
+        <option name="exclude-coverage-path" value="hardware/qcom/audio/post_proc" />
+        <option name="exclude-coverage-path" value="hardware/qcom/audio/visualizer" />
+        <option name="exclude-coverage-path" value="hardware/qcom/audio/voice_processing/" />
+        <option name="test-timeout" value="30m"/>
+        <option name="gtest-batch-mode" value="true"/>
+    </test>
+</configuration>
diff --git a/audio/effect/V6_0/target/Android.bp b/audio/effect/V6_0/target/Android.bp
new file mode 100644
index 0000000..68a55ac
--- /dev/null
+++ b/audio/effect/V6_0/target/Android.bp
@@ -0,0 +1,19 @@
+//
+// Copyright (C) 2018 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.
+//
+
+vts_config {
+    name: "VtsHalAudioEffectV6_0Target",
+}
diff --git a/audio/effect/V6_0/target/AndroidTest.xml b/audio/effect/V6_0/target/AndroidTest.xml
new file mode 100644
index 0000000..0258b75
--- /dev/null
+++ b/audio/effect/V6_0/target/AndroidTest.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2018 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.
+-->
+<configuration description="Config for VTS VtsHalAudioEffectV6_0Target test cases">
+    <option name="config-descriptor:metadata" key="plan" value="vts-hal" />
+    <target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
+        <option name="abort-on-push-failure" value="false"/>
+        <option name="push-group" value="HalHidlTargetTest.push"/>
+        <option name="push" value="DATA/hardware/interfaces/audio/effect/6.0/xml/audio_effects_conf.xsd->/data/local/tmp/audio_effects_conf_V6_0.xsd"/>
+    </target_preparer>
+    <multi_target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer" />
+    <test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
+        <option name="test-module-name" value="VtsHalAudioEffectV6_0Target"/>
+        <option name="binary-test-source" value="_32bit::DATA/nativetest/VtsHalAudioEffectV6_0TargetTest/VtsHalAudioEffectV6_0TargetTest"/>
+        <option name="binary-test-source" value="_64bit::DATA/nativetest64/VtsHalAudioEffectV6_0TargetTest/VtsHalAudioEffectV6_0TargetTest"/>
+        <option name="binary-test-type" value="hal_hidl_gtest"/>
+        <option name="binary-test-disable-framework" value="true"/>
+        <option name="binary-test-stop-native-servers" value="true"/>
+        <option name="exclude-coverage-path" value="frameworks/av" />
+        <option name="exclude-coverage-path" value="hardware/interfaces/audio/6.0/default/" />
+        <option name="exclude-coverage-path" value="hardware/interfaces/audio/core/" />
+        <option name="exclude-coverage-path" value="hardware/interfaces/soundtrigger/" />
+        <option name="exclude-coverage-path" value="hardware/libhardware/include/hardware/audio_alsaops.h" />
+        <option name="exclude-coverage-path" value="hardware/libhardware/include/hardware/sound_trigger.h" />
+        <option name="exclude-coverage-path" value="hardware/libhardware/modules/" />
+        <option name="exclude-coverage-path" value="hardware/qcom/audio/hal/" />
+        <option name="exclude-coverage-path" value="system/media" />
+        <option name="test-timeout" value="5m"/>
+    </test>
+</configuration>