1{ 2 "name": "@ohos/communication_nfc", 3 "version": "3.1", 4 "description": "nfc service", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/communication_nfc", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "foundation" 15 ], 16 "keywords": [ 17 "communication", 18 "nfc" 19 ], 20 "envs": [], 21 "dirs": [], 22 "author": { 23 "name": "", 24 "email": "", 25 "url": "" 26 }, 27 "contributors": [ 28 { 29 "name": "", 30 "email": "", 31 "url": "" 32 } 33 ], 34 "segment": { 35 "destPath": "foundation/communication/nfc" 36 }, 37 "component": { 38 "name": "nfc", 39 "subsystem": "communication", 40 "syscap": [ 41 "SystemCapability.Communication.NFC.Core", 42 "SystemCapability.Communication.NFC.Tag", 43 "SystemCapability.Communication.NFC.CardEmulation" 44 ], 45 "features": [], 46 "adapted_system_type": [ 47 ], 48 "rom": "", 49 "ram": "", 50 "deps": { 51 "components": [ 52 "ipc", 53 "hiviewdfx_hilog_native", 54 "bundle_framework" 55 ], 56 "third_party": [ 57 "nfc-nci" 58 ] 59 }, 60 "build": { 61 "group_type": { 62 "base_group": [], 63 "fwk_group": [ 64 "//foundation/communication/nfc/interfaces/inner_api:nfc_inner_kits", 65 "//foundation/communication/nfc/frameworks/js/napi/controller:controller", 66 "//foundation/communication/nfc/frameworks/js/napi/cardEmulation:cardemulation", 67 "//foundation/communication/nfc/frameworks/js/napi/tag:tag" 68 ], 69 "service_group": [ 70 "//third_party/libnfc-nci/SN100x:nfc-nci", 71 "//foundation/communication/nfc/sa_profile:nfc_profile", 72 "//foundation/communication/nfc/services:nfc_service" 73 ] 74 }, 75 "inner_kits": [ 76 { 77 "type": "so", 78 "name": "//foundation/communication/nfc/interfaces/inner_api:nfc_inner_kits", 79 "header": { 80 "header_files": [ 81 "nfc_controller.h" 82 ], 83 "header_base": "//foundation/communication/nfc/interfaces/inner_api/include/controller" 84 } 85 } 86 ], 87 "test": [ 88 "//foundation/communication/nfc/test:test_nfc_service" 89 ] 90 }, 91 "hisysevent_config": [ 92 ] 93 } 94} 95