• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/drivers_peripheral_nfc",
3    "description": "nfc hdf",
4    "version": "1.0",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {},
8    "dirs": {},
9    "scripts": {},
10    "component": {
11      "name": "drivers_peripheral_nfc",
12      "subsystem": "hdf",
13      "adapted_system_type": ["standard"],
14      "rom": "1000KB",
15      "ram": "1000KB",
16      "deps": {
17        "components": [
18          "ipc",
19          "hdf_core",
20          "hilog",
21          "c_utils",
22          "drivers_interface_nfc",
23          "hisysevent"
24        ],
25        "third_party": []
26      },
27      "build": {
28        "sub_component": [
29          "//drivers/peripheral/nfc:nfc_entry"
30        ],
31        "test": [
32          "//drivers/peripheral/nfc/test:test_hdf_nfc_service"
33        ]
34      }
35    }
36  }
37