1 Star 0 Fork 66

景清景清景清/communication_dhcp

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
bundle.json 3.62 KB
Copy Edit Raw Blame History
CoderAdo authored 2023-12-01 14:36 . 从hal移除dhcp sa初始化
{
"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": [
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/twxie/communication_dhcp.git
git@gitee.com:twxie/communication_dhcp.git
twxie
communication_dhcp
communication_dhcp
master

Search