• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@openharmony/face_auth",
3    "version": "4.0",
4    "description": "Face 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/face_auth"
12    },
13    "dirs": {},
14    "scripts": {},
15    "component": {
16      "name": "face_auth",
17      "subsystem": "useriam",
18      "adapted_system_type": [ "standard" ],
19      "syscap": ["SystemCapability.UserIAM.UserAuth.FaceAuth"],
20      "features": [],
21      "rom": "1024KB",
22      "ram": "1306KB",
23      "deps": {
24        "components": [
25          "access_token",
26          "c_utils",
27          "display_manager",
28          "drivers_interface_camera",
29          "drivers_interface_face_auth",
30          "graphic_surface",
31          "hilog",
32          "init",
33          "ipc",
34          "miscdevice",
35          "napi",
36          "power_manager",
37          "safwk",
38          "samgr",
39          "sensor",
40          "user_auth_framework"
41        ]
42      },
43      "build": {
44        "group_type": {
45          "base_group": [
46          ],
47          "fwk_group": [
48            "//base/useriam/face_auth/frameworks/js/napi:faceauth"
49          ],
50          "service_group": [
51            "//base/useriam/face_auth/sa_profile:faceauth_sa_profile",
52            "//base/useriam/face_auth/services:faceauthservice",
53            "//base/useriam/face_auth/services_ex:faceauthservice_ex"
54          ]
55        },
56        "test": [
57          "//base/useriam/face_auth/test/fuzztest:faceauth_fuzztest",
58          "//base/useriam/face_auth/test/unittest:faceauth_unittest"
59        ]
60      }
61    }
62}
63