mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
221c8f1925
Signed-off-by: Eternal_Pursuit <lidezhi16@h-partners.com> Change-Id: If8264bd6acee9bac54e578dd002a2281af4334e8
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@ohos/drivers_peripheral_pin_auth",
|
|
"description": "pin auth device driver",
|
|
"version": "4.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/pin_auth"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_pin_auth",
|
|
"subsystem": "hdf",
|
|
"adapted_system_type": ["standard"],
|
|
"features": [
|
|
"drivers_peripheral_pin_auth_enabled",
|
|
"drivers_peripheral_pin_auth_enable_dynamic_load"
|
|
],
|
|
"rom": "1000KB",
|
|
"ram": "1000KB",
|
|
"deps": {
|
|
"components": [
|
|
"bounds_checking_function",
|
|
"ipc",
|
|
"hdf_core",
|
|
"hilog",
|
|
"c_utils",
|
|
"init",
|
|
"drivers_interface_pin_auth",
|
|
"openssl"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/pin_auth:pin_auth_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/pin_auth/test:driver_pinauth_fuzztest",
|
|
"//drivers/peripheral/pin_auth/test:driver_pinauth_unittest"
|
|
],
|
|
"inner_kits": []
|
|
}
|
|
}
|
|
} |