1{ 2 "name": "@ohos/dhcp", 3 "version": "3.1.0", 4 "description": "The DHCP module provides DHCP client and DHCP service, used to obtain, assign and manage IP address.", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/communication_dhcp", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "foundation" 15 ], 16 "keywords": [ 17 "communication", 18 "dhcp" 19 ], 20 "envs": [], 21 "dirs": [], 22 "author": { 23 "name": "", 24 "email": "", 25 "url": "" 26 }, 27 "contributors": [ 28 { 29 "name": "", 30 "email": "", 31 "url": "" 32 } 33 ], 34 "segment": { 35 "destPath": "foundation/communication/dhcp" 36 }, 37 "component": { 38 "name": "dhcp", 39 "subsystem": "communication", 40 "syscap": [ 41 ], 42 "features": [ 43 ], 44 "adapted_system_type": [ 45 "small", 46 "standard" 47 ], 48 "rom": "", 49 "ram": "", 50 "deps": { 51 "components": [ 52 "ability_runtime", 53 "bounds_checking_function", 54 "c_utils", 55 "hilog", 56 "init", 57 "ipc", 58 "netmanager_base", 59 "safwk", 60 "access_token", 61 "samgr", 62 "ffrt", 63 "time_service" 64 ], 65 "third_party": [ "openssl" ] 66 }, 67 "build": { 68 "group_type": { 69 "base_group": [ 70 "//foundation/communication/dhcp/frameworks/native:dhcp_sdk", 71 "//foundation/communication/dhcp/services/dhcp_client:dhcp_client", 72 "//foundation/communication/dhcp/services/dhcp_client:dhcp_updater_client", 73 "//foundation/communication/dhcp/services/dhcp_server:dhcp_server", 74 "//foundation/communication/dhcp/services/sa_profile:wifi_standard_sa_profile", 75 "//foundation/communication/dhcp/services/utils:dhcp_utils" 76 ], 77 "fwk_group": [], 78 "service_group": [] 79 }, 80 "inner_api": [ 81 { 82 "header" : { 83 "header_base": "//foundation/communication/dhcp/interfaces/", 84 "header_files": [ ] 85 }, 86 "name" : "//foundation/communication/dhcp/frameworks/native:dhcp_sdk" 87 }, 88 { 89 "header" : { 90 "header_base": "//foundation/communication/dhcp/services/dhcp_client/include", 91 "header_files": [] 92 }, 93 "name" : "//foundation/communication/dhcp/services/dhcp_client:dhcp_updater_client" 94 }, 95 { 96 "header" : { 97 "header_base": "//foundation/communication/dhcp/interfaces/kits/c", 98 "header_files": [ ] 99 }, 100 "name" : "//foundation/communication/dhcp/services/dhcp_client:dhcp_client" 101 }, 102 { 103 "header" : { 104 "header_base": "//foundation/communication/dhcp/services/utils/include", 105 "header_files": [] 106 }, 107 "name" : "//foundation/communication/dhcp/services/utils:dhcp_utils" 108 } 109 ], 110 "test": [ 111 "//foundation/communication/dhcp/test/unittest:dhcp_unittest", 112 "//foundation/communication/dhcp/test/fuzztest:fuzztest" 113 ] 114 }, 115 "hisysevent_config": [ 116 ] 117 } 118} 119