1{ 2 "name": "@ohos/communication_wifi", 3 "version": "3.1.0", 4 "description": "The DHCP module provides DHCP client and DHCP service, used to obtain, assign and manage IP address.", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/communication_wifi", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "foundation" 15 ], 16 "keywords": [ 17 "communication", 18 "dhcp" 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/wifi/dhcp" 36 }, 37 "component": { 38 "name": "dhcp", 39 "subsystem": "communication", 40 "syscap": [ 41 ], 42 "features": [ 43 ], 44 "adapted_system_type": [ 45 "standard" 46 ], 47 "rom": "", 48 "ram": "", 49 "deps": { 50 "components": [ 51 "ipc", 52 "ces_standard", 53 "hiviewdfx_hilog_native", 54 "hisysevent_native" 55 ], 56 "third_party": [ 57 "wpa_supplicant", 58 "node", 59 "bounds_checking_function", 60 "googletest", 61 "openssl" 62 ] 63 }, 64 "build": { 65 "group_type": { 66 "base_group": [ 67 "//foundation/communication/wifi/dhcp/services/mgr_service:dhcp_manager_service", 68 "//foundation/communication/wifi/dhcp/services/dhcp_client:dhcp_client_service", 69 "//foundation/communication/wifi/dhcp/services/dhcp_server:dhcp_server" 70 ], 71 "fwk_group": [], 72 "service_group": [] 73 }, 74 "inner_kits": [ 75 ], 76 "test": [ 77 "//foundation/communication/wifi/dhcp/test/services/mgr_service:unittest", 78 "//foundation/communication/wifi/dhcp/test/services/dhcp_client:unittest", 79 "//foundation/communication/wifi/dhcp/test/services/dhcp_server/unittest:unittest" 80 ] 81 }, 82 "hisysevent_config": [ 83 ] 84 } 85} 86