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

Commit 1d40f46d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add vintf manifest for IAuthMgrAuthorization" into main am: 52f20815

parents 9e27f4d2 52f20815
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -531,6 +531,14 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="aidl" exclusive-to="virtual-machine">
        <name>android.hardware.security.see.authmgr</name>
        <version>1</version>
        <interface>
            <name>IAuthMgrAuthorization</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="aidl" updatable-via-apex="true">
        <name>android.hardware.security.secureclock</name>
        <version>1</version>
+8 −0
Original line number Diff line number Diff line
@@ -531,6 +531,14 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="aidl" exclusive-to="virtual-machine">
        <name>android.hardware.security.see.authmgr</name>
        <version>1</version>
        <interface>
            <name>IAuthMgrAuthorization</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="aidl" updatable-via-apex="true">
        <name>android.hardware.security.secureclock</name>
        <version>1</version>
+20 −0
Original line number Diff line number Diff line
//
// Copyright (C) 2025 The Android Open-Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//      http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

vintf_fragment {
    name: "android.hardware.security.see.authmgr.xml",
    src: "android.hardware.security.see.authmgr.xml",
    vendor: true,
}
+10 −0
Original line number Diff line number Diff line
<manifest version="1.0" type="device">
    <hal format="aidl" exclusive-to="virtual-machine">
        <name>android.hardware.security.see.authmgr</name>
        <version>1</version>
        <interface>
            <name>IAuthMgrAuthorization</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>