Skip to content

Commit

Permalink
sunfish: Switch to barbet Wi-Fi service
Browse files Browse the repository at this point in the history
Change-Id: Ia55f403319252cea93e8bc3786173c5f8d66fb37
  • Loading branch information
mikeNG committed Mar 13, 2024
1 parent d819511 commit 92cbc32
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
8 changes: 2 additions & 6 deletions device-lineage.mk
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ PRODUCT_PACKAGES += \

# Wi-Fi
PRODUCT_PACKAGES += \
android.hardware.wifi-V2-ndk.vendor:64 \
[email protected]:64 \
libwifi-hal:64 \
libwifi-hal-ctrl:64 \
libwifi-hal-qcom
Expand Down Expand Up @@ -189,12 +191,6 @@ PRODUCT_PACKAGES += \
[email protected] \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64

# Properties
Expand Down
5 changes: 2 additions & 3 deletions device_framework_matrix_product.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,9 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<hal format="aidl" optional="true">
<name>vendor.google.wifi_ext</name>
<transport>hwbinder</transport>
<version>1.3</version>
<version>1-3</version>
<interface>
<name>IWifiExt</name>
<instance>default</instance>
Expand Down
7 changes: 0 additions & 7 deletions proprietary-files-vendor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ vendor/bin/hw/init_citadel
vendor/bin/hw/qcrild
vendor/bin/hw/vendor.google.google_battery-service
vendor/bin/hw/[email protected]
vendor/bin/hw/[email protected]
vendor/bin/hw/[email protected]
vendor/bin/hw/[email protected]
vendor/bin/hw/[email protected]
Expand Down Expand Up @@ -266,7 +265,6 @@ vendor/etc/init/rebootescrow-citadel.rc
vendor/etc/init/ssgtzd.rc
vendor/etc/init/vendor.google.google_battery-default.rc
vendor/etc/init/[email protected]
vendor/etc/init/[email protected]
vendor/etc/init/vendor.qti.adsprpc-sscrpc-service.rc
vendor/etc/init/vendor.qti.cdsprpc-service.rc
vendor/etc/init/[email protected]
Expand Down Expand Up @@ -356,7 +354,6 @@ vendor/etc/vintf/manifest/[email protected]
vendor/etc/vintf/manifest/[email protected]
vendor/etc/vintf/manifest/manifest_android.hardware.drm-service.widevine.xml
vendor/etc/vintf/manifest/manifest_input.processor-service.xml
vendor/etc/vintf/manifest/manifest_wifi_ext.xml
vendor/etc/vintf/manifest/rebootescrow-citadel.xml
vendor/etc/vintf/manifest/vendor.google.google_battery-default.xml
vendor/etc/xtra_root_cert.pem
Expand Down Expand Up @@ -987,7 +984,6 @@ vendor/lib64/egl/libQTapGLES.so
vendor/lib64/egl/libq3dtools_adreno.so
vendor/lib64/egl/libq3dtools_esx.so
vendor/lib64/g3a.data.manager.vendor.so
vendor/lib64/google_wifi_firmware_config_info_cc_proto.so
vendor/lib64/hw/[email protected]
vendor/lib64/hw/[email protected]
vendor/lib64/hw/[email protected]
Expand Down Expand Up @@ -1315,9 +1311,6 @@ vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
Expand Down
9 changes: 9 additions & 0 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,12 @@ system_ext/etc/permissions/vzw_mvs_permissions.xml
system_ext/priv-app/MyVerizonServices/MyVerizonServices.apk;PRESIGNED
system_ext/priv-app/OBDM_Permissions/OBDM_Permissions.apk;PRESIGNED
system_ext/priv-app/obdm_stub/obdm_stub.apk;PRESIGNED

# vendor partition

# Wi-Fi service
vendor/bin/hw/vendor.google.wifi_ext-service-vendor|1edcbf349a1fcf471f726bcbb5eb31a2e6db89fa
vendor/etc/init/vendor.google.wifi_ext-service.rc|8565ca57da131819441d6fb87abfcae134ed2ef9
vendor/etc/vintf/manifest/manifest_wifi_ext_aidl.xml|6c411f5a63ebc252698fc880d8813ca8c9c63d9c
vendor/lib64/google_wifi_firmware_config_info_cc_proto.so|d40e09d8c4640f28efdd659e49e8ee6a727ef4a2
vendor/lib64/vendor.google.wifi_ext-V3-ndk.so|d199582834b5b266426ae8dac5692cd1bb2b9552
9 changes: 9 additions & 0 deletions regen-vendor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,15 @@ VENDOR_SKIP_FILES=(
"lib64/libwifi-hal-ctrl.so"
"lib64/libwifi-hal-qcom.so"

# Wi-Fi service
"bin/hw/[email protected]"
"etc/init/[email protected]"
"etc/vintf/manifest/manifest_wifi_ext.xml"
"lib64/google_wifi_firmware_config_info_cc_proto.so"
"lib64/[email protected]"
"lib64/[email protected]"
"lib64/[email protected]"

# Misc interfaces
"lib/[email protected]"
"lib/[email protected]"
Expand Down

0 comments on commit 92cbc32

Please sign in to comment.