mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 23:07:49 +00:00
Merge changes from topic "cherry-pick-rkp-hal-split" am: 75dd6a15d2
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2296159 Change-Id: Ic8cdbc6f0045518ee2440cf902325ff75525a378 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -15,10 +15,10 @@ aidl_interface {
|
||||
],
|
||||
imports: [
|
||||
"android.hardware.keymaster-V3",
|
||||
"android.hardware.security.keymint-V3",
|
||||
"android.hardware.security.rkp-V3",
|
||||
],
|
||||
stability: "vintf",
|
||||
frozen: false,
|
||||
frozen: true,
|
||||
backend: {
|
||||
java: {
|
||||
platform_apis: true,
|
||||
@@ -32,28 +32,28 @@ aidl_interface {
|
||||
version: "1",
|
||||
imports: [
|
||||
"android.hardware.keymaster-V3",
|
||||
"android.hardware.security.keymint-V1",
|
||||
"android.hardware.security.rkp-V1",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "2",
|
||||
imports: [
|
||||
"android.hardware.keymaster-V3",
|
||||
"android.hardware.security.keymint-V1",
|
||||
"android.hardware.security.rkp-V1",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "3",
|
||||
imports: [
|
||||
"android.hardware.keymaster-V3",
|
||||
"android.hardware.security.keymint-V1",
|
||||
"android.hardware.security.rkp-V1",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "4",
|
||||
imports: [
|
||||
"android.hardware.keymaster-V3",
|
||||
"android.hardware.security.keymint-V2",
|
||||
"android.hardware.security.rkp-V3",
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@ cc_library_static {
|
||||
"libpuresoftkeymasterdevice",
|
||||
"android.hardware.identity-support-lib",
|
||||
"android.hardware.keymaster-V3-ndk",
|
||||
"android.hardware.security.rkp-V3-ndk",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -112,6 +113,7 @@ cc_binary {
|
||||
"android.hardware.keymaster-V3-ndk",
|
||||
"android.hardware.identity-libeic-hal-common",
|
||||
"android.hardware.identity-libeic-library",
|
||||
"android.hardware.security.rkp-V3-ndk",
|
||||
],
|
||||
srcs: [
|
||||
"service.cpp",
|
||||
|
||||
@@ -39,6 +39,8 @@ cc_test {
|
||||
"libcrypto",
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.security.rkp-V3-cpp",
|
||||
"android.hardware.security.rkp-V3-ndk",
|
||||
"android.hardware.security.secureclock-V1-ndk",
|
||||
"libcppbor_external",
|
||||
"libcppcose_rkp",
|
||||
|
||||
@@ -25,6 +25,7 @@ cc_binary {
|
||||
"keymint_use_latest_hal_aidl_ndk_shared",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hardware.security.rkp-V3-ndk",
|
||||
"android.hardware.security.sharedsecret-V1-ndk",
|
||||
"android.hardware.security.secureclock-V1-ndk",
|
||||
"libbase",
|
||||
|
||||
@@ -35,6 +35,7 @@ cc_defaults {
|
||||
"libcrypto",
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.security.rkp-V3-ndk",
|
||||
"android.hardware.security.secureclock-V1-ndk",
|
||||
"libcppbor_external",
|
||||
"libcppcose_rkp",
|
||||
|
||||
@@ -63,6 +63,9 @@ cc_library {
|
||||
defaults: [
|
||||
"keymint_use_latest_hal_aidl_ndk_shared",
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.security.rkp-V3-ndk",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
|
||||
Reference in New Issue
Block a user