Add camera coex tables
Bug: 322263590 Test: manual, files are on the devices Change-Id: Ia6461835ae2f231d26a9d636f07c18a6a06d48e4
This commit is contained in:
parent
75b632cdb6
commit
4bb91b6d54
20 changed files with 320 additions and 0 deletions
61
radio/komodo/coex/Android.bp
Normal file
61
radio/komodo/coex/Android.bp
Normal 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",
|
||||
}
|
7
radio/komodo/coex/camera_front_mipi_coex_table.csv
Normal file
7
radio/komodo/coex/camera_front_mipi_coex_table.csv
Normal file
|
@ -0,0 +1,7 @@
|
|||
2600000,1962000
|
||||
|
||||
1957000,1967000,2600000
|
||||
3919000,3929000,2600000
|
||||
5881000,5891000,2600000
|
||||
2595000,2605000,1962000
|
||||
5195000,5205000,1962000
|
|
4
radio/komodo/coex/camera_rear_main_dbr_coex_table.csv
Normal file
4
radio/komodo/coex/camera_rear_main_dbr_coex_table.csv
Normal file
|
@ -0,0 +1,4 @@
|
|||
258000,274000
|
||||
|
||||
2333000,2337000,258000
|
||||
2318000,2322000,274000
|
|
8
radio/komodo/coex/camera_rear_main_mipi_coex_table.csv
Normal file
8
radio/komodo/coex/camera_rear_main_mipi_coex_table.csv
Normal 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
|
|
7
radio/komodo/coex/camera_rear_tele_mipi_coex_table.csv
Normal file
7
radio/komodo/coex/camera_rear_tele_mipi_coex_table.csv
Normal file
|
@ -0,0 +1,7 @@
|
|||
2699000,2398000
|
||||
|
||||
2390000,2400000,2699000
|
||||
3595000,3605000,2699000
|
||||
4043000,4053000,2398000
|
||||
6570000,6580000,2398000
|
||||
6750000,6760000,2398000
|
|
5
radio/komodo/coex/camera_rear_wide_mipi_coex_table.csv
Normal file
5
radio/komodo/coex/camera_rear_wide_mipi_coex_table.csv
Normal file
|
@ -0,0 +1,5 @@
|
|||
2600000,1962000
|
||||
|
||||
1957000,1967000,2600000
|
||||
3917000,3927000,2600000
|
||||
2595000,2605000,1962000
|
|
Loading…
Add table
Add a link
Reference in a new issue