!94 DP子系统支持fwk,service解耦

Merge pull request !94 from 王洋/master
This commit is contained in:
openharmony_ci
2022-07-20 02:39:44 +00:00
committed by Gitee
+13 -6
View File
@@ -40,12 +40,19 @@
]
},
"build": {
"sub_component": [
"//foundation/deviceprofile/device_profile_core/sa_profile:dps_sa_profile",
"//foundation/deviceprofile/device_profile_core/services/core:distributed_device_profile",
"//foundation/deviceprofile/device_profile_core/tools/dp:dp",
"//foundation/deviceprofile/device_profile_core/permission:authority_json"
],
"group_type": {
"base_group": [
"//foundation/deviceprofile/device_profile_core/tools/dp:dp"
],
"fwk_group": [
"//foundation/deviceprofile/device_profile_core/interfaces/innerkits/core:distributed_device_profile_client"
],
"service_group": [
"//foundation/deviceprofile/device_profile_core/permission:authority_json",
"//foundation/deviceprofile/device_profile_core/sa_profile:dps_sa_profile",
"//foundation/deviceprofile/device_profile_core/services/core:distributed_device_profile"
]
},
"inner_kits": [
{
"name": "//foundation/deviceprofile/device_profile_core/interfaces/innerkits/core:distributed_device_profile_client",