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

Commit 6a83338d authored by David Zeuthen's avatar David Zeuthen Committed by Gerrit Code Review
Browse files

Merge "Port IdentityCredential HAL to AIDL."

parents 294cfe01 81603155
Loading
Loading
Loading
Loading

identity/1.0/Android.bp

deleted100644 → 0
+0 −20
Original line number Diff line number Diff line
// This file is autogenerated by hidl-gen -Landroidbp.

hidl_interface {
    name: "android.hardware.identity@1.0",
    root: "android.hardware",
    vndk: {
        enabled: true,
    },
    srcs: [
        "types.hal",
        "IIdentityCredential.hal",
        "IIdentityCredentialStore.hal",
        "IWritableIdentityCredential.hal",
    ],
    interfaces: [
        "android.hardware.keymaster@4.0",
        "android.hidl.base@1.0",
    ],
    gen_java: false,
}
+0 −3
Original line number Diff line number Diff line
service vendor.identity-1-0 /vendor/bin/hw/android.hardware.identity@1.0-service.example
    class hal
    user nobody

identity/1.0/vts/OWNERS

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
swillden@google.com
zeuthen@google.com
+0 −36
Original line number Diff line number Diff line
//
// Copyright (C) 2019 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.
//

cc_test {
    name: "VtsHalIdentityCredentialTargetTest",
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: [
        "VtsHalIdentityCredentialTargetTest.cpp",
    ],
    static_libs: [
        "android.hardware.identity@1.0",
        "android.hardware.identity-support-lib",
        "android.hardware.keymaster@4.0",
        "libcppbor",
    ],
    shared_libs: [
        "libcrypto",
    ],
    test_suites: [
        "general-tests",
        "vts-core",
    ],
}
+0 −0

File moved.

Loading