• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@openharmony/pin_auth",
3    "version": "3.1.0",
4    "description": "PIN 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/pin_auth"
12    },
13    "dirs": {},
14    "scripts": {},
15    "component": {
16      "name": "pin_auth",
17      "subsystem": "useriam",
18      "adapted_system_type": [ "standard" ],
19      "syscap": ["SystemCapability.UserIAM.UserAuth.PinAuth"],
20      "features": [],
21      "rom": "6200KB",
22      "ram": "2500KB",
23      "deps": {
24        "components": [
25            "ability_base",
26            "hiviewdfx_hilog_native",
27            "ipc",
28            "safwk",
29            "samgr_standard",
30            "auth_executor_mgr"
31        ],
32        "third_party": [
33            "openssl"
34        ]
35      },
36      "build": {
37        "sub_component": [
38            "//base/user_iam/pin_auth/sa_profile:pinauth_sa_profile",
39            "//base/user_iam/pin_auth/frameworks:pinauth_framework",
40            "//base/user_iam/pin_auth/services:pinauthservice",
41            "//base/user_iam/pin_auth/sa_profile:pinauth_sa_profile.init",
42            "//base/user_iam/pin_auth/interfaces/kits/napi:pinauth",
43            "//base/user_iam/pin_auth/hdi:pinauth_hdi"
44        ],
45        "inner_kits": [
46        ],
47        "test": [
48            "//base/user_iam/pin_auth/unittest:PinAuth_UT_test"
49        ]
50      }
51    }
52  }
53