blob: 712f28a93892213346a217a6e2b402eefa556deb [file] [log] [blame]
Yifan Hong0cd10dd2018-10-12 13:08:52 -07001// Copyright (C) 2018 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
Bob Badourb224b362021-02-12 20:13:01 -080015package {
16 // See: http://go/android-license-faq
17 // A large-scale-change added 'default_applicable_licenses' to import
18 // all of the 'license_kinds' from "hardware_interfaces_license"
19 // to get the below license kinds:
20 // SPDX-license-identifier-Apache-2.0
21 default_applicable_licenses: ["hardware_interfaces_license"],
22}
23
Yifan Hong0cd10dd2018-10-12 13:08:52 -070024vintf_compatibility_matrix {
Steven Moreland52f55602019-04-09 14:08:40 -070025 name: "framework_compatibility_matrix.4.xml",
26 stem: "compatibility_matrix.4.xml",
Yifan Hong0cd10dd2018-10-12 13:08:52 -070027 srcs: [
Steven Moreland52f55602019-04-09 14:08:40 -070028 "compatibility_matrix.4.xml",
Yifan Hong0cd10dd2018-10-12 13:08:52 -070029 ],
30 kernel_configs: [
Yifan Hong18cb5522019-04-15 10:32:24 -070031 "kernel_config_q_4.14",
32 "kernel_config_q_4.19",
Steven Moreland8a8f0d72020-03-25 15:14:21 -070033 ],
Yifan Hong42d17682023-07-10 17:21:30 -070034 core_hals: "only",
Yifan Hong0cd10dd2018-10-12 13:08:52 -070035}
Yifan Hong5ec22062019-04-23 12:05:27 -070036
37vintf_compatibility_matrix {
Steven Moreland951fce02020-03-25 14:59:05 -070038 name: "framework_compatibility_matrix.5.xml",
39 stem: "compatibility_matrix.5.xml",
Yifan Hong5ec22062019-04-23 12:05:27 -070040 srcs: [
Steven Moreland951fce02020-03-25 14:59:05 -070041 "compatibility_matrix.5.xml",
Yifan Hong5ec22062019-04-23 12:05:27 -070042 ],
43 kernel_configs: [
Yifan Hong98b94952020-03-19 15:53:08 -070044 "kernel_config_r_4.14",
45 "kernel_config_r_4.19",
46 "kernel_config_r_5.4",
Steven Moreland8a8f0d72020-03-25 15:14:21 -070047 ],
Yifan Hong42d17682023-07-10 17:21:30 -070048 core_hals: "only",
Yifan Hong5ec22062019-04-23 12:05:27 -070049}
Steven Moreland46aa3662020-03-25 15:16:45 -070050
51vintf_compatibility_matrix {
Steven Morelandbe6a7972021-05-20 23:51:38 +000052 name: "framework_compatibility_matrix.6.xml",
53 stem: "compatibility_matrix.6.xml",
54 srcs: [
55 "compatibility_matrix.6.xml",
56 ],
57 kernel_configs: [
58 "kernel_config_s_4.19",
59 "kernel_config_s_5.4",
60 "kernel_config_s_5.10",
61 ],
Yifan Hong42d17682023-07-10 17:21:30 -070062 core_hals: "only",
Steven Morelandbe6a7972021-05-20 23:51:38 +000063}
64
65vintf_compatibility_matrix {
Steven Morelandd901ed02022-04-23 00:10:33 +000066 name: "framework_compatibility_matrix.7.xml",
67 stem: "compatibility_matrix.7.xml",
68 srcs: [
69 "compatibility_matrix.7.xml",
70 ],
71 kernel_configs: [
Yifan Hong2e1716a2022-04-25 11:34:52 -070072 "kernel_config_t_5.10",
73 "kernel_config_t_5.15",
Steven Morelandd901ed02022-04-23 00:10:33 +000074 ],
Yifan Hong42d17682023-07-10 17:21:30 -070075 core_hals: "only",
Steven Morelandd901ed02022-04-23 00:10:33 +000076}
77
78vintf_compatibility_matrix {
Devin Moored89a33b2023-01-25 22:09:40 +000079 name: "framework_compatibility_matrix.8.xml",
80 stem: "compatibility_matrix.8.xml",
Steven Moreland46aa3662020-03-25 15:16:45 -070081 srcs: [
Devin Moored89a33b2023-01-25 22:09:40 +000082 "compatibility_matrix.8.xml",
Steven Moreland46aa3662020-03-25 15:16:45 -070083 ],
84 kernel_configs: [
Yifan Hong80aa7b72023-04-11 11:17:33 -070085 "kernel_config_u_5.15",
86 "kernel_config_u_6.1",
Steven Moreland46aa3662020-03-25 15:16:45 -070087 ],
Yifan Hong42d17682023-07-10 17:21:30 -070088 core_hals: "only",
Steven Moreland46aa3662020-03-25 15:16:45 -070089}
Yifan Hongffcf2382023-04-12 13:45:59 -070090
91vintf_compatibility_matrix {
92 name: "framework_compatibility_matrix.9.xml",
93 stem: "compatibility_matrix.9.xml",
94 srcs: [
95 "compatibility_matrix.9.xml",
96 ],
97 kernel_configs: [
98 "kernel_config_v_5.15",
99 "kernel_config_v_6.1",
100 ],
Yifan Hong42d17682023-07-10 17:21:30 -0700101 core_hals: "only",
Yifan Hongffcf2382023-04-12 13:45:59 -0700102}