1 Star 0 Fork 54

CoderAdo / communication_dhcp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.52 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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": [
"bounds_checking_function",
"c_utils",
"hilog",
"init",
"ipc",
"netmanager_base",
"safwk",
"access_token",
"samgr",
"ffrt"
],
"third_party": [ "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/sa_profile:wifi_standard_sa_profile",
"//foundation/communication/dhcp/services/utils:dhcp_utils"
],
"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/services/dhcp_client/include",
"header_files": []
},
"name" : "//foundation/communication/dhcp/services/dhcp_client:dhcp_updater_client"
},
{
"header" : {
"header_base": "//foundation/communication/dhcp/services/utils/include",
"header_files": []
},
"name" : "//foundation/communication/dhcp/services/utils:dhcp_utils"
}
],
"test": [
"//foundation/communication/dhcp/test/services/dhcp_client:unittest",
"//foundation/communication/dhcp/test/services/dhcp_server/unittest:unittest",
"//foundation/communication/dhcp/test/fuzztest:fuzztest"
]
},
"hisysevent_config": [
]
}
}
1
https://gitee.com/CodeAdo/communication_dhcp.git
git@gitee.com:CodeAdo/communication_dhcp.git
CodeAdo
communication_dhcp
communication_dhcp
master

搜索帮助