sm6150-common: Update WFD system blobs from dada OS2.0.217.0.WOCMIXM

Change-Id: I58ede53f3f6e8ec88f8aaecca453c985d792bff6
This commit is contained in:
basamaryan
2025-07-09 09:01:58 -04:00
parent 2684f698ff
commit 4d7ddbdb8e
31 changed files with 22 additions and 12 deletions

View File

@@ -9557,14 +9557,15 @@ cc_prebuilt_library_shared {
"libandroid_runtime",
"libui",
"libinput",
"libbinder",
"libgui",
"libnativehelper",
"libutils",
"liblog",
"libwfdclient",
"libhidlbase",
"libhidlmemory",
"libbinder",
"libgui",
"android.hidl.base@1.0",
"android.hidl.token@1.0-utils",
"android.hardware.graphics.common@1.0",
"android.hardware.graphics.bufferqueue@1.0",
@@ -9742,6 +9743,8 @@ cc_prebuilt_library_shared {
"libmmosal",
"libutils",
"liblog",
"libcutils",
"libwfdconfigutils",
"libc++",
"libc",
"libm",
@@ -11601,15 +11604,14 @@ cc_prebuilt_binary {
}
cc_prebuilt_binary {
name: "wfdservice64",
name: "wfdservice",
owner: "xiaomi",
target: {
android_arm64: {
srcs: [
"proprietary/system_ext/bin/wfdservice64",
"proprietary/system_ext/bin/wfdservice",
],
shared_libs: [
"libwfdservice_shim",
"liblog",
"libutils",
"libcutils",

View File

@@ -16,13 +16,13 @@ service wfdservice64 /system_ext/bin/wfdservice64
oneshot
on property:vendor.wfdservice=enable
start wfdservice64
start wfdservice
on property:vendor.wfdservice64=enable
start wfdservice64
on property:vendor.wfdservice=disable
stop wfdservice64
stop wfdservice
on property:vendor.wfdservice64=disable
stop wfdservice64

View File

@@ -84,6 +84,3 @@ epoll_create1: 1
epoll_ctl: 1
recvfrom: 1
epoll_pwait: 1
umask: 1
ioprio_set: 1
wait4: 1

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!--
Copyright (C) 2012 - 2021 Qualcomm Technologies, Inc.
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
@@ -278,9 +278,20 @@
<Wifi>0</Wifi>
<NoSP>0</NoSP>
</HIDInputPaths>
<!-- Supported HIDC input events -->
<CustomHIDCInputPaths>
<Infrared>0</Infrared>
<USB>3</USB>
<BT>0</BT>
<Zigbee>0</Zigbee>
<Wifi>0</Wifi>
<NoSP>0</NoSP>
</CustomHIDCInputPaths>
</InputEvents>
<!-- TCP port on which UIBC connection established -->
<TcpPort>4321</TcpPort>
<!-- 0/1 - support Custome HIDC or not -->
<CustomAppUIBCSupport>0</CustomAppUIBCSupport>
</UIBC>
</Capability>

View File

@@ -490,7 +490,7 @@ PRODUCT_PACKAGES += \
wifidisplayhalservice \
xtra-daemon \
dpmd \
wfdservice64
wfdservice
PRODUCT_PACKAGES += \
system_ext_priv-app_ims_lib_arm64_libimscamera_jni_so \