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

Commit 11eec106 authored by Alice Wang's avatar Alice Wang
Browse files

Add VINTF declaration for ISecureStorage

This Trusted HAL service is exclusive to VM.

Bug: 377520831
Test: m
Test: atest vts_treble_vintf_vendor_test
Change-Id: I9506046999bf5e092254004fabcc2c4c09eca006
parent e2056123
Loading
Loading
Loading
Loading
+21 −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.

prebuilt_etc {
    name: "android.hardware.security.see.storage-service.trusty.xml",
    sub_dir: "vintf",
    vendor: true,
    src: "android.hardware.security.see.storage-service.trusty.xml",
}
+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.storage</name>
        <version>1</version>
        <interface>
            <name>ISecureStorage</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>