device_google_caimito/radio/tokay/coex/Android.bp
Frank Yu d0e4bc5a18 update coex table
Test: Manual
Bug: 326172562
Change-Id: I8171980651da8f9b416a4a014ab54b65cedf8376
2024-02-21 18:29:58 +08:00

69 lines
2 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_dbr_coex_table",
filename: "camera_front_dbr_coex_table.csv",
vendor: true,
src: "camera_front_dbr_coex_table.csv",
relative_install_path: "modem",
}
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_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_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",
}
prebuilt_etc {
name: "display_primary_mipi_coex_table",
filename: "display_primary_mipi_coex_table.csv",
vendor: true,
src: "display_primary_mipi_coex_table.csv",
relative_install_path: "modem",
}
prebuilt_etc {
name: "display_primary_ssc_coex_table",
filename: "display_primary_ssc_coex_table.csv",
vendor: true,
src: "display_primary_ssc_coex_table.csv",
relative_install_path: "modem",
}