From ea8d5bd5c04da12ddde8be19302d82807379dc09 Mon Sep 17 00:00:00 2001 From: wangyang2022 Date: Tue, 19 Jul 2022 16:15:12 +0800 Subject: [PATCH] =?UTF-8?q?DP=E5=AD=90=E7=B3=BB=E7=BB=9F=E6=94=AF=E6=8C=81?= =?UTF-8?q?fwk=EF=BC=8Cservice=E8=A7=A3=E8=80=A6=20Signed-off-by:=20wangya?= =?UTF-8?q?ng2022=20=20Change-Id:=20I403c429f9deed?= =?UTF-8?q?b0a6089d373d98c24cbf74624a2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/bundle.json b/bundle.json index 65dc58f..a9c10c3 100644 --- a/bundle.json +++ b/bundle.json @@ -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",