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": ["drivers_peripheral_user_auth_enabled"],
17    "rom": "1000KB",
18    "ram": "1000KB",
19    "deps": {
20      "components": [
21        "ipc",
22        "hdf_core",
23        "c_utils",
24        "hilog",
25        "drivers_interface_user_auth",
26        "openssl"
27      ]
28    },
29    "build": {
30      "sub_component": [
31        "//drivers/peripheral/user_auth:user_auth_entry"
32      ],
33      "test": [
34        "//drivers/peripheral/user_auth/test/fuzztest/user_auth:driver_userauth_fuzztest",
35        "//drivers/peripheral/user_auth/test/unittest:driver_userauth_unittest"
36      ],
37      "inner_kits": [
38      ]
39    }
40  }
41}