• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/drivers_peripheral_user_auth",
3  "description": "user_auth device driver",
4  "version": "4.0",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/user_auth"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_user_auth",
14    "subsystem": "hdf",
15    "adapted_system_type": ["standard"],
16    "features": [
17      "drivers_peripheral_user_auth_enabled",
18      "drivers_peripheral_user_auth_enable_dynamic_load"
19    ],
20    "rom": "1000KB",
21    "ram": "1000KB",
22    "deps": {
23      "components": [
24        "ipc",
25        "hdf_core",
26        "c_utils",
27        "hilog",
28        "drivers_interface_user_auth",
29        "openssl"
30      ]
31    },
32    "build": {
33      "sub_component": [
34        "//drivers/peripheral/user_auth:user_auth_entry"
35      ],
36      "test": [
37        "//drivers/peripheral/user_auth/test/fuzztest/user_auth:driver_userauth_fuzztest",
38        "//drivers/peripheral/user_auth/test/unittest:driver_userauth_unittest"
39      ],
40      "inner_kits": [
41      ]
42    }
43  }
44}