Files
drivers_peripheral/user_auth/bundle.json
T
youliang_1314 4ccf69055d test: add iam ut case
Signed-off-by: youliang_1314 <youliang4@huawei.com>
Change-Id: I923062c2edfe04cbc3b4c001e69b70ebebc2ddc8
2022-12-24 16:19:02 +08:00

42 lines
980 B
JSON

{
"name": "@ohos/drivers_peripheral_user_auth",
"description": "user_auth device driver",
"version": "3.2",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/user_auth"
},
"dirs": {},
"scripts": {},
"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",
"c_utils"
],
"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": [
]
}
}
}