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 "destPath": "drivers/peripheral/nfc" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_nfc", 14 "subsystem": "hdf", 15 "syscap": [ "" ], 16 "adapter_system_type": ["standard"], 17 "rom": "1000KB", 18 "ram": "1000KB", 19 "deps": { 20 "components": [ 21 "ipc", 22 "hdf_core", 23 "hiviewdfx_hilog_native", 24 "utils_base" 25 ], 26 "third_party": [ 27 "nfc_hdiimpl" 28 ] 29 }, 30 "build": { 31 "sub_component": [ 32 "//drivers/peripheral/nfc:nfc_entry", 33 "//third_party/nfc_hdiimpl/SN100x:nfc_hdiimpl" 34 ] 35 } 36 } 37 } 38