bangkk: Build vendor.egistec.hardware.fingerprint@4.0 from source
Change-Id: Ie2e53e98f36a2d6d219f9ece0c77a08b5c9e74a6
This commit is contained in:
parent
50dec8313b
commit
b79d326b12
5 changed files with 48 additions and 1 deletions
|
|
@ -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);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue