Files
drivers_peripheral/user_auth/bundle.json
T
baiwei da557b3cdd fix templateId pass
Signed-off-by: baiwei <hanzhen10@huawei.com>
Change-Id: I569bba7da98f8605053af76a27be17b1087a04bc
2022-05-24 16:06:22 +08:00

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