RM6785-common: Regen

Change-Id: I078d5d207ce843cb71f1eb7209888df07374bd7b
This commit is contained in:
SamarV-121
2024-03-09 08:38:03 +05:30
committed by Debayan Kar
parent 7b41fd4a7e
commit 2b4234a0b2
11 changed files with 466 additions and 225 deletions
+460 -197
View File
File diff suppressed because it is too large Load Diff
+6 -9
View File
@@ -513,7 +513,6 @@ PRODUCT_COPY_FILES += \
vendor/realme/RM6785-common/proprietary/vendor/etc/init/android.hardware.neuralnetworks@1.3-service-mtk-neuron.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.neuralnetworks@1.3-service-mtk-neuron.rc \
vendor/realme/RM6785-common/proprietary/vendor/etc/init/android.hardware.secure_element@1.2-service-mediatek.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.secure_element@1.2-service-mediatek.rc \
vendor/realme/RM6785-common/proprietary/vendor/etc/init/android.hardware.sensors@2.0-service-mediatek.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.sensors@2.0-service-mediatek.rc \
vendor/realme/RM6785-common/proprietary/vendor/etc/init/android.hardware.wifi.supplicant-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.wifi.supplicant-service.rc \
vendor/realme/RM6785-common/proprietary/vendor/etc/init/atcid.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/atcid.rc \
vendor/realme/RM6785-common/proprietary/vendor/etc/init/audiocmdservice_atci.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/audiocmdservice_atci.rc \
vendor/realme/RM6785-common/proprietary/vendor/etc/init/bootperf.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/bootperf.rc \
@@ -1584,10 +1583,8 @@ PRODUCT_PACKAGES += \
libtflite_mtk \
libtflite_mtk_static_R \
libudf \
libwapi \
libwifi-hal-mtk \
libwifitest \
libwpa_client \
libmtkcam_streaminfo_plugin-p1stt \
ov02b10_mipi_raw_IdxMgr \
ov02b10_mipi_raw_tuning \
@@ -1634,10 +1631,6 @@ PRODUCT_PACKAGES += \
vendor.mediatek.hardware.power@2.0 \
vendor.mediatek.hardware.pplagent@1.0 \
vendor.mediatek.hardware.videotelephony@1.0 \
vendor.mediatek.hardware.wifi.supplicant@2.0 \
vendor.mediatek.hardware.wifi.supplicant@2.1 \
vendor.mediatek.hardware.wifi.supplicant@2.2 \
vendor.oplus.hardware.wifi.supplicant@2.0 \
vendor.trustonic.tee.tui@1.0 \
vendor.trustonic.tee@1.0 \
vendor.trustonic.tee@1.1 \
@@ -1727,7 +1720,6 @@ PRODUCT_PACKAGES += \
vendor.mediatek.hardware.pq@2.2-service \
vendor.trustonic.tee@1.1-service \
vtservice_hidl \
wpa_supplicant \
ipsec_mon \
jpegtool \
lbs_hidl_service \
@@ -1757,7 +1749,12 @@ PRODUCT_PACKAGES += \
wlan_assistant \
wmt_launcher \
wmt_loader \
wpa_cli \
xcap \
vtservice \
vendor.oplus.hardware.biometrics.fingerprint@2.1-service
PRODUCT_PACKAGES += \
libGLES_mali_vulkan.mt6785_symlink64 \
kmsetkey.trustonic_kmsetkey.default_symlink64 \
libMcGatekeeper_gatekeeper.mt6785_symlink64 \
libSoftGatekeeper_gatekeeper.default_symlink64
Binary file not shown.
BIN
View File
Binary file not shown.
@@ -1,19 +0,0 @@
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
-O/data/vendor/wifi/wpa/sockets -dd \
-g@android:wpa_wlan0
# we will start as root and wpa_supplicant will switch to user wifi
# after setting up the capabilities required for WEXT
# user wifi
# group wifi inet keystore
interface android.hardware.wifi.supplicant@1.0::ISupplicant default
interface android.hardware.wifi.supplicant@1.1::ISupplicant default
interface android.hardware.wifi.supplicant@1.2::ISupplicant default
interface android.hardware.wifi.supplicant@1.3::ISupplicant default
interface vendor.mediatek.hardware.wifi.supplicant@2.0::ISupplicant default
#ifdef OPLUS_FEATURE_SUPPLICANT_HIDL
interface vendor.oplus.hardware.wifi.supplicant@2.0::IOplusSupplicant default
#endif /* OPLUS_FEATURE_SUPPLICANT_HIDL */
class main
socket wpa_wlan0 dgram 660 wifi wifi
disabled
oneshot
Binary file not shown.
Binary file not shown.