Yu-Han Yang | 274ea0a | 2020-09-09 17:25:02 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2020 The Android Open Source Project |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * |
| 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | * |
| 10 | * Unless required by applicable law or agreed to in writing, software |
| 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. |
| 15 | */ |
| 16 | |
Bob Badour | c22b35b | 2021-02-23 14:26:20 -0800 | [diff] [blame] | 17 | package { |
| 18 | // See: http://go/android-license-faq |
| 19 | // A large-scale-change added 'default_applicable_licenses' to import |
| 20 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 21 | // to get the below license kinds: |
| 22 | // SPDX-license-identifier-Apache-2.0 |
| 23 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 24 | } |
| 25 | |
Yu-Han Yang | 274ea0a | 2020-09-09 17:25:02 -0700 | [diff] [blame] | 26 | aidl_interface { |
| 27 | name: "android.hardware.gnss", |
| 28 | vendor_available: true, |
Edwin Tung | 4c7b8f8 | 2022-01-14 17:32:04 +0800 | [diff] [blame] | 29 | srcs: [ |
| 30 | "android/hardware/gnss/*.aidl", |
Edwin Tung | bbf7fb9 | 2021-12-27 12:13:02 +0800 | [diff] [blame] | 31 | "android/hardware/gnss/measurement_corrections/*.aidl", |
Edwin Tung | 4c7b8f8 | 2022-01-14 17:32:04 +0800 | [diff] [blame] | 32 | "android/hardware/gnss/visibility_control/*.aidl", |
Shinru Han | d9535a1 | 2024-11-09 08:10:18 +0000 | [diff] [blame] | 33 | "android/hardware/gnss/gnss_assistance/*.aidl", |
Edwin Tung | 4c7b8f8 | 2022-01-14 17:32:04 +0800 | [diff] [blame] | 34 | ], |
Yu-Han Yang | 274ea0a | 2020-09-09 17:25:02 -0700 | [diff] [blame] | 35 | stability: "vintf", |
| 36 | backend: { |
| 37 | java: { |
| 38 | platform_apis: true, |
| 39 | }, |
Yu-Han Yang | 274ea0a | 2020-09-09 17:25:02 -0700 | [diff] [blame] | 40 | }, |
Yu-Han Yang | 75a6af2 | 2022-03-04 13:46:52 -0800 | [diff] [blame] | 41 | versions_with_info: [ |
| 42 | { |
| 43 | version: "1", |
| 44 | imports: [], |
| 45 | }, |
Jiyong Park | 703e979 | 2022-03-22 14:18:48 +0900 | [diff] [blame] | 46 | { |
| 47 | version: "2", |
| 48 | imports: [], |
| 49 | }, |
Alex Buynytskyy | ec1198d | 2023-04-04 19:52:27 +0000 | [diff] [blame] | 50 | { |
| 51 | version: "3", |
| 52 | imports: [], |
| 53 | }, |
Devin Moore | a8efdb1 | 2024-02-20 17:31:40 +0000 | [diff] [blame] | 54 | { |
| 55 | version: "4", |
| 56 | imports: [], |
| 57 | }, |
Devin Moore | 9df0245 | 2025-01-08 21:21:06 +0000 | [diff] [blame] | 58 | { |
| 59 | version: "5", |
| 60 | imports: [], |
| 61 | }, |
Shinru Han | 0993f51 | 2025-03-28 09:09:25 -0700 | [diff] [blame] | 62 | { |
| 63 | version: "6", |
| 64 | imports: [], |
| 65 | }, |
Jiyong Park | 703e979 | 2022-03-22 14:18:48 +0900 | [diff] [blame] | 66 | |
Yu-Han Yang | 75a6af2 | 2022-03-04 13:46:52 -0800 | [diff] [blame] | 67 | ], |
Devin Moore | 9df0245 | 2025-01-08 21:21:06 +0000 | [diff] [blame] | 68 | frozen: true, |
Yu-Han Yang | 75a6af2 | 2022-03-04 13:46:52 -0800 | [diff] [blame] | 69 | |
Yu-Han Yang | 274ea0a | 2020-09-09 17:25:02 -0700 | [diff] [blame] | 70 | } |