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 "c_utils", 53 "hilog", 54 "ipc", 55 "safwk", 56 "access_token", 57 "samgr" 58 ], 59 "third_party": [ 60 "bounds_checking_function", 61 "openssl" 62 ] 63 }, 64 "build": { 65 "group_type": { 66 "base_group": [ 67 "//foundation/communication/dhcp/frameworks/native:dhcp_sdk", 68 "//foundation/communication/dhcp/services/dhcp_client:dhcp_client", 69 "//foundation/communication/dhcp/services/dhcp_client:dhcp_updater_client", 70 "//foundation/communication/dhcp/services/dhcp_server:dhcp_server", 71 "//foundation/communication/dhcp/services:dhcp_system_ability" 72 ], 73 "fwk_group": [], 74 "service_group": [] 75 }, 76 "inner_api": [ 77 { 78 "header" : { 79 "header_base": "//foundation/communication/dhcp/interfaces/", 80 "header_files": [ ] 81 }, 82 "name" : "//foundation/communication/dhcp/frameworks/native:dhcp_sdk" 83 }, 84 { 85 "header" : { 86 "header_base": "//foundation/communication/dhcp/interfaces/kits/c", 87 "header_files": [ ] 88 }, 89 "name" : "//foundation/communication/dhcp/services/dhcp_client:dhcp_client" 90 }, 91 { 92 "header" : { 93 "header_base": "//foundation/communication/dhcp/interfaces/kits/c", 94 "header_files": [ ] 95 }, 96 "name" : "//foundation/communication/dhcp/services/dhcp_server:dhcp_server" 97 }, 98 { 99 "header" : { 100 "header_base": "//foundation/communication/dhcp/services/dhcp_client/include", 101 "header_files": [] 102 }, 103 "name" : "//foundation/communication/dhcp/services/dhcp_client:dhcp_updater_client" 104 } 105 ], 106 "test": [ 107 "//foundation/communication/dhcp/test/services/dhcp_client:unittest", 108 "//foundation/communication/dhcp/test/services/dhcp_server/unittest:unittest" 109 ] 110 }, 111 "hisysevent_config": [ 112 ] 113 } 114} 115