• 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      "rom": "1024KB",
25      "ram": "6072KB",
26      "deps": {
27        "components": [
28            "hilog",
29            "ipc",
30            "safwk",
31            "samgr",
32            "access_token",
33            "miscdevice",
34            "user_auth_framework",
35            "drivers_interface_pin_auth",
36            "c_utils",
37            "enterprise_device_management",
38            "openssl",
39            "data_share",
40            "init",
41            "device_manager",
42            "hdf_core"
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            "type": "so",
61            "name": "//base/useriam/pin_auth/frameworks:pinauth_framework",
62            "header": {
63              "header_files": [
64                "i_inputer_data.h",
65                "i_inputer.h",
66                "pinauth_register.h"
67              ],
68              "header_base": "//base/useriam/pin_auth/interfaces/inner_api/"
69            }
70          }
71        ],
72        "test": [
73            "//base/useriam/pin_auth/test/unittest:PinAuth_UT_test",
74            "//base/useriam/pin_auth/test/fuzztest:pin_auth_fuzz_test"
75        ]
76      }
77    }
78  }
79