Files
drivers_peripheral/user_auth/bundle.json
T
wangxu43 ca1eb58fd6 Change openssl dependence from static to dynamic
Signed-off-by: wangxu43 <wangxu43@huawei.com>
Change-Id: I1e0e3ac199249e5710fea680861c43d7b0d73c5d
2022-07-20 17:50:15 +08:00

35 lines
766 B
JSON

{
"name": "drivers_peripheral_user_auth",
"description": "user_auth device driver",
"version": "3.2",
"license": "Apache License 2.0",
"component": {
"name": "drivers_peripheral_user_auth",
"subsystem": "hdf",
"syscap": [""],
"adapter_system_type": ["standard"],
"rom": "675KB",
"ram": "7400KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hiviewdfx_hilog_native",
"utils_base"
],
"third_part": [
"openssl"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/user_auth:user_auth_entry"
],
"test": [
"//drivers/peripheral/user_auth/test/fuzztest/user_auth:fuzztest"
],
"inner_kits": [
]
}
}
}