From d23e85dd357ed9152db43d4f98ba69ad447af19d Mon Sep 17 00:00:00 2001 From: Cyan_Hsieh Date: Mon, 24 Apr 2023 17:35:39 +0800 Subject: [PATCH] Upgrade VINTF Target FCM level from 7 to 8 Target FCM level 8 requires the newer version of the following HALs: android.hardware.boot android.hardware.neuralnetworks android.hardware.cas Add the older version of these HALs into the customized product FCM Remove below from customized product FCM and follow general rule: android.hardware.biometrics.face android.hardware.radio.config Bug: 277188108 Change-Id: Iaec28d5ca254029daf126393e77fa997a8c6ce92 --- device_framework_matrix_product.xml | 32 +++++++++++++++-------------- manifest.xml | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/device_framework_matrix_product.xml b/device_framework_matrix_product.xml index 811c2885..749d6daa 100644 --- a/device_framework_matrix_product.xml +++ b/device_framework_matrix_product.xml @@ -1,15 +1,17 @@ - - - android.hardware.biometrics.face + + + android.hardware.boot + 1.2 - IFace + IBootControl default - - android.hardware.biometrics.fingerprint + + android.hardware.cas + 1.2 - IFingerprint + IMediaCasService default @@ -29,6 +31,14 @@ default + + android.hardware.neuralnetworks + 1.3 + + IDevice + google-armnn + + android.hardware.radio 1.2 @@ -37,14 +47,6 @@ slot2 - - android.hardware.radio.config - 1.1 - - IRadioConfig - default - - android.hardware.vibrator 2 diff --git a/manifest.xml b/manifest.xml index fcc6aae0..e5678026 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,4 +1,4 @@ - + android.hardware.graphics.mapper passthrough