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
+7 -5
View File
@@ -9557,14 +9557,15 @@ cc_prebuilt_library_shared {
"libandroid_runtime", "libandroid_runtime",
"libui", "libui",
"libinput", "libinput",
"libbinder",
"libgui",
"libnativehelper", "libnativehelper",
"libutils", "libutils",
"liblog", "liblog",
"libwfdclient", "libwfdclient",
"libhidlbase", "libhidlbase",
"libhidlmemory", "libhidlmemory",
"libbinder",
"libgui",
"android.hidl.base@1.0",
"android.hidl.token@1.0-utils", "android.hidl.token@1.0-utils",
"android.hardware.graphics.common@1.0", "android.hardware.graphics.common@1.0",
"android.hardware.graphics.bufferqueue@1.0", "android.hardware.graphics.bufferqueue@1.0",
@@ -9742,6 +9743,8 @@ cc_prebuilt_library_shared {
"libmmosal", "libmmosal",
"libutils", "libutils",
"liblog", "liblog",
"libcutils",
"libwfdconfigutils",
"libc++", "libc++",
"libc", "libc",
"libm", "libm",
@@ -11601,15 +11604,14 @@ cc_prebuilt_binary {
} }
cc_prebuilt_binary { cc_prebuilt_binary {
name: "wfdservice64", name: "wfdservice",
owner: "xiaomi", owner: "xiaomi",
target: { target: {
android_arm64: { android_arm64: {
srcs: [ srcs: [
"proprietary/system_ext/bin/wfdservice64", "proprietary/system_ext/bin/wfdservice",
], ],
shared_libs: [ shared_libs: [
"libwfdservice_shim",
"liblog", "liblog",
"libutils", "libutils",
"libcutils", "libcutils",
Binary file not shown.
@@ -16,13 +16,13 @@ service wfdservice64 /system_ext/bin/wfdservice64
oneshot oneshot
on property:vendor.wfdservice=enable on property:vendor.wfdservice=enable
start wfdservice64 start wfdservice
on property:vendor.wfdservice64=enable on property:vendor.wfdservice64=enable
start wfdservice64 start wfdservice64
on property:vendor.wfdservice=disable on property:vendor.wfdservice=disable
stop wfdservice64 stop wfdservice
on property:vendor.wfdservice64=disable on property:vendor.wfdservice64=disable
stop wfdservice64 stop wfdservice64
@@ -84,6 +84,3 @@ epoll_create1: 1
epoll_ctl: 1 epoll_ctl: 1
recvfrom: 1 recvfrom: 1
epoll_pwait: 1 epoll_pwait: 1
umask: 1
ioprio_set: 1
wait4: 1
+12 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <?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. All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc. Confidential and Proprietary - Qualcomm Technologies, Inc.
--> -->
@@ -278,9 +278,20 @@
<Wifi>0</Wifi> <Wifi>0</Wifi>
<NoSP>0</NoSP> <NoSP>0</NoSP>
</HIDInputPaths> </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> </InputEvents>
<!-- TCP port on which UIBC connection established --> <!-- TCP port on which UIBC connection established -->
<TcpPort>4321</TcpPort> <TcpPort>4321</TcpPort>
<!-- 0/1 - support Custome HIDC or not -->
<CustomAppUIBCSupport>0</CustomAppUIBCSupport>
</UIBC> </UIBC>
</Capability> </Capability>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -490,7 +490,7 @@ PRODUCT_PACKAGES += \
wifidisplayhalservice \ wifidisplayhalservice \
xtra-daemon \ xtra-daemon \
dpmd \ dpmd \
wfdservice64 wfdservice
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
system_ext_priv-app_ims_lib_arm64_libimscamera_jni_so \ system_ext_priv-app_ims_lib_arm64_libimscamera_jni_so \