• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/drivers_peripheral_connected_nfc_tag",
3  "description": "connected nfc tag device driver",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/connected_nfc_tag"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_connected_nfc_tag",
14    "subsystem": "hdf",
15    "syscap": [
16      "SystemCapability.Communication.ConnectedTag"
17    ],
18    "adapted_system_type": ["standard"],
19    "rom": "1000KB",
20    "ram": "1000KB",
21    "deps": {
22      "components": [
23        "ipc",
24        "hdf_core",
25        "hilog",
26        "c_utils",
27        "drivers_interface_connected_nfc_tag"
28      ],
29      "third_party": [
30        "bounds_checking_function"
31      ]
32    },
33    "build": {
34      "sub_component": [
35        "//drivers/peripheral/connected_nfc_tag/hdi_service:connected_nfc_tag_entry"
36      ]
37    }
38  }
39}
40