1 Star 0 Fork 66

wshikh/communication_dhcp_leasetime

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.21 KB
一键复制 编辑 原始数据 按行查看 历史
likuanxin 提交于 2023-07-06 09:39 . 部件依赖整改
{
"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_base",
"bundle_framework",
"c_utils",
"common_event_service",
"eventhandler",
"hilog"
],
"third_party": [
"bounds_checking_function",
"openssl"
]
},
"build": {
"group_type": {
"base_group": [
"//foundation/communication/dhcp/services/mgr_service:dhcp_manager_service",
"//foundation/communication/dhcp/services/dhcp_client:dhcp_client_service",
"//foundation/communication/dhcp/services/dhcp_server:dhcp_server",
"//foundation/communication/dhcp/services/dhcp_client:dhcp_updater_client",
"//foundation/communication/dhcp/services/mgr_service:dhcp_updater_manager"
],
"fwk_group": [],
"service_group": []
},
"inner_api": [
{
"header": {
"header_base": "//foundation/communication/dhcp/interfaces/inner_api",
"header_files": [
"include/dhcp_define.h",
"include/dhcp_service_api.h",
"interfaces/i_dhcp_client_service.h",
"interfaces/i_dhcp_result_notify.h",
"interfaces/i_dhcp_server_service.h",
"interfaces/i_dhcp_service.h"
]
},
"name": "//foundation/communication/dhcp/services/mgr_service:dhcp_manager_service"
}
],
"test": [
"//foundation/communication/dhcp/test/services/mgr_service:unittest",
"//foundation/communication/dhcp/test/services/dhcp_client:unittest",
"//foundation/communication/dhcp/test/services/dhcp_server/unittest:unittest"
]
},
"hisysevent_config": [
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wshikh/communication_dhcp_leasetime.git
git@gitee.com:wshikh/communication_dhcp_leasetime.git
wshikh
communication_dhcp_leasetime
communication_dhcp_leasetime
master

搜索帮助