1{ 2 "name": "@ohos/drivers_peripheral_pin_auth", 3 "description": "pin auth device driver", 4 "version": "4.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/pin_auth" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_pin_auth", 14 "subsystem": "hdf", 15 "adapted_system_type": ["standard"], 16 "features": [ 17 "drivers_peripheral_pin_auth_enabled", 18 "drivers_peripheral_pin_auth_enable_dynamic_load" 19 ], 20 "rom": "1000KB", 21 "ram": "1000KB", 22 "deps": { 23 "components": [ 24 "ipc", 25 "hdf_core", 26 "hilog", 27 "c_utils", 28 "init", 29 "drivers_interface_pin_auth", 30 "openssl" 31 ] 32 }, 33 "build": { 34 "sub_component": [ 35 "//drivers/peripheral/pin_auth:pin_auth_entry" 36 ], 37 "test": [ 38 "//drivers/peripheral/pin_auth/test:driver_pinauth_fuzztest", 39 "//drivers/peripheral/pin_auth/test:driver_pinauth_unittest" 40 ], 41 "inner_kits": [] 42 } 43 } 44}