hardware/xiaomi: Import reversed aidl interface for IXiaomiFingerprint
Change-Id: I0d60666324d986333dc10824250d90fe42ab878a
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
aidl_interface {
|
||||
name: "vendor.xiaomi.hardware.fingerprintextension",
|
||||
vendor_available: true,
|
||||
srcs: [
|
||||
"vendor/xiaomi/hardware/fingerprintextension/*.aidl",
|
||||
],
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
java: {
|
||||
sdk_version: "module_current",
|
||||
min_sdk_version: "30",
|
||||
lint: {
|
||||
// Disable linter to avoid error about fixed size arrays.
|
||||
// Interface will only be accessed on devices >= U.
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
owner: "xiaomi",
|
||||
versions_with_info: [
|
||||
{
|
||||
version: "1",
|
||||
imports: [],
|
||||
},
|
||||
],
|
||||
frozen: true,
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
86a025226d979f72a91d348bd1f5e904e4ac64a1
|
||||
@@ -0,0 +1,6 @@
|
||||
package vendor.xiaomi.hardware.fingerprintextension;
|
||||
|
||||
@VintfStability
|
||||
interface IXiaomiFingerprint {
|
||||
int extCmd(int cmd, int param1);
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package vendor.xiaomi.hardware.fingerprintextension;
|
||||
|
||||
@VintfStability
|
||||
interface IXiaomiFingerprint {
|
||||
int extCmd(int cmd, int param1);
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package vendor.xiaomi.hardware.fingerprintextension;
|
||||
|
||||
@VintfStability
|
||||
interface IXiaomiFingerprint {
|
||||
int extCmd(int cmd, int param1);
|
||||
}
|
||||
Reference in New Issue
Block a user