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

Commit a45b9f39 authored by Alice Wang's avatar Alice Wang
Browse files

Add vintf manifest for IAuthMgrAuthorization

Bug: 377520831
Test: m
Test: atest vts_treble_vintf_vendor_test
Change-Id: If6759f341fea0d489fa71111334f74637f4a3efe
parent c1587895
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>