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: I94201062f80e92ce476a68234c6978157573dc35
Signed-off-by: Mark Chang <changmark@google.com>
This commit is contained in:
Mark Chang 2023-03-22 12:04:50 +00:00
parent 785fe9861e
commit 97d637b3c7
3 changed files with 21 additions and 0 deletions

View file

@ -92,6 +92,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

@ -45,6 +45,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>

View file

@ -37,6 +37,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>