Files
drivers_peripheral/user_auth/bundle.json
T
dengjiewen 82903a8e17 pin, face, fingerprint, user auth change hilog_native/hiviewdfx_hilog_native to hilog
Signed-off-by: dengjiewen <dengjiewen1@huawei.com>
Change-Id: I928aa49aab212ed2b8d1be8a59b78c7599dee96e
2023-06-25 03:08:02 +00:00

42 lines
983 B
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"],
"rom": "1000KB",
"ram": "1000KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"c_utils",
"hilog",
"drivers_interface_user_auth"
],
"third_party": [
"openssl"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/user_auth:user_auth_entry"
],
"test": [
"//drivers/peripheral/user_auth/test/fuzztest/user_auth:fuzztest",
"//drivers/peripheral/user_auth/test/unittest:driver_userauth_unittest"
],
"inner_kits": [
]
}
}
}