deviceprofile_device_info_m.../bundle.json
tangfan e538989b23 refactor dir
Signed-off-by: tangfan <tangfan5@huawei.com>
2023-11-01 17:37:06 +08:00

83 lines
2.8 KiB
JSON

{
"name": "@ohos/device_info_manager",
"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",
"features": [ "device_info_manager_feature_coverage = false" ],
"adapted_system_type": [ "standard" ],
"hisysevent_config":[
"//foundation/deviceprofile/device_info_manager/hisysevent.yaml"
],
"rom": "2048KB",
"ram": "9000KB",
"deps": {
"components": [
"c_utils",
"hisysevent",
"hilog",
"ipc",
"syscap_codec",
"access_token",
"device_auth",
"samgr",
"kv_store",
"hitrace",
"eventhandler",
"safwk",
"dsoftbus",
"dmsfwk",
"device_manager",
"init"
],
"third_party": [
"json"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core:distributed_device_profile_client", ],
"service_group": [
"//foundation/deviceprofile/device_info_manager/etc/profile:deviceprofile_trust",
"//foundation/deviceprofile/device_info_manager/etc/init:etc",
"//foundation/deviceprofile/device_info_manager/old/permission:authority_json",
"//foundation/deviceprofile/device_info_manager/sa_profile:dps_sa_profile",
"//foundation/deviceprofile/device_info_manager/old/services/core:distributed_device_profile",
]
},
"inner_kits": [
{
"name": "//foundation/deviceprofile/device_info_manager/old/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/old/interfaces/innerkits/core/include/"
}
}
],
"test": [
"//foundation/deviceprofile/device_info_manager/old/services/core:unittest",
"//foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest:fuzztest"
]
}
}
}