bangkk: Build vendor.egistec.hardware.fingerprint@4.0 from source

Change-Id: Ie2e53e98f36a2d6d219f9ece0c77a08b5c9e74a6
This commit is contained in:
electimon 2025-01-11 19:28:50 +01:00 committed by Michael Bestas
commit b79d326b12
No known key found for this signature in database
5 changed files with 48 additions and 1 deletions

View file

@ -0,0 +1,10 @@
/*
* SPDX-FileCopyrightText: The LineageOS Project
* SPDX-License-Identifier: Apache-2.0
*/
package vendor.egistec.hardware.fingerprint@4.0;
interface IBiometricsFingerprintRbsCallback {
oneway ipc_callback(int32_t event_id, int32_t value1, int32_t value2, vec<uint8_t> buffer, int32_t buffer_size);
};