Snap for 8623956 from eeb33911bf
to udc-release
Change-Id: Ibddaefbecdaf0ab25b67e603ac43100aebc1a70b
This commit is contained in:
commit
5a8ba3d6b2
7 changed files with 99 additions and 4 deletions
|
@ -66,6 +66,8 @@
|
||||||
<exception package="com.google.android.apps.scone">
|
<exception package="com.google.android.apps.scone">
|
||||||
<!-- Used to call ActivityTransition API for Smart PNO -->
|
<!-- Used to call ActivityTransition API for Smart PNO -->
|
||||||
<permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/>
|
<permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/>
|
||||||
|
<!-- Notifications -->
|
||||||
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
||||||
</exception>
|
</exception>
|
||||||
|
|
||||||
<exception
|
<exception
|
||||||
|
|
|
@ -125,7 +125,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
||||||
# Carrier configuration default location
|
# Carrier configuration default location
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.vendor.radio.config.carrier_config_dir=/mnt/vendor/modem_img/images/default/confpack
|
persist.vendor.radio.config.carrier_config_dir=/vendor/firmware/carrierconfig
|
||||||
|
|
||||||
# Set the Bluetooth Class of Device
|
# Set the Bluetooth Class of Device
|
||||||
# Service Field: 0x5A -> 90
|
# Service Field: 0x5A -> 90
|
||||||
|
@ -1191,8 +1191,8 @@ PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer
|
||||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/gs101/device_framework_matrix_product.xml
|
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/gs101/device_framework_matrix_product.xml
|
||||||
|
|
||||||
# Preopt SystemUI
|
# Preopt SystemUI
|
||||||
PRODUCT_DEXPREOPT_SPEED_APPS += \
|
PRODUCT_DEXPREOPT_SPEED_APPS += SystemUIGoogle # For internal
|
||||||
SystemUIGoogle
|
PRODUCT_DEXPREOPT_SPEED_APPS += SystemUI # For AOSP
|
||||||
|
|
||||||
# Compile SystemUI on device with `speed`.
|
# Compile SystemUI on device with `speed`.
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl" optional="true">
|
<hal format="hidl" optional="true">
|
||||||
<name>com.fingerprints35.extension</name>
|
<name>com.fingerprints42.extension</name>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IFingerprintAuthenticator</name>
|
<name>IFingerprintAuthenticator</name>
|
||||||
|
@ -102,6 +102,14 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
|
<hal format="hidl" optional="true">
|
||||||
|
<name>hardware.google.bluetooth.ext</name>
|
||||||
|
<version>1.0</version>
|
||||||
|
<interface>
|
||||||
|
<name>IBluetoothExt</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
<hal format="hidl" optional="true">
|
<hal format="hidl" optional="true">
|
||||||
<name>hardware.google.bluetooth.ccc</name>
|
<name>hardware.google.bluetooth.ccc</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
28
fingerprint/fpc1540/sw42/fingerprint_aidl_config.mk
Normal file
28
fingerprint/fpc1540/sw42/fingerprint_aidl_config.mk
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# ----------------------------
|
||||||
|
# Add feature flags below
|
||||||
|
# ----------------------------
|
||||||
|
FPC_CONFIG_BUILD_VERSION=42
|
||||||
|
FPC_CONFIG_GOOGLE_CUSTOMIZE=1
|
||||||
|
FPC_CONFIG_HAL_SHARED_LIB=1
|
||||||
|
FPC_CONFIG_MAX_NR_TEMPLATES=5
|
||||||
|
FPC_CONFIG_NO_TU=0
|
||||||
|
FPC_CONFIG_SENSE_TOUCH_CALIBRATION_PATH=/data/fpc/calibration_sense_touch.dat
|
||||||
|
FPC_CONFIG_SENSORTEST=1
|
||||||
|
FPC_CONFIG_TA_FS=1
|
||||||
|
FPC_DEFECTIVE_PIXEL_LIST_SIZE=5000
|
||||||
|
FPC_OTP_DECODE_ERRORS_IGNORE=1
|
||||||
|
FPC_SENSOR_SDK_LOG_LEVEL=3
|
||||||
|
FPC_TEE_RUNTIME=TRUSTY
|
||||||
|
LIBFPC_NAME=libfpcmulti_debug.a
|
||||||
|
FPC_CONFIG_DEBUG=1
|
||||||
|
FPC_CONFIG_ENGINEERING=1
|
||||||
|
FPC_CONFIG_GOOGLE_RELEASE=1
|
||||||
|
FPC_CONFIG_TRUSTY_CLEAN_TA=1
|
||||||
|
|
||||||
|
GOOGLE_CONFIG_PERFORMANCE=1
|
||||||
|
|
||||||
|
# Enable Suez
|
||||||
|
$(call soong_config_set,fp_hal_feature,biometric_suez_support,true)
|
||||||
|
|
||||||
|
# Must add below method to each project's device.mk to show sensorLocation
|
||||||
|
#$(call soong_config_set,fp_hal_feature,pixel_product, project_XX)
|
18
fingerprint/fpc1540/sw42/fingerprint_hidl_config_factory.mk
Normal file
18
fingerprint/fpc1540/sw42/fingerprint_hidl_config_factory.mk
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# ----------------------------
|
||||||
|
# Add feature flags below
|
||||||
|
# ----------------------------
|
||||||
|
FPC_CONFIG_BUILD_VERSION=42
|
||||||
|
FPC_CONFIG_GOOGLE_CUSTOMIZE=1
|
||||||
|
FPC_CONFIG_MAX_NR_TEMPLATES=5
|
||||||
|
FPC_CONFIG_NO_TU=0
|
||||||
|
FPC_CONFIG_SENSE_TOUCH_CALIBRATION_PATH=/data/fpc/calibration_sense_touch.dat
|
||||||
|
FPC_CONFIG_SENSORTEST=1
|
||||||
|
FPC_CONFIG_TA_FS=1
|
||||||
|
FPC_DEFECTIVE_PIXEL_LIST_SIZE=5000
|
||||||
|
FPC_OTP_DECODE_ERRORS_IGNORE=1
|
||||||
|
FPC_SENSOR_SDK_LOG_LEVEL=3
|
||||||
|
FPC_TEE_RUNTIME=TRUSTY
|
||||||
|
LIBFPC_NAME=libfpcmulti_debug.a
|
||||||
|
FPC_CONFIG_DEBUG=1
|
||||||
|
FPC_CONFIG_ENGINEERING=1
|
||||||
|
|
30
fingerprint/fpc1540/sw42/fpc1540.mk
Normal file
30
fingerprint/fpc1540/sw42/fpc1540.mk
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Factory build, use HIDL hal & extension so that we can use Test tool
|
||||||
|
ifneq ( ,$(findstring factory, $(TARGET_PRODUCT)))
|
||||||
|
include device/google/gs101/fingerprint/fpc1540/sw42/fingerprint_hidl_config_factory.mk
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.biometrics.fingerprint@2.1-service.fpc \
|
||||||
|
fpc_tee_test\
|
||||||
|
SensorTestTool \
|
||||||
|
ImageTool \
|
||||||
|
ImageCollection \
|
||||||
|
fp_test \
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
com.fingerprints.extension.xml \
|
||||||
|
com.fingerprints.extension \
|
||||||
|
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
||||||
|
|
||||||
|
else
|
||||||
|
# Non facotry build, use fingerprint AIDL version
|
||||||
|
include device/google/gs101/fingerprint/fpc1540/sw42/fingerprint_aidl_config.mk
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.biometrics.fingerprint-service.fpc42 \
|
||||||
|
fingerprint.fpc \
|
||||||
|
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
||||||
|
|
||||||
|
endif
|
|
@ -115,6 +115,15 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>hardware.google.bluetooth.ext</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<version>1.0</version>
|
||||||
|
<interface>
|
||||||
|
<name>IBluetoothExt</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>hardware.google.bluetooth.sar</name>
|
<name>hardware.google.bluetooth.sar</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue