OSDN Git Service

Add Vts test for xsd_config
authorSundong Ahn <sundongahn@google.com>
Thu, 21 Mar 2019 07:35:46 +0000 (16:35 +0900)
committerSundong Ahn <sundongahn@google.com>
Wed, 27 Mar 2019 06:41:54 +0000 (06:41 +0000)
commitdc15dc8cc0bbaa10f31b3b8118594a559edd0296
tree415f8a3c278f1894751c72533d81c378faa5f59b
parent743a1c80015f97d75e9b8c9fe7c3be4cfda006be
Add Vts test for xsd_config

The vts_permission_validate_test and
vts_defaultPermissions_validate_test are added for checking xsd schema
validation.

Bug: 127435354
Test: vts-tradefed run vts -m VtsValidatePermission
Test: vts-tradefed run vts -m VtsValidateDefaultPermissions

Change-Id: Ib73dcbe4f9c20e0a957be4325d5cfc2b27c64b67
core/xsd/vts/Android.bp [new file with mode: 0644]
core/xsd/vts/Android.mk [new file with mode: 0644]
core/xsd/vts/AndroidTest.xml [new file with mode: 0644]
core/xsd/vts/ValidatePermission.cpp [new file with mode: 0644]
services/core/xsd/vts/Android.bp [new file with mode: 0644]
services/core/xsd/vts/Android.mk [new file with mode: 0644]
services/core/xsd/vts/AndroidTest.xml [new file with mode: 0644]
services/core/xsd/vts/ValidateDefaultPermissions.cpp [new file with mode: 0644]