blob: ddbf3a74a8ebd874af39d86ce74bcdc0b7f44a4f [file] [log] [blame]
Amy Zhangc1789912021-03-30 13:44:43 -07001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
10xsd_config {
11 name: "tuner_testing_dynamic_configuration_V1_0",
12 srcs: ["tuner_testing_dynamic_configuration.xsd"],
13 package_name: "android.media.tuner.testing.configuration.V1_0",
14 nullability: true,
15}
16
17xsd_config {
18 name: "tuner_testing_dynamic_configuration_V1_0_enums",
19 srcs: ["tuner_testing_dynamic_configuration.xsd"],
20 package_name: "android.media.tuner.testing.configuration.V1_0",
21 nullability: true,
22 enums_only: true,
23}
24
25xsd_config {
26 name: "tuner_testing_dynamic_configuration_V1_0_parser",
27 srcs: ["tuner_testing_dynamic_configuration.xsd"],
28 package_name: "android.media.tuner.testing.configuration.V1_0",
29 nullability: true,
30 parser_only: true,
31}