Add coex display ssc configs to device.

Note: These changes were copied from the reverted commit
a1a6faa971 (ag/23419680).
Only the ssc table is added here and the rest of the changes will be moved to a separate commit.

Bug: 285459428
Test: manually checked file is on device
Change-Id: Ie8709059c397261ec3170e31753a267bfdd880e4
This commit is contained in:
Alan Chen 2023-10-11 05:44:12 +00:00
parent f601be0735
commit e14ad896af
3 changed files with 18 additions and 2 deletions

View file

@ -64,7 +64,8 @@ PRODUCT_SOONG_NAMESPACES += device/google/akita/radio/coex
# Coex Configs
PRODUCT_PACKAGES += \
display_primary_mipi_coex_table
display_primary_mipi_coex_table \
display_primary_ssc_coex_table
# Camera
PRODUCT_COPY_FILES += \

View file

@ -32,5 +32,13 @@ prebuilt_etc {
filename: "display_primary_mipi_coex_table.csv",
vendor: true,
src: "display_primary_mipi_coex_table.csv",
relative_install_path: "modem"
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",
}

View file

@ -0,0 +1,7 @@
0,1
717000,728000,1
796000,816000,1
1964000,1988000,1
2148000,2171000,1
2506000,2533000,1
1 0,1
2 717000,728000,1
3 796000,816000,1
4 1964000,1988000,1
5 2148000,2171000,1
6 2506000,2533000,1