Add new IScreenProtectorDetectorService to manifest.

Fixes service not found:
servicemanager: Could not find com.google.input.algos.spd.IScreenProtectorDetectorService/default in the VINTF manifest.

bug: 260302317
Test: Boot ok and service found.
Change-Id: Iaab9842bfdab1fa0b3b9f889bb70bcf452ff7702
Signed-off-by: Mark Chang <changmark@google.com>
This commit is contained in:
Mark Chang 2023-03-22 12:06:01 +00:00
parent 6b25f76230
commit 7784322539
3 changed files with 21 additions and 0 deletions

View file

@ -116,6 +116,13 @@
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>com.google.input.algos.spd</name>
<interface>
<name>IScreenProtectorDetectorService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>com.google.input</name>
<interface>

View file

@ -97,6 +97,13 @@
<transport>hwbinder</transport>
<fqname>@1.3::IDevice/google-edgetpu</fqname>
</hal>
<hal format="aidl">
<name>com.google.input.algos.spd</name>
<interface>
<name>IScreenProtectorDetectorService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>com.google.input</name>
<interface>

View file

@ -23,6 +23,13 @@
</interface>
<fqname>@1.3::IDevice/google-armnn</fqname>
</hal>
<hal format="aidl">
<name>com.google.input.algos.spd</name>
<interface>
<name>IScreenProtectorDetectorService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>com.google.input</name>
<interface>