blob: 31d246c09c9973da1f86020ffa997d7523be7f2a [file] [log] [blame]
Yu-Han Yang274ea0a2020-09-09 17:25:02 -07001/*
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 Badourc22b35b2021-02-23 14:26:20 -080017package {
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 Yang274ea0a2020-09-09 17:25:02 -070026aidl_interface {
27 name: "android.hardware.gnss",
28 vendor_available: true,
Edwin Tung4c7b8f82022-01-14 17:32:04 +080029 srcs: [
30 "android/hardware/gnss/*.aidl",
Edwin Tungbbf7fb92021-12-27 12:13:02 +080031 "android/hardware/gnss/measurement_corrections/*.aidl",
Edwin Tung4c7b8f82022-01-14 17:32:04 +080032 "android/hardware/gnss/visibility_control/*.aidl",
Shinru Hand9535a12024-11-09 08:10:18 +000033 "android/hardware/gnss/gnss_assistance/*.aidl",
Edwin Tung4c7b8f82022-01-14 17:32:04 +080034 ],
Yu-Han Yang274ea0a2020-09-09 17:25:02 -070035 stability: "vintf",
36 backend: {
37 java: {
38 platform_apis: true,
39 },
Yu-Han Yang274ea0a2020-09-09 17:25:02 -070040 },
Yu-Han Yang75a6af22022-03-04 13:46:52 -080041 versions_with_info: [
42 {
43 version: "1",
44 imports: [],
45 },
Jiyong Park703e9792022-03-22 14:18:48 +090046 {
47 version: "2",
48 imports: [],
49 },
Alex Buynytskyyec1198d2023-04-04 19:52:27 +000050 {
51 version: "3",
52 imports: [],
53 },
Devin Moorea8efdb12024-02-20 17:31:40 +000054 {
55 version: "4",
56 imports: [],
57 },
Devin Moore9df02452025-01-08 21:21:06 +000058 {
59 version: "5",
60 imports: [],
61 },
Shinru Han0993f512025-03-28 09:09:25 -070062 {
63 version: "6",
64 imports: [],
65 },
Jiyong Park703e9792022-03-22 14:18:48 +090066
Yu-Han Yang75a6af22022-03-04 13:46:52 -080067 ],
Devin Moore9df02452025-01-08 21:21:06 +000068 frozen: true,
Yu-Han Yang75a6af22022-03-04 13:46:52 -080069
Yu-Han Yang274ea0a2020-09-09 17:25:02 -070070}