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>
34 lines
1,015 B
XML
34 lines
1,015 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>com.google.input</name>
|
|
<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>5</version>
|
|
<interface>
|
|
<name>IGrilAntennaTuningService</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="aidl">
|
|
<name>com.google.input.algos.spd</name>
|
|
<version>5</version>
|
|
<interface>
|
|
<name>IScreenProtectorDetectorService</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|