Add camera coex tables

Bug: 322263590
Test: manual, files are on the devices
Change-Id: Ia6461835ae2f231d26a9d636f07c18a6a06d48e4
This commit is contained in:
Alan Chen 2024-01-25 21:51:06 +08:00
parent 75b632cdb6
commit 4bb91b6d54
20 changed files with 320 additions and 0 deletions

View file

@ -0,0 +1,61 @@
//
// Copyright (C) 2024 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
soong_namespace {
}
package {
default_applicable_licenses: ["device_google_caimito_license"],
}
prebuilt_etc {
name: "camera_front_mipi_coex_table",
filename: "camera_front_mipi_coex_table.csv",
vendor: true,
src: "camera_front_mipi_coex_table.csv",
relative_install_path: "modem",
}
prebuilt_etc {
name: "camera_rear_main_dbr_coex_table",
filename: "camera_rear_main_dbr_coex_table.csv",
vendor: true,
src: "camera_rear_main_dbr_coex_table.csv",
relative_install_path: "modem",
}
prebuilt_etc {
name: "camera_rear_main_mipi_coex_table",
filename: "camera_rear_main_mipi_coex_table.csv",
vendor: true,
src: "camera_rear_main_mipi_coex_table.csv",
relative_install_path: "modem",
}
prebuilt_etc {
name: "camera_rear_tele_mipi_coex_table",
filename: "camera_rear_tele_mipi_coex_table.csv",
vendor: true,
src: "camera_rear_tele_mipi_coex_table.csv",
relative_install_path: "modem",
}
prebuilt_etc {
name: "camera_rear_wide_mipi_coex_table",
filename: "camera_rear_wide_mipi_coex_table.csv",
vendor: true,
src: "camera_rear_wide_mipi_coex_table.csv",
relative_install_path: "modem",
}

View file

@ -0,0 +1,7 @@
2600000,1962000
1957000,1967000,2600000
3919000,3929000,2600000
5881000,5891000,2600000
2595000,2605000,1962000
5195000,5205000,1962000
1 2600000,1962000
2 1957000,1967000,2600000
3 3919000,3929000,2600000
4 5881000,5891000,2600000
5 2595000,2605000,1962000
6 5195000,5205000,1962000

View file

@ -0,0 +1,4 @@
258000,274000
2333000,2337000,258000
2318000,2322000,274000
1 258000,274000
2 2333000,2337000,258000
3 2318000,2322000,274000

View file

@ -0,0 +1,8 @@
2719000,2866000
2110000,2120000,2719000
2381000,2391000,2719000
2519000,2529000,2719000
3613000,3623000,2719000
4025000,4035000,2719000
1997000,2007000,2866000
1 2719000,2866000
2 2110000,2120000,2719000
3 2381000,2391000,2719000
4 2519000,2529000,2719000
5 3613000,3623000,2719000
6 4025000,4035000,2719000
7 1997000,2007000,2866000

View file

@ -0,0 +1,7 @@
2699000,2398000
2390000,2400000,2699000
3595000,3605000,2699000
4043000,4053000,2398000
6570000,6580000,2398000
6750000,6760000,2398000
1 2699000,2398000
2 2390000,2400000,2699000
3 3595000,3605000,2699000
4 4043000,4053000,2398000
5 6570000,6580000,2398000
6 6750000,6760000,2398000

View file

@ -0,0 +1,5 @@
2600000,1962000
1957000,1967000,2600000
3917000,3927000,2600000
2595000,2605000,1962000
1 2600000,1962000
2 1957000,1967000,2600000
3 3917000,3927000,2600000
4 2595000,2605000,1962000