From af28af816bbf3b67ef07fc50d6bcccbccf052bc5 Mon Sep 17 00:00:00 2001 From: leohsieh Date: Mon, 20 Nov 2023 17:24:55 +0800 Subject: [PATCH] fingerprint: Remove QFPS Bug: 312087854 Test: Build pass Change-Id: Ia615942c377d461001b1dc26cba935f326478567 --- device-tegu.mk | 1 - .../device_framework_matrix_product.xml | 17 -------- fingerprint/ultrasonic_udfps.mk | 39 ------------------- 3 files changed, 57 deletions(-) delete mode 100644 fingerprint/device_framework_matrix_product.xml delete mode 100644 fingerprint/ultrasonic_udfps.mk diff --git a/device-tegu.mk b/device-tegu.mk index 917c34c..cf7a7f2 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -38,7 +38,6 @@ include device/google/zumapro/device-shipping-common.mk include hardware/google/pixel/vibrator/cs40l26/device.mk include device/google/gs-common/bcmbt/bluetooth.mk include device/google/gs-common/touch/syna/syna20.mk -include device/google/tegu/fingerprint/ultrasonic_udfps.mk # go/lyric-soong-variables # # TODO(298309659): Needs to check with owner later diff --git a/fingerprint/device_framework_matrix_product.xml b/fingerprint/device_framework_matrix_product.xml deleted file mode 100644 index 8e0a33c..0000000 --- a/fingerprint/device_framework_matrix_product.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - android.hardware.biometrics.fingerprint - - IFingerprint - default - - - - vendor.qti.hardware.fingerprint - 1.0 - - IQtiExtendedFingerprint - default - - - diff --git a/fingerprint/ultrasonic_udfps.mk b/fingerprint/ultrasonic_udfps.mk deleted file mode 100644 index 7d86e21..0000000 --- a/fingerprint/ultrasonic_udfps.mk +++ /dev/null @@ -1,39 +0,0 @@ -# -# Copyright 2021 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. -# - -PRODUCT_SOONG_NAMESPACES += \ - vendor/qcom/fingerprint/qfp-service \ - vendor/qcom/fingerprint/QFPCalibration \ - -PRODUCT_PACKAGES += \ - qfp-daemon \ - QFPCalibration \ - -PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml - -DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/tegu/fingerprint/device_framework_matrix_product.xml - -$(call soong_config_set,fp_hal_feature,biometric_suez_support,true) - -PRODUCT_PROPERTY_OVERRIDES += \ - persist.vendor.qfp.update_vfs_calib=1 - persist.vendor.qfp.enable_setprop=0 \ - log.tag.QFP=3 - -ifneq (,$(findstring factory, $(TARGET_PRODUCT))) -PRODUCT_PACKAGES += QfsFactoryTest -endif