OSDN Git Service

Add VTS test for validating audio effects config against XML schema
authorMikhail Naganov <mnaganov@google.com>
Fri, 7 Jul 2017 00:42:08 +0000 (17:42 -0700)
committerMikhail Naganov <mnaganov@google.com>
Sat, 8 Jul 2017 00:45:15 +0000 (17:45 -0700)
commit6301fc325e194538952f4dff334d239571084934
tree338cbc5576250646e14a74503c32ca503fde0c5f
parent6a0af3c51b3fa26bd1023facba771fc242a53b60
Add VTS test for validating audio effects config against XML schema

If the device contains /vendor/etc/audio_effects.xml (the new XML
format for the audio effects configuration), the test validates
this config against the schema contained in
audio/effect/2.0/xml/audio_effects_conf_V2_0.xsd
(pushed to the device by the VTS test runner)

Change-Id: Ib57d30e3c1e32ce5d74f906a216f9bb8f635a28c
Test: this is a test
Bug: 37492580
audio/effect/2.0/vts/functional/Android.bp
audio/effect/2.0/vts/functional/ValidateAudioEffectsConfiguration.cpp [new file with mode: 0644]