• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@openharmony/face_auth",
3    "version": "3.1.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": "1000KB",
22      "ram": "16000KB",
23      "deps": {
24        "components": [
25          "aafwk_standard",
26          "drivers_interface_face_auth:libface_auth_proxy_1.0",
27          "hiviewdfx_hilog_native:libhilog",
28          "ipc:ipc_core",
29          "safwk:system_ability_fwk",
30          "samgr:samgr_proxy",
31          "c_utils:utils"
32        ]
33      },
34      "build": {
35        "group_type": {
36          "base_group": [
37          ],
38          "fwk_group": [
39            "//base/useriam/face_auth/frameworks/js/napi:faceauth"
40          ],
41          "service_group": [
42            "//base/useriam/face_auth/sa_profile:faceauth_sa_profile",
43            "//base/useriam/face_auth/services:faceauthservice"
44          ]
45        },
46        "test": [
47          "//base/useriam/face_auth/test/fuzztest:faceauth_fuzztest",
48          "//base/useriam/face_auth/test/unittest:faceauth_unittest"
49        ]
50      }
51    }
52}
53