1{
2    "name": "@ohos/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": ["fingerprint_auth_enabled"],
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          "egl",
31          "graphic_2d",
32          "graphic_surface",
33          "hilog",
34          "ipc",
35          "miscdevice",
36          "opengles",
37          "power_manager",
38          "safwk",
39          "samgr",
40          "user_auth_framework",
41          "window_manager",
42          "hdf_core",
43          "skia"
44        ]
45      },
46      "build": {
47        "group_type": {
48          "base_group": [
49          ],
50          "fwk_group": [
51          ],
52          "service_group": [
53            "//base/useriam/fingerprint_auth/services:fingerprintauthservice",
54            "//base/useriam/fingerprint_auth/services_ex:fingerprintauthservice_ex",
55            "//base/useriam/fingerprint_auth/sa_profile:fingerprintauth_sa_profile"
56          ]
57        },
58        "inner_kits": [
59        ],
60        "test": [
61          "//base/useriam/fingerprint_auth/test/fuzztest:fingerprintauth_fuzztest",
62          "//base/useriam/fingerprint_auth/test/unittest:fingerprintauth_unittest"
63        ]
64      }
65    }
66  }
67