From a11fb99d3c7af7dccc52e4575ffa7af99e450e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BF=AA?= Date: Fri, 22 Jul 2022 18:04:23 +0800 Subject: [PATCH] app file service decouple fwk and service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张文迪 --- bundle.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 273ff2eaf..287695427 100644 --- a/bundle.json +++ b/bundle.json @@ -22,9 +22,13 @@ "rom": "", "ram": "", "build": { - "sub_component": [ - "//foundation/filemanagement/app_file_service:libremotefileshare" - ], + "group_type": { + "base_group": [], + "fwk_group": [ + "//foundation/filemanagement/app_file_service:libremotefileshare" + ], + "service_group": [] + }, "test": [ "//foundation/filemanagement/app_file_service/test/fuzztest:fuzztest" ] -- Gitee