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