{ "name": "@openharmony/pin_auth", "version": "3.1.0", "description": "PIN Authentication capability", "homePage": "https://gitee.com/openharmony", "author": {}, "repository": "", "license": "Apache License 2.0", "publishAs": "code-segment", "segment": { "destPath" : "base/user_iam/pin_auth" }, "dirs": {}, "scripts": {}, "component": { "name": "pin_auth", "subsystem": "useriam", "adapted_system_type": [ "standard" ], "syscap": ["SystemCapability.UserIAM.UserAuth.PinAuth"], "features": [], "rom": "6200KB", "ram": "2500KB", "deps": { "components": [ "ability_base", "hiviewdfx_hilog_native", "ipc", "safwk", "samgr_standard", "auth_executor_mgr" ], "third_party": [ "openssl" ] }, "build": { "sub_component": [ "//base/user_iam/pin_auth/sa_profile:pinauth_sa_profile", "//base/user_iam/pin_auth/frameworks:pinauth_framework", "//base/user_iam/pin_auth/services:pinauthservice", "//base/user_iam/pin_auth/sa_profile:pinauth_sa_profile.init", "//base/user_iam/pin_auth/interfaces/kits/napi:pinauth", "//base/user_iam/pin_auth/hdi:pinauth_hdi" ], "inner_kits": [ ], "test": [ "//base/user_iam/pin_auth/unittest:PinAuth_UT_test" ] } } }