Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56402008 authored by David Drysdale's avatar David Drysdale
Browse files

Add ISecretkeeper/default

On Cuttlefish, the implementation of the ISecretkeeper HAL runs
in-process in the HAL service, and so is deliberately marked as being
the /nonsecure instance to make that clear.

A real device that's running Secretkeeper inside a secure environment
should report that instance as being the /default instance.

So allow either in the compatibility matrix.

Bug: 306364873
Test: build, VtsAidlAuthGraphRoleTest, VtsSecretkeeperTargetTest
Change-Id: Ifb58d8bb9318707b714a345adc1b1b4198054f81
parent c61a19bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -323,6 +323,7 @@
        <version>1</version>
        <interface>
            <name>ISecretkeeper</name>
            <instance>default</instance>
            <instance>nonsecure</instance>
        </interface>
    </hal>