1{
2  "name": "@ohos/drivers_peripheral_pin_auth",
3  "description": "pin auth device driver",
4  "version": "4.0",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/pin_auth"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_pin_auth",
14    "subsystem": "hdf",
15    "adapted_system_type": ["standard"],
16    "features": ["drivers_peripheral_pin_auth_enabled"],
17    "rom": "1000KB",
18    "ram": "1000KB",
19    "deps": {
20      "components": [
21        "ipc",
22        "hdf_core",
23        "hilog",
24        "c_utils",
25        "init",
26        "drivers_interface_pin_auth",
27        "openssl"
28      ]
29    },
30    "build": {
31      "sub_component": [
32        "//drivers/peripheral/pin_auth:pin_auth_entry"
33      ],
34      "test": [
35        "//drivers/peripheral/pin_auth/test:driver_pinauth_fuzztest",
36        "//drivers/peripheral/pin_auth/test:driver_pinauth_unittest"
37      ],
38      "inner_kits": []
39    }
40  }
41}