1{ 2 "name": "@ohos/drivers_peripheral_connected_nfc_tag", 3 "description": "connected nfc tag device driver", 4 "version": "5.0", 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 "adapted_system_type": ["standard"], 16 "rom": "1000KB", 17 "ram": "1000KB", 18 "deps": { 19 "components": [ 20 "ipc", 21 "hdf_core", 22 "hilog", 23 "c_utils", 24 "drivers_interface_connected_nfc_tag" 25 ], 26 "third_party": [] 27 }, 28 "build": { 29 "sub_component": [ 30 "//drivers/peripheral/connected_nfc_tag:connected_nfc_tag_entry" 31 ] 32 } 33 } 34} 35