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