{ "name": "@ohos/dhcp", "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_dhcp", "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/dhcp" }, "component": { "name": "dhcp", "subsystem": "communication", "syscap": [ ], "features": [ ], "adapted_system_type": [ "small", "standard" ], "rom": "", "ram": "", "deps": { "components": [ "c_utils", "hilog", "ipc", "safwk", "access_token", "samgr" ], "third_party": [ "bounds_checking_function", "openssl" ] }, "build": { "group_type": { "base_group": [ "//foundation/communication/dhcp/frameworks/native:dhcp_sdk", "//foundation/communication/dhcp/services/dhcp_client:dhcp_client", "//foundation/communication/dhcp/services/dhcp_client:dhcp_updater_client", "//foundation/communication/dhcp/services/dhcp_server:dhcp_server", "//foundation/communication/dhcp/services:dhcp_system_ability" ], "fwk_group": [], "service_group": [] }, "inner_api": [ { "header" : { "header_base": "//foundation/communication/dhcp/interfaces/", "header_files": [ ] }, "name" : "//foundation/communication/dhcp/frameworks/native:dhcp_sdk" }, { "header" : { "header_base": "//foundation/communication/dhcp/interfaces/kits/c", "header_files": [ ] }, "name" : "//foundation/communication/dhcp/services/dhcp_client:dhcp_client" }, { "header" : { "header_base": "//foundation/communication/dhcp/interfaces/kits/c", "header_files": [ ] }, "name" : "//foundation/communication/dhcp/services/dhcp_server:dhcp_server" }, { "header" : { "header_base": "//foundation/communication/dhcp/services/dhcp_client/include", "header_files": [] }, "name" : "//foundation/communication/dhcp/services/dhcp_client:dhcp_updater_client" } ], "test": [ "//foundation/communication/dhcp/test/services/dhcp_client:unittest", "//foundation/communication/dhcp/test/services/dhcp_server/unittest:unittest" ] }, "hisysevent_config": [ ] } }