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:
parent
f601be0735
commit
e14ad896af
3 changed files with 18 additions and 2 deletions
|
@ -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 += \
|
||||
|
|
|
@ -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",
|
||||
}
|
||||
|
|
7
radio/coex/display_primary_ssc_coex_table.csv
Normal file
7
radio/coex/display_primary_ssc_coex_table.csv
Normal file
|
@ -0,0 +1,7 @@
|
|||
0,1
|
||||
|
||||
717000,728000,1
|
||||
796000,816000,1
|
||||
1964000,1988000,1
|
||||
2148000,2171000,1
|
||||
2506000,2533000,1
|
|
Loading…
Add table
Add a link
Reference in a new issue