rosemary: rro_overlays: Configure side fingerprint sensor properties

Change-Id: I75ba312895d18eae8c89db4dbb24a6945bad9860
This commit is contained in:
LuK1337
2022-12-29 12:43:41 +00:00
committed by Matsvei Niaverau
parent d9f8cf53dd
commit ad1ee9bb3f

View File

@@ -474,4 +474,18 @@
<!-- 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>910</item> <!-- sensorLocationY -->
<item>100</item> <!-- sensorRadius -->
</array>
</resources>