mirror of
https://github.com/openharmony/device_profile_core.git
synced 2026-06-30 22:17:58 -04:00
32208d0094
Signed-off-by: zjucx <chengxiang4@huawei.com>
81 lines
2.6 KiB
JSON
81 lines
2.6 KiB
JSON
{
|
|
"name": "@ohos/device_profile_core",
|
|
"description": "device profile",
|
|
"version": "3.1",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/deviceprofile/device_info_manager"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "device_info_manager",
|
|
"subsystem": "deviceprofile",
|
|
"adapted_system_type": [ "standard" ],
|
|
"hisysevent_config":[
|
|
"//foundation/deviceprofile/device_info_manager/hisysevent.yaml"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"utils_base",
|
|
"hisysevent_native",
|
|
"startup_l2",
|
|
"hiviewdfx_hilog_native",
|
|
"ipc",
|
|
"syscap_codec",
|
|
"access_token",
|
|
"device_auth",
|
|
"samgr_standard",
|
|
"distributeddatamgr",
|
|
"hitrace_native",
|
|
"eventhandler",
|
|
"safwk",
|
|
"dsoftbus"
|
|
],
|
|
"third_party": [
|
|
"json"
|
|
]
|
|
},
|
|
"build": {
|
|
"group_type": {
|
|
"base_group": [
|
|
"//foundation/deviceprofile/device_info_manager/tools/dp:dp"
|
|
],
|
|
"fwk_group": [
|
|
"//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_client"
|
|
],
|
|
"service_group": [
|
|
"//foundation/deviceprofile/device_info_manager/permission:authority_json",
|
|
"//foundation/deviceprofile/device_info_manager/sa_profile:dps_sa_profile",
|
|
"//foundation/deviceprofile/device_info_manager/services/core:distributed_device_profile"
|
|
]
|
|
},
|
|
"inner_kits": [
|
|
{
|
|
"name": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_client",
|
|
"header": {
|
|
"header_files": [
|
|
"distributed_device_profile_client.h",
|
|
"distributed_device_profile_proxy.h",
|
|
"idistributed_device_profile.h",
|
|
"iprofile_event_callback.h",
|
|
"profile_change_notification.h",
|
|
"profile_event.h",
|
|
"service_characteristic_profile.h",
|
|
"subscribe_info.h"
|
|
],
|
|
"header_base": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//foundation/deviceprofile/device_info_manager/services/core:unittest",
|
|
"//foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/deviceprofile_fuzzer:fuzztest"
|
|
]
|
|
}
|
|
}
|
|
}
|