1 Star 0 Fork 66

kangwei/communication_dhcp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.80 KB
一键复制 编辑 原始数据 按行查看 历史
CoderAdo 提交于 2024-07-18 12:52 . update bundle.json.
{
"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": [
"ability_runtime",
"bounds_checking_function",
"c_utils",
"hilog",
"init",
"ipc",
"netmanager_base",
"safwk",
"access_token",
"samgr",
"ffrt",
"time_service"
],
"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/interfaces/kits/c",
"header_files": [ ]
},
"name" : "//foundation/communication/dhcp/services/dhcp_client:dhcp_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/unittest:dhcp_unittest",
"//foundation/communication/dhcp/test/fuzztest:fuzztest"
]
},
"hisysevent_config": [
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunflower-farmer/communication_dhcp.git
git@gitee.com:sunflower-farmer/communication_dhcp.git
sunflower-farmer
communication_dhcp
communication_dhcp
master

搜索帮助