• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@openharmony/fingerprint_auth",
3    "version": "4.0",
4    "description": "fingerprint 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/fingerprint_auth"
12    },
13    "dirs": {},
14    "scripts": {},
15    "component": {
16      "name": "fingerprint_auth",
17      "subsystem": "useriam",
18      "adapted_system_type": [ "standard" ],
19      "syscap": ["SystemCapability.UserIAM.UserAuth.FingerprintAuth"],
20      "features": [],
21      "rom": "1024KB",
22      "ram": "1306KB",
23      "deps": {
24        "components": [
25          "ability_base",
26          "c_utils",
27          "common_event_service",
28          "display_manager",
29          "drivers_interface_fingerprint_auth",
30          "graphic_2d",
31          "hilog",
32          "ipc",
33          "power_manager",
34          "safwk",
35          "samgr",
36          "user_auth_framework",
37          "window_manager"
38        ]
39      },
40      "build": {
41        "group_type": {
42          "base_group": [
43          ],
44          "fwk_group": [
45          ],
46          "service_group": [
47            "//base/useriam/fingerprint_auth/services:fingerprintauthservice",
48            "//base/useriam/fingerprint_auth/services_ex:fingerprintauthservice_ex",
49            "//base/useriam/fingerprint_auth/sa_profile:fingerprintauth_sa_profile"
50          ]
51        },
52        "inner_kits": [
53        ],
54        "test": [
55          "//base/useriam/fingerprint_auth/test/fuzztest:fingerprint_fuzztest",
56          "//base/useriam/fingerprint_auth/test/unittest:fingerprint_unittest"
57        ]
58      }
59    }
60  }
61