1{ 2 "name": "@openharmony/faceauth", 3 "version": "3.1.0", 4 "description": "Face authentication capability", 5 "homePage": "https://gitee.com/openharmony", 6 "author": {}, 7 "repository": "", 8 "license": "Apache License 2.0", 9 "publishAs": "code-segment", 10 "segment": { 11 "destPath" : "base/user_iam/face_auth" 12 }, 13 "dirs": {}, 14 "scripts": {}, 15 "component": { 16 "name": "face_auth", 17 "subsystem": "useriam", 18 "adapted_system_type": [ "standard" ], 19 "syscap": ["SystemCapability.UserIAM.UserAuth.FaceAuth"], 20 "features": [], 21 "rom": "1000KB", 22 "ram": "16000KB", 23 "deps": { 24 "components": [ 25 "ability_base", 26 "ability_runtime", 27 "hiviewdfx_hilog_native", 28 "ipc", 29 "aafwk_standard", 30 "safwk", 31 "samgr_standard" 32 ], 33 "third_party": [ 34 "openssl" 35 ] 36 }, 37 "build": { 38 "sub_component": [ 39 "//base/user_iam/face_auth/services:faceauthservice", 40 "//base/user_iam/face_auth/sa_profile:faceauth_sa_profile.init", 41 "//base/user_iam/face_auth/sa_profile:faceauth_sa_profile" 42 ], 43 "inner_kits": [ 44 ], 45 "test": [ 46 ] 47 } 48 } 49 } 50