miatoll: overlay: Configure side fingerprint sensor properties

Change-Id: I75ba312895d18eae8c89db4dbb24a6945bad9860
This commit is contained in:
LuK1337
2022-03-15 12:40:54 +01:00
committed by Alexander Winkowski
parent 744f71356d
commit b95ef71fd7

View File

@ -331,4 +331,17 @@
<!-- Indicates whether device has a power button fingerprint sensor. -->
<bool name="config_is_powerbutton_fps">true</bool>
<!-- An array of arrays of side fingerprint sensor properties relative to each display.
Note: this value is temporary and is expected to be queried directly
from the HAL in the future. -->
<array name="config_sfps_sensor_props">
<item>@array/config_sfps_sensor_props_0</item>
</array>
<array name="config_sfps_sensor_props_0">
<item></item> <!-- displayId -->
<item>1080</item> <!-- sensorLocationX -->
<item>760</item> <!-- sensorLocationY -->
<item>100</item> <!-- sensorRadius -->
</array>
</resources>