mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 02:23:31 -04:00
5df8956804
Signed-off-by: baiwei <hanzhen10@huawei.com>
34 lines
714 B
JSON
34 lines
714 B
JSON
{
|
|
"name": "user_auth_device_driver",
|
|
"description": "user_auth device driver",
|
|
"version": "3.2",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "user_auth_device_driver",
|
|
"subsystem": "hdf",
|
|
"syscap": [""],
|
|
"adapter_system_type": ["standard"],
|
|
"rom": "675KB",
|
|
"ram": "7400KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"device_driver_framework",
|
|
"hiviewdfx_hilog_native",
|
|
"utils_base"
|
|
],
|
|
"third_part": [
|
|
"bounds_checking_function"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/user_auth:user_auth_entry"
|
|
],
|
|
"test": [
|
|
],
|
|
"inner_kits": [
|
|
]
|
|
}
|
|
}
|
|
} |