mirror of
https://github.com/Evolution-X-Devices/device_lenovo_zippo
synced 2026-01-27 14:21:16 +00:00
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
package vendor.goodix.extend.service@2.0;
|
|
|
|
interface IGoodixFPExtendService {
|
|
goodixExtendCommand (int32_t cmd, int32_t param) generates (int32_t debugErrno);
|
|
};
|