• 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/useriam/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      "hisysevent_config": [
22        "//base/useriam/pin_auth/hisysevent.yaml"
23      ],
24      "rom": "6200KB",
25      "ram": "2500KB",
26      "deps": {
27        "components": [
28            "hiviewdfx_hilog_native",
29            "ipc",
30            "safwk",
31            "samgr",
32            "hdf_core",
33            "access_token",
34            "hisysevent_native",
35            "common",
36            "napi",
37            "init",
38            "user_auth_framework",
39            "drivers_interface_pin_auth"
40        ],
41        "third_party": [
42            "openssl"
43        ]
44      },
45      "build": {
46        "group_type": {
47          "base_group": [
48          ],
49          "fwk_group": [
50            "//base/useriam/pin_auth/frameworks:pinauth_framework"
51          ],
52          "service_group": [
53            "//base/useriam/pin_auth/sa_profile:pinauth_sa_profile",
54            "//base/useriam/pin_auth/services:pinauthservice",
55            "//base/useriam/pin_auth/sa_profile:pinauth_sa_profile.init"
56          ]
57        },
58        "inner_kits": [
59        ],
60        "test": [
61            "//base/useriam/pin_auth/test/unittest:PinAuth_UT_test",
62            "//base/useriam/pin_auth/test/fuzztest:pin_auth_fuzz_test"
63        ]
64      }
65    }
66  }
67