blob: de73201f8b9d56a5960f340c226726594ef113b7 [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
15vintf_compatibility_matrix {
Yifan Hong0cd10dd2018-10-12 13:08:52 -070016 name: "framework_compatibility_matrix.3.xml",
17 stem: "compatibility_matrix.3.xml",
18 srcs: [
19 "compatibility_matrix.3.xml",
20 ],
21 kernel_configs: [
22 "kernel_config_p_4.4",
23 "kernel_config_p_4.9",
24 "kernel_config_p_4.14",
Steven Moreland8a8f0d72020-03-25 15:14:21 -070025 ],
Yifan Hong0cd10dd2018-10-12 13:08:52 -070026}
27
28vintf_compatibility_matrix {
Steven Moreland52f55602019-04-09 14:08:40 -070029 name: "framework_compatibility_matrix.4.xml",
30 stem: "compatibility_matrix.4.xml",
Yifan Hong0cd10dd2018-10-12 13:08:52 -070031 srcs: [
Steven Moreland52f55602019-04-09 14:08:40 -070032 "compatibility_matrix.4.xml",
Yifan Hong0cd10dd2018-10-12 13:08:52 -070033 ],
34 kernel_configs: [
Yifan Hong18cb5522019-04-15 10:32:24 -070035 "kernel_config_q_4.9",
36 "kernel_config_q_4.14",
37 "kernel_config_q_4.19",
Steven Moreland8a8f0d72020-03-25 15:14:21 -070038 ],
Yifan Hong0cd10dd2018-10-12 13:08:52 -070039}
Yifan Hong5ec22062019-04-23 12:05:27 -070040
41vintf_compatibility_matrix {
Steven Moreland951fce02020-03-25 14:59:05 -070042 name: "framework_compatibility_matrix.5.xml",
43 stem: "compatibility_matrix.5.xml",
Yifan Hong5ec22062019-04-23 12:05:27 -070044 srcs: [
Steven Moreland951fce02020-03-25 14:59:05 -070045 "compatibility_matrix.5.xml",
Yifan Hong5ec22062019-04-23 12:05:27 -070046 ],
47 kernel_configs: [
Yifan Hong98b94952020-03-19 15:53:08 -070048 "kernel_config_r_4.14",
49 "kernel_config_r_4.19",
50 "kernel_config_r_5.4",
Steven Moreland8a8f0d72020-03-25 15:14:21 -070051 ],
Yifan Hong5ec22062019-04-23 12:05:27 -070052}
Steven Moreland46aa3662020-03-25 15:16:45 -070053
54vintf_compatibility_matrix {
55 name: "framework_compatibility_matrix.current.xml",
56 stem: "compatibility_matrix.current.xml",
57 srcs: [
58 "compatibility_matrix.current.xml",
59 ],
60 kernel_configs: [
Steven Moreland46aa3662020-03-25 15:16:45 -070061 "kernel_config_current_4.19",
62 "kernel_config_current_5.4",
Alistair Delvab724f362020-12-15 16:42:56 -080063 "kernel_config_current_5.10",
Steven Moreland46aa3662020-03-25 15:16:45 -070064 ],
65}