mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 18:15:56 -04:00
48573266a8
Signed-off-by: lvshuai <lvshuai11@h-partners.com> Change-Id: I9ae4beac94e6c73096644332282a35b815fff143
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@ohos/drivers_peripheral_user_auth",
|
|
"description": "user_auth device driver",
|
|
"version": "4.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/user_auth"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_user_auth",
|
|
"subsystem": "hdf",
|
|
"adapted_system_type": ["standard"],
|
|
"features": [
|
|
"drivers_peripheral_user_auth_enabled",
|
|
"drivers_peripheral_user_auth_enable_dynamic_load"
|
|
],
|
|
"rom": "1000KB",
|
|
"ram": "1000KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"hdf_core",
|
|
"c_utils",
|
|
"hilog",
|
|
"drivers_interface_user_auth",
|
|
"openssl"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/user_auth:user_auth_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/user_auth/test/fuzztest/user_auth:driver_userauth_fuzztest",
|
|
"//drivers/peripheral/user_auth/test/unittest:driver_userauth_unittest"
|
|
],
|
|
"inner_kits": [
|
|
]
|
|
}
|
|
}
|
|
} |