1{ 2 "name": "@ohos/device_info_manager", 3 "description": "device profile", 4 "version": "3.1", 5 "publishAs": "code-segment", 6 "segment": { 7 "destPath": "foundation/deviceprofile/device_info_manager" 8 }, 9 "dirs": {}, 10 "scripts": {}, 11 "license": "Apache License 2.0", 12 "component": { 13 "name": "device_info_manager", 14 "subsystem": "deviceprofile", 15 "features": [ 16 "device_info_manager_feature_coverage", 17 "device_info_manager_switch_static_disable" 18 ], 19 "adapted_system_type": [ "standard" ], 20 "hisysevent_config":[ 21 "//foundation/deviceprofile/device_info_manager/hisysevent.yaml" 22 ], 23 "rom": "2048KB", 24 "ram": "9000KB", 25 "deps": { 26 "components": [ 27 "cJSON", 28 "c_utils", 29 "common_event_service", 30 "config_policy", 31 "data_share", 32 "ffrt", 33 "hisysevent", 34 "hilog", 35 "ipc", 36 "json", 37 "syscap_codec", 38 "access_token", 39 "device_auth", 40 "samgr", 41 "kv_store", 42 "hitrace", 43 "eventhandler", 44 "safwk", 45 "dsoftbus", 46 "dmsfwk", 47 "device_manager", 48 "init", 49 "relational_store", 50 "os_account", 51 "asset" 52 ], 53 "third_party": [ 54 "json" 55 ] 56 }, 57 "build": { 58 "group_type": { 59 "base_group": [], 60 "fwk_group": [ 61 "//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core:distributed_device_profile_client", 62 "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_sdk", 63 "//foundation/deviceprofile/device_info_manager/common:distributed_device_profile_common" 64 ], 65 "service_group": [ 66 "//foundation/deviceprofile/device_info_manager/etc/profile:deviceprofile_trust", 67 "//foundation/deviceprofile/device_info_manager/etc/init:etc", 68 "//foundation/deviceprofile/device_info_manager/old/permission:authority_json", 69 "//foundation/deviceprofile/device_info_manager/permission:permission_json", 70 "//foundation/deviceprofile/device_info_manager/sa_profile:dps_sa_profile", 71 "//foundation/deviceprofile/device_info_manager/old/services/core:distributed_device_profile", 72 "//foundation/deviceprofile/device_info_manager/services/core:distributed_device_profile_svr" 73 ] 74 }, 75 "inner_kits": [ 76 { 77 "name": "//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core:distributed_device_profile_client", 78 "header": { 79 "header_files": [ 80 "distributed_device_profile_client.h", 81 "distributed_device_profile_proxy.h", 82 "idistributed_device_profile.h", 83 "iprofile_event_callback.h", 84 "profile_change_notification.h", 85 "profile_event.h", 86 "service_characteristic_profile.h", 87 "subscribe_info.h" 88 ], 89 "header_base": "//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/" 90 } 91 }, 92 { 93 "name": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_sdk", 94 "header": { 95 "header_files": [ 96 "distributed_device_profile_client.h", 97 "distributed_device_profile_proxy.h" 98 ], 99 "header_base": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/" 100 } 101 }, 102 { 103 "name": "//foundation/deviceprofile/device_info_manager/common:distributed_device_profile_common", 104 "header": { 105 "header_files": [ 106 "access_control_profile.h", 107 "accessee.h", 108 "accesser.h", 109 "characteristic_profile.h", 110 "device_profile.h", 111 "dp_subscribe_info.h", 112 "dp_sync_options.h", 113 "i_distributed_device_profile.h", 114 "i_profile_change_listener.h", 115 "i_sync_completed_callback.h", 116 "profile_change_listener_proxy.h", 117 "profile_change_listener_stub.h", 118 "service_profile.h", 119 "sync_completed_callback_proxy.h", 120 "sync_completed_callback_stub.h", 121 "trust_device_profile.h" 122 ], 123 "header_base": "//foundation/deviceprofile/device_info_manager/common/include/interfaces" 124 } 125 } 126 ], 127 "test": [ 128 "//foundation/deviceprofile/device_info_manager/old/radar/test/unittest:dp_radar_helper_test_old", 129 "//foundation/deviceprofile/device_info_manager/old/services/core:unittest", 130 "//foundation/deviceprofile/device_info_manager/radar/test/unittest:dp_radar_helper_test_new", 131 "//foundation/deviceprofile/device_info_manager/services/core:unittest", 132 "//foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest:fuzztest", 133 "//foundation/deviceprofile/device_info_manager/services/core/test/fuzztest:fuzztest", 134 "//foundation/deviceprofile/device_info_manager/common/test:common_test" 135 ] 136 } 137 } 138 } 139