{ "name": "@openharmony/faceauth", "version": "3.1.0", "description": "Face authentication capability", "homePage": "https://gitee.com/openharmony", "author": {}, "repository": "", "license": "Apache License 2.0", "publishAs": "code-segment", "segment": { "destPath" : "base/user_iam/face_auth" }, "dirs": {}, "scripts": {}, "component": { "name": "face_auth", "subsystem": "useriam", "adapted_system_type": [ "standard" ], "syscap": ["SystemCapability.UserIAM.UserAuth.FaceAuth"], "features": [], "rom": "1000KB", "ram": "16000KB", "deps": { "components": [ "ability_base", "ability_runtime", "hiviewdfx_hilog_native", "ipc", "aafwk_standard", "safwk", "samgr_standard" ], "third_party": [ "openssl" ] }, "build": { "sub_component": [ "//base/user_iam/face_auth/services:faceauthservice", "//base/user_iam/face_auth/sa_profile:faceauth_sa_profile.init", "//base/user_iam/face_auth/sa_profile:faceauth_sa_profile" ], "inner_kits": [ ], "test": [ ] } } }