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 ], 41 "third_party": [ 42 "json" 43 ] 44 }, 45 "build": { 46 "group_type": { 47 "base_group": [], 48 "fwk_group": [ 49 "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_client" 50 ], 51 "service_group": [ 52 "//foundation/deviceprofile/device_info_manager/etc/profile:deviceprofile_trust", 53 "//foundation/deviceprofile/device_info_manager/etc/init:etc", 54 "//foundation/deviceprofile/device_info_manager/permission:authority_json", 55 "//foundation/deviceprofile/device_info_manager/sa_profile:dps_sa_profile", 56 "//foundation/deviceprofile/device_info_manager/services/core:distributed_device_profile" 57 ] 58 }, 59 "inner_kits": [ 60 { 61 "name": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_client", 62 "header": { 63 "header_files": [ 64 "distributed_device_profile_client.h", 65 "distributed_device_profile_proxy.h", 66 "idistributed_device_profile.h", 67 "iprofile_event_callback.h", 68 "profile_change_notification.h", 69 "profile_event.h", 70 "service_characteristic_profile.h", 71 "subscribe_info.h" 72 ], 73 "header_base": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/" 74 } 75 } 76 ], 77 "test": [ 78 "//foundation/deviceprofile/device_info_manager/services/core:unittest", 79 "//foundation/deviceprofile/device_info_manager/services/core/test/fuzztest:fuzztest" 80 ] 81 } 82 } 83 } 84