device_google_caimito/radio/komodo/coex/Android.bp
Alan Chen 4bb91b6d54 Add camera coex tables
Bug: 322263590
Test: manual, files are on the devices
Change-Id: Ia6461835ae2f231d26a9d636f07c18a6a06d48e4
2024-01-26 16:40:09 +08:00

61 lines
1.8 KiB
Text

//
// 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",
}