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
847 B
JSON
34 lines
847 B
JSON
{
|
|
"name": "drivers_peripheral_face_auth",
|
|
"description": "face auth device driver",
|
|
"version": "3.2",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "drivers_peripheral_face_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/face_auth:face_auth_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/face_auth/test/fuzztest/face_auth:fuzztest"
|
|
],
|
|
"inner_kits": [
|
|
]
|
|
}
|
|
}
|
|
} |