• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/pin_auth",
3    "version": "4.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        "pin_auth_enabled",
22        "pin_auth_enable_dynamic_load"
23      ],
24      "hisysevent_config": [
25        "//base/useriam/pin_auth/hisysevent.yaml"
26      ],
27      "rom": "1024KB",
28      "ram": "6072KB",
29      "deps": {
30        "components": [
31            "ability_base",
32            "hilog",
33            "ipc",
34            "safwk",
35            "samgr",
36            "access_token",
37            "miscdevice",
38            "user_auth_framework",
39            "drivers_interface_pin_auth",
40            "c_utils",
41            "enterprise_device_management",
42            "openssl",
43            "data_share",
44            "init",
45            "device_manager",
46            "hdf_core",
47            "hisysevent"
48        ]
49      },
50      "build": {
51        "group_type": {
52          "base_group": [
53          ],
54          "fwk_group": [
55            "//base/useriam/pin_auth/frameworks:pinauth_framework"
56          ],
57          "service_group": [
58            "//base/useriam/pin_auth/sa_profile:pinauth_sa_profile",
59            "//base/useriam/pin_auth/services:pinauthservice",
60            "//base/useriam/pin_auth/sa_profile:pinauth_sa_profile.init"
61          ]
62        },
63        "inner_kits": [
64          {
65            "type": "so",
66            "name": "//base/useriam/pin_auth/frameworks:pinauth_framework",
67            "header": {
68              "header_files": [
69                "i_inputer_data.h",
70                "i_inputer.h",
71                "pinauth_register.h"
72              ],
73              "header_base": "//base/useriam/pin_auth/interfaces/inner_api/"
74            }
75          }
76        ],
77        "test": [
78            "//base/useriam/pin_auth/test/unittest:PinAuth_UT_test",
79            "//base/useriam/pin_auth/test/fuzztest:pin_auth_fuzz_test"
80        ]
81      }
82    }
83  }
84