Add sepolicy for Twoshay Notification Service

Test: The notification service is successfully running.
Flag: com.google.android.input.twoshay.flags.enable_notification_service
Bug: 385001604

Change-Id: I8bb8a894ecc88d588e867022a0c61d8d8a5560ca
Signed-off-by: Hyungwoo Yang <hyungwooyang@google.com>
This commit is contained in:
Hyungwoo Yang 2024-12-20 07:49:29 +00:00
parent cc790dd80c
commit f720f9e87e
6 changed files with 26 additions and 6 deletions

View file

@ -1,15 +1,23 @@
<compatibility-matrix version="1.0" type="framework">
<hal format="aidl" optional="true">
<name>com.google.input</name>
<version>2-4</version>
<version>2-5</version>
<interface>
<name>ITouchContextService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>com.google.input</name>
<version>5</version>
<interface>
<name>ITwoshayNotificationService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>com.google.input.algos.gril</name>
<version>2-4</version>
<version>2-5</version>
<interface>
<name>IGrilAntennaTuningService</name>
<instance>default</instance>
@ -17,7 +25,7 @@
</hal>
<hal format="aidl" optional="true">
<name>com.google.input.algos.spd</name>
<version>2-4</version>
<version>2-5</version>
<interface>
<name>IScreenProtectorDetectorService</name>
<instance>default</instance>

View file

@ -1,15 +1,23 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>com.google.input</name>
<version>4</version>
<version>5</version>
<interface>
<name>ITouchContextService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>com.google.input</name>
<version>5</version>
<interface>
<name>ITwoshayNotificationService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>com.google.input.algos.gril</name>
<version>4</version>
<version>5</version>
<interface>
<name>IGrilAntennaTuningService</name>
<instance>default</instance>
@ -17,7 +25,7 @@
</hal>
<hal format="aidl">
<name>com.google.input.algos.spd</name>
<version>4</version>
<version>5</version>
<interface>
<name>IScreenProtectorDetectorService</name>
<instance>default</instance>