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": [ "device_info_manager_feature_coverage = false" ], 16 "adapted_system_type": [ "standard" ], 17 "hisysevent_config":[ 18 "//foundation/deviceprofile/device_info_manager/hisysevent.yaml" 19 ], 20 "rom": "2048KB", 21 "ram": "9000KB", 22 "deps": { 23 "components": [ 24 "c_utils", 25 "hisysevent", 26 "hilog", 27 "ipc", 28 "syscap_codec", 29 "access_token", 30 "device_auth", 31 "samgr", 32 "kv_store", 33 "hitrace", 34 "eventhandler", 35 "safwk", 36 "dsoftbus", 37 "dmsfwk", 38 "device_manager", 39 "init", 40 "relational_store" 41 ], 42 "third_party": [ 43 "json" 44 ] 45 }, 46 "build": { 47 "group_type": { 48 "base_group": [], 49 "fwk_group": [ 50 "//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core:distributed_device_profile_client", 51 "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_sdk", 52 "//foundation/deviceprofile/device_info_manager/common:distributed_device_profile_common" 53 ], 54 "service_group": [ 55 "//foundation/deviceprofile/device_info_manager/etc/profile:deviceprofile_trust", 56 "//foundation/deviceprofile/device_info_manager/etc/init:etc", 57 "//foundation/deviceprofile/device_info_manager/old/permission:authority_json", 58 "//foundation/deviceprofile/device_info_manager/permission:permission_json", 59 "//foundation/deviceprofile/device_info_manager/sa_profile:dps_sa_profile", 60 "//foundation/deviceprofile/device_info_manager/old/services/core:distributed_device_profile", 61 "//foundation/deviceprofile/device_info_manager/services/core:distributed_device_profile_svr" 62 ] 63 }, 64 "inner_kits": [ 65 { 66 "name": "//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core:distributed_device_profile_client", 67 "header": { 68 "header_files": [ 69 "distributed_device_profile_client.h", 70 "distributed_device_profile_proxy.h", 71 "idistributed_device_profile.h", 72 "iprofile_event_callback.h", 73 "profile_change_notification.h", 74 "profile_event.h", 75 "service_characteristic_profile.h", 76 "subscribe_info.h" 77 ], 78 "header_base": "//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/" 79 } 80 }, 81 { 82 "name": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_sdk", 83 "header": { 84 "header_files": [ 85 "distributed_device_profile_client.h", 86 "distributed_device_profile_proxy.h" 87 ], 88 "header_base": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/" 89 } 90 }, 91 { 92 "name": "//foundation/deviceprofile/device_info_manager/common:distributed_device_profile_common", 93 "header": { 94 "header_files": [ 95 "access_control_profile.h", 96 "accessee.h", 97 "accesser.h", 98 "characteristic_profile.h", 99 "device_profile.h", 100 "dp_subscribe_info.h", 101 "dp_sync_options.h", 102 "i_distributed_device_profile.h", 103 "i_profile_change_listener.h", 104 "i_sync_completed_callback.h", 105 "profile_change_listener_proxy.h", 106 "profile_change_listener_stub.h", 107 "service_profile.h", 108 "sync_completed_callback_proxy.h", 109 "sync_completed_callback_stub.h", 110 "trust_device_profile.h" 111 ], 112 "header_base": "//foundation/deviceprofile/device_info_manager/common/include/interfaces" 113 } 114 } 115 ], 116 "test": [ 117 "//foundation/deviceprofile/device_info_manager/radar/test/unittest:dp_radar_helper_test", 118 "//foundation/deviceprofile/device_info_manager/old/services/core:unittest", 119 "//foundation/deviceprofile/device_info_manager/services/core:unittest", 120 "//foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest:fuzztest" 121 ] 122 } 123 } 124 } 125