diff --git a/device-akita.mk b/device-akita.mk index 01ebdf6..484f6b5 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -59,6 +59,12 @@ PRODUCT_VENDOR_PROPERTIES += \ # lhbm peak brightness delay: decided by kernel PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.primarydisplay.lhbm.frames_to_reach_peak_brightness=0 +PRODUCT_SOONG_NAMESPACES += device/google/akita/radio/coex + +# Coex Configs +PRODUCT_PACKAGES += \ + display_primary_mipi_coex_table + # Camera PRODUCT_COPY_FILES += \ device/google/akita/media_profiles_akita.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml diff --git a/radio/coex/Android.bp b/radio/coex/Android.bp new file mode 100644 index 0000000..37eb66b --- /dev/null +++ b/radio/coex/Android.bp @@ -0,0 +1,36 @@ +// +// Copyright (C) 2023 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 { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "//device/google/akita:device_google_akita_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: [ + "//device/google/akita:device_google_akita_license", + ], +} + +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" +} diff --git a/radio/coex/display_primary_mipi_coex_table.csv b/radio/coex/display_primary_mipi_coex_table.csv new file mode 100644 index 0000000..5b736e1 --- /dev/null +++ b/radio/coex/display_primary_mipi_coex_table.csv @@ -0,0 +1,14 @@ +500000,551000 + +798000,836000,500000 +925000,960000,500000 +1925000,1931000,500000 +2539000,2546000,500000 +3311000,3313000,500000 +3578000,3589000,500000 +620000,630000,551000 +740000,768000,551000 +870000,880000,551000 +1870000,1880000,551000 +2123000,2128000,551000 +2479000,2481000,551000