Commit 5e447756 authored by Kader Bava's avatar Kader Bava
Browse files

RMX1921: Update wfd system blobs



* From LA.QSSI.12.0.r1-05800.02-qssi.0

Signed-off-by: default avatarkaderbava <ksbava7325@gmail.com>
parent 3c9f145f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ PRODUCT_COPY_FILES += \
    vendor/realme/RMX1921/proprietary/vendor/lib64/libgarden.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libgarden.so \
    vendor/realme/RMX1921/proprietary/vendor/lib64/libgarden_haltests_e2e.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libgarden_haltests_e2e.so \
    vendor/realme/RMX1921/proprietary/vendor/lib64/libqcc_file_agent.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libqcc_file_agent.so \
    vendor/realme/RMX1921/proprietary/system_ext/lib/com.qualcomm.qti.wifidisplayhal@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/com.qualcomm.qti.wifidisplayhal@1.0.so \
    vendor/realme/RMX1921/proprietary/system_ext/lib64/vendor.qti.hardware.wifidisplaysession@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.hardware.wifidisplaysession@1.0.so \
    vendor/realme/RMX1921/proprietary/system_ext/lib/libmmosal.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libmmosal.so \
    vendor/realme/RMX1921/proprietary/system_ext/lib/libmmparser_lite.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libmmparser_lite.so \
    vendor/realme/RMX1921/proprietary/system_ext/lib/libmmrtpdecoder.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libmmrtpdecoder.so \
+27 B (103 KiB)

File changed.

No diff preview for this file type.

+5.04 KiB (10.7 KiB)

File changed.

No diff preview for this file type.

+13 −1
Original line number Diff line number Diff line
#
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#
@@ -9,8 +9,20 @@ service wfdservice /system_ext/bin/wfdservice
    disabled
    oneshot

service wfdservice64 /system_ext/bin/wfdservice64
    class main
    user system
    disabled
    oneshot

on property:vendor.wfdservice=enable
    start wfdservice

on property:vendor.wfdservice64=enable
    start wfdservice64

on property:vendor.wfdservice=disable
    stop wfdservice

on property:vendor.wfdservice64=disable
    stop wfdservice64
+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2020 Qualcomm Technologies, Inc.
# Copyright (c) 2020-2021 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc
#
Loading