• 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_2d",
31          "hilog",
32          "init",
33          "ipc",
34          "napi",
35          "power_manager",
36          "safwk",
37          "samgr",
38          "sensor",
39          "user_auth_framework"
40        ]
41      },
42      "build": {
43        "group_type": {
44          "base_group": [
45          ],
46          "fwk_group": [
47            "//base/useriam/face_auth/frameworks/js/napi:faceauth"
48          ],
49          "service_group": [
50            "//base/useriam/face_auth/sa_profile:faceauth_sa_profile",
51            "//base/useriam/face_auth/services:faceauthservice",
52            "//base/useriam/face_auth/services_ex:faceauthservice_ex"
53          ]
54        },
55        "test": [
56          "//base/useriam/face_auth/test/fuzztest:faceauth_fuzztest",
57          "//base/useriam/face_auth/test/unittest:faceauth_unittest"
58        ]
59      }
60    }
61}
62