sm8250-common: enable qcom wfd

also bring WfdCommon.jar proprietary-files entry inline with the rest

Change-Id: I0269a8ecc76ec4d9ecfc68bbcff02b7f13857c8a
This commit is contained in:
SGCMarkus 2022-03-24 22:16:42 +01:00
parent aa53e29e9e
commit c1f7d07154
3 changed files with 19 additions and 1 deletions

View file

@ -299,4 +299,18 @@
<!-- Configure emergency apn as empty(null) apn -->
<string name="config_emergency_apn" translatable="false"></string>
<!-- 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 Server audio_policy_configuration.xml 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>
</resources>