diff options
author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-12 21:22:23 +0200 |
---|---|---|
committer | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-13 15:59:52 +0200 |
commit | 489604f087de4c54e50b52cbc1f710144fe1414c (patch) | |
tree | 4931b58ee009a4b1235fc3114ddc47a6d0053490 /overlay | |
parent | fd6a21f436e23e5b2aa6343b6101ed57c73575bc (diff) |
sdm660-common: Enable AOSP WFD
Co-authored-by: Marc Bourgoin <themard85@gmail.com>
Change-Id: I49d46c4eb27ccef6e2ae678e8eccc10c2e5257aa
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index ce03084..bd0168c 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -69,6 +69,20 @@ <!-- Is the device capable of hot swapping an ICC Card --> <bool name="config_hotswapCapable">true</bool> + <!-- Whether WiFi display is supported by this device. + There are many prerequisites for this feature to work correctly. + Here are a few of them: + * The WiFi radio must support WiFi P2P. + * The WiFi radio must support concurrent connections to the WiFi display and + to an access point. + * The Audio Flinger audio_policy.conf file must specify a rule for the "r_submix" + remote submix module. This module is used to record and stream system + audio output to the WiFi display encoder in the media server. + * The remote submix module "audio.r_submix.default" must be installed on the device. + * The device must be provisioned with HDCP keys (for protected content). + --> + <bool name="config_enableWifiDisplay">true</bool> + <!-- Set to true if the wifi display supports compositing content stored in gralloc protected buffers. For this to be true, there must exist a protected hardware path for surface flinger to composite and send |