Files
drivers_peripheral/face_auth/bundle.json
T
https://gitee.com/WALL_EYE ce225e4446 fix: modify part name
Signed-off-by: https://gitee.com/WALL_EYE <wangguoqiang12@huawei.com>
Change-Id: I676ffb22d364b1a6bf4b983efcffb97b134923e9
2022-06-21 15:28:43 +08:00

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": [
]
}
}
}