mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 18:15:56 -04:00
da557b3cdd
Signed-off-by: baiwei <hanzhen10@huawei.com> Change-Id: I569bba7da98f8605053af76a27be17b1087a04bc
34 lines
706 B
JSON
34 lines
706 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": [
|
|
"libcrypto_static"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/user_auth:user_auth_entry"
|
|
],
|
|
"test": [
|
|
],
|
|
"inner_kits": [
|
|
]
|
|
}
|
|
}
|
|
} |