1{ 2 "name": "@ohos/device_profile_core", 3 "description": "device profile", 4 "version": "3.1", 5 "publishAs": "code-segment", 6 "segment": { 7 "destPath": "foundation/deviceprofile/device_profile_core" 8 }, 9 "dirs": {}, 10 "scripts": {}, 11 "license": "Apache License 2.0", 12 "component": { 13 "name": "device_profile_core", 14 "subsystem": "deviceprofile", 15 "adapted_system_type": [ "standard" ], 16 "rom": "", 17 "ram": "", 18 "deps": { 19 "components": [ 20 "distributeddatamgr", 21 "dsoftbus_standard", 22 "eventhandler", 23 "hiviewdfx_hilog_native", 24 "ipc", 25 "safwk", 26 "samgr_standard", 27 "startup_l2", 28 "utils_base" 29 ], 30 "third_party": [ 31 "json" 32 ] 33 }, 34 "build": { 35 "sub_component": [ 36 "//foundation/deviceprofile/device_profile_core/sa_profile:dps_sa_profile", 37 "//foundation/deviceprofile/device_profile_core/services/core:distributed_device_profile", 38 "//foundation/deviceprofile/device_profile_core/tools/dp:dp", 39 "//foundation/deviceprofile/device_profile_core/permission:authority_json" 40 ], 41 "inner_kits": [ 42 { 43 "name": "//foundation/deviceprofile/device_profile_core/interfaces/innerkits/core:distributed_device_profile_client", 44 "header": { 45 "header_files": [ 46 "distributed_device_profile_client.h", 47 "distributed_device_profile_proxy.h", 48 "idistributed_device_profile.h", 49 "iprofile_event_callback.h", 50 "profile_change_notification.h", 51 "profile_event.h", 52 "service_characteristic_profile.h", 53 "subscribe_info.h" 54 ], 55 "header_base": "//foundation/deviceprofile/device_profile_core/interfaces/innerkits/core/include/" 56 } 57 } 58 ], 59 "test": [ 60 "//foundation/deviceprofile/device_profile_core/services/core:unittest" 61 ] 62 } 63 } 64 }