mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 02:23:31 -04:00
ce225e4446
Signed-off-by: https://gitee.com/WALL_EYE <wangguoqiang12@huawei.com> Change-Id: I676ffb22d364b1a6bf4b983efcffb97b134923e9
34 lines
896 B
JSON
34 lines
896 B
JSON
{
|
|
"name": "drivers_peripheral_fingerprint_auth",
|
|
"description": "fingerprint_auth device driver",
|
|
"version": "3.2",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "drivers_peripheral_fingerprint_auth",
|
|
"subsystem": "hdf",
|
|
"syscap": [""],
|
|
"adapter_system_type": ["standard"],
|
|
"rom": "675KB",
|
|
"ram": "7400KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"hdf_core",
|
|
"hiviewdfx_hilog_native",
|
|
"utils_base"
|
|
],
|
|
"third_part": [
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/fingerprint_auth:fingerprint_auth_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth:fuzztest"
|
|
],
|
|
"inner_kits": [
|
|
]
|
|
}
|
|
}
|
|
} |