• 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          "init"
24        ],
25        "third_party": [
26          "nfc_hdiimpl"
27        ]
28      },
29      "build": {
30        "sub_component": [
31          "//drivers/peripheral/nfc:nfc_entry",
32          "//third_party/nfc_hdiimpl/SN100x:nfc_hdiimpl"
33        ]
34      }
35    }
36  }
37