{ "name": "@ohos/drivers_peripheral_face_auth", "description": "face auth device driver", "version": "4.0", "license": "Apache License 2.0", "publishAs": "code-segment", "segment": { "destPath": "drivers/peripheral/face_auth" }, "dirs": {}, "scripts": {}, "component": { "name": "drivers_peripheral_face_auth", "subsystem": "hdf", "adapted_system_type": ["standard"], "features": ["drivers_peripheral_face_auth_enabled"], "rom": "1000KB", "ram": "1000KB", "deps": { "components": [ "ipc", "hdf_core", "hilog", "c_utils", "drivers_interface_camera", "drivers_interface_face_auth", "graphic_surface" ], "third_party": [ ] }, "build": { "sub_component": [ "//drivers/peripheral/face_auth:face_auth_entry" ], "test": [ "//drivers/peripheral/face_auth/test/fuzztest/face_auth:hdf_face_auth_fuzztest" ], "inner_kits": [ ] } } }