mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 02:23:31 -04:00
ca1eb58fd6
Signed-off-by: wangxu43 <wangxu43@huawei.com> Change-Id: I1e0e3ac199249e5710fea680861c43d7b0d73c5d
35 lines
823 B
JSON
35 lines
823 B
JSON
{
|
|
"name": "drivers_peripheral_pin_auth",
|
|
"description": "pin auth device driver",
|
|
"version": "3.2",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "drivers_peripheral_pin_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/pin_auth:pin_auth_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/pin_auth/test:fuzztest",
|
|
"//drivers/peripheral/pin_auth/test:uinttest"
|
|
],
|
|
"inner_kits": []
|
|
}
|
|
}
|
|
} |