1{ 2 "name": "@ohos/drivers_peripheral_face_auth", 3 "description": "face auth device driver", 4 "version": "3.2", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/face_auth" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_face_auth", 14 "subsystem": "hdf", 15 "syscap": [""], 16 "adapter_system_type": ["standard"], 17 "rom": "675KB", 18 "ram": "7400KB", 19 "deps": { 20 "components": [ 21 "ipc", 22 "hdf_core", 23 "hiviewdfx_hilog_native", 24 "c_utils" 25 ], 26 "third_party": [ 27 ] 28 }, 29 "build": { 30 "sub_component": [ 31 "//drivers/peripheral/face_auth:face_auth_entry" 32 ], 33 "test": [ 34 "//drivers/peripheral/face_auth/test/fuzztest/face_auth:fuzztest" 35 ], 36 "inner_kits": [ 37 ] 38 } 39 } 40 }