sdm660-common: Add QCOM's WFD implementation

* Sadly, out-of-the-box Miracast support was killed in P, so
   we need this to keep Wi-Fi display feature working.

Change-Id: Id680d918b64c0e3733251db45992ec477b6fbdfb
This commit is contained in:
Artem Borisov 2018-12-24 15:25:51 +04:00 committed by Max Weffers
parent 69a686c2dc
commit 6d581599d5
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
2 changed files with 13 additions and 0 deletions

View file

@ -141,3 +141,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.sensors.mot_detect=true \
ro.vendor.sensors.pmd=true \
ro.vendor.sensors.sta_detect=true
# WFD
PRODUCT_PROPERTY_OVERRIDES += \
persist.debug.wfd.enable=1 \
persist.sys.wfd.virtual=0

View file

@ -418,3 +418,11 @@ PRODUCT_COPY_FILES += \
$(COMMON_PATH)/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
$(COMMON_PATH)/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
$(COMMON_PATH)/wifi/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/WCNSS_qcom_cfg.ini
# WiFi Display
PRODUCT_PACKAGES += \
libaacwrapper \
libnl
PRODUCT_BOOT_JARS += \
WfdCommon