{ "name": "@ohos/communication_wifi", "version": "3.1.0", "description": "The DHCP module provides DHCP client and DHCP service, used to obtain, assign and manage IP address.", "homePage": "https://gitee.com/openharmony", "license": "Apache License 2.0", "repository": "https://gitee.com/openharmony/communication_wifi", "domain": "os", "language": "", "publishAs": "code-segment", "private": false, "scripts": {}, "tags": [ "foundation" ], "keywords": [ "communication", "dhcp" ], "envs": [], "dirs": [], "author": { "name": "", "email": "", "url": "" }, "contributors": [ { "name": "", "email": "", "url": "" } ], "segment": { "destPath": "foundation/communication/wifi/dhcp" }, "component": { "name": "dhcp", "subsystem": "communication", "syscap": [ ], "features": [ ], "adapted_system_type": [ "standard" ], "rom": "", "ram": "", "deps": { "components": [ "ipc", "ces_standard", "hiviewdfx_hilog_native", "hisysevent_native" ], "third_party": [ "wpa_supplicant", "node", "bounds_checking_function", "googletest", "openssl" ] }, "build": { "group_type": { "base_group": [ "//foundation/communication/wifi/dhcp/services/mgr_service:dhcp_manager_service", "//foundation/communication/wifi/dhcp/services/dhcp_client:dhcp_client_service", "//foundation/communication/wifi/dhcp/services/dhcp_server:dhcp_server" ], "fwk_group": [], "service_group": [] }, "inner_kits": [ ], "test": [ "//foundation/communication/wifi/dhcp/test/services/mgr_service:unittest", "//foundation/communication/wifi/dhcp/test/services/dhcp_client:unittest", "//foundation/communication/wifi/dhcp/test/services/dhcp_server/unittest:unittest" ] }, "hisysevent_config": [ ] } }