1{ 2 "name": "@ohos/netmanager_ext", 3 "version": "3.1.0", 4 "description": "net manager extensive service", 5 "publishAs": "code-segment", 6 "homePage": "https://gitee.com/openharmony", 7 "repository": "https://gitee.com/openharmony/communication_netmanager_ext", 8 "license": "Apache License 2.0", 9 "language": "", 10 "private": false, 11 "scripts": {}, 12 "envs": [], 13 "dirs": [], 14 "author": {}, 15 "contributors": [], 16 "segment": { 17 "destPath": "foundation/communication/netmanager_ext" 18 }, 19 "component": { 20 "name": "netmanager_ext", 21 "subsystem": "communication", 22 "syscap": [ 23 "SystemCapability.Communication.NetManager.Ethernet", 24 "SystemCapability.Communication.NetManager.NetSharing", 25 "SystemCapability.Communication.NetManager.MDNS", 26 "SystemCapability.Communication.NetManager.Vpn" 27 ], 28 "features": [ 29 "netmanager_ext_feature_ethernet", 30 "netmanager_ext_feature_share", 31 "netmanager_ext_feature_mdns" 32 ], 33 "adapted_system_type": [ 34 "standard" 35 ], 36 "rom": "250KB", 37 "ram": "500KB", 38 "deps": { 39 "components": [ 40 "ipc", 41 "safwk", 42 "napi", 43 "dhcp", 44 "hiviewdfx_hilog_native", 45 "netmanager_base", 46 "libuv", 47 "eventhandler", 48 "ability_base", 49 "bluetooth", 50 "hisysevent_native", 51 "c_utils", 52 "samgr", 53 "wifi" 54 ], 55 "third_party": [ 56 "node" 57 ] 58 }, 59 "build": { 60 "group_type": { 61 "base_group": [ 62 "//foundation/communication/netmanager_ext:common_ext_packages" 63 ], 64 "fwk_group": [], 65 "service_group": [ 66 "//foundation/communication/netmanager_ext:ethernet_packages", 67 "//foundation/communication/netmanager_ext:share_packages", 68 "//foundation/communication/netmanager_ext:mdns_packages", 69 "//foundation/communication/netmanager_ext/services/etc/init:mdnsmanager.rc", 70 "//foundation/communication/netmanager_ext/sa_profile:mdns_manager_profile" 71 ] 72 }, 73 "inner_kits": [ 74 { 75 "type": "so", 76 "name": "//foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient:net_tether_manager_if", 77 "header": { 78 "header_files": [ 79 "netshareclient/include/networkshare_client.h", 80 "netshareclient/include/networkshare_constants.h", 81 "netshareclient/include/proxy/ipccallback/sharing_event_callback_stub.h" 82 ], 83 "header_base": "//foundation/communication/netmanager_ext/interfaces/innerkits" 84 } 85 } 86 ], 87 "test": [ 88 "//foundation/communication/netmanager_ext/test/ethernetmanager:unittest", 89 "//foundation/communication/netmanager_ext/test/ethernetmanager:fuzztest", 90 "//foundation/communication/netmanager_ext/test/networksharemanager:fuzztest", 91 "//foundation/communication/netmanager_ext/test/networksharemanager:unittest", 92 "//foundation/communication/netmanager_ext/test/mdnsmanager:fuzztest", 93 "//foundation/communication/netmanager_ext/test/mdnsmanager:unittest" 94 ] 95 } 96 } 97} 98