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_base", 53 "bundle_framework", 54 "c_utils", 55 "common_event_service", 56 "eventhandler", 57 "hilog" 58 ], 59 "third_party": [ 60 "bounds_checking_function", 61 "openssl" 62 ] 63 }, 64 "build": { 65 "group_type": { 66 "base_group": [ 67 "//foundation/communication/dhcp/services/mgr_service:dhcp_manager_service", 68 "//foundation/communication/dhcp/services/dhcp_client:dhcp_client_service", 69 "//foundation/communication/dhcp/services/dhcp_server:dhcp_server", 70 "//foundation/communication/dhcp/services/dhcp_client:dhcp_updater_client", 71 "//foundation/communication/dhcp/services/mgr_service:dhcp_updater_manager" 72 ], 73 "fwk_group": [], 74 "service_group": [] 75 }, 76 "inner_api": [ 77 { 78 "header": { 79 "header_base": "//foundation/communication/dhcp/interfaces/inner_api", 80 "header_files": [ 81 "include/dhcp_define.h", 82 "include/dhcp_service_api.h", 83 "interfaces/i_dhcp_client_service.h", 84 "interfaces/i_dhcp_result_notify.h", 85 "interfaces/i_dhcp_server_service.h", 86 "interfaces/i_dhcp_service.h" 87 ] 88 }, 89 "name": "//foundation/communication/dhcp/services/mgr_service:dhcp_manager_service" 90 } 91 ], 92 "test": [ 93 "//foundation/communication/dhcp/test/services/mgr_service:unittest", 94 "//foundation/communication/dhcp/test/services/dhcp_client:unittest", 95 "//foundation/communication/dhcp/test/services/dhcp_server/unittest:unittest" 96 ] 97 }, 98 "hisysevent_config": [ 99 ] 100 } 101} 102