Amy Zhang | c178991 | 2021-03-30 13:44:43 -0700 | [diff] [blame^] | 1 | package { |
| 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 | |
| 10 | xsd_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 | |
| 17 | xsd_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 | |
| 25 | xsd_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 | } |