From a97d4ff32b634f0ff20b284a67a398d28c4a6591 Mon Sep 17 00:00:00 2001 From: chencheng31 Date: Wed, 11 May 2022 16:16:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=90=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chencheng31 --- BUILD.gn | 3 ++- bundle.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 3bcff22..b44d800 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -39,5 +39,6 @@ ohos_shared_library("jsoncpp") { "//third_party/jsoncpp/include/", ] public_configs = [ ":jsoncpp_public_config" ] - subsystem_name = "distributeddatamgr" + part_name = "jsoncpp" + subsystem_name = "thirdparty" } diff --git a/bundle.json b/bundle.json index a0aee7c..156a002 100644 --- a/bundle.json +++ b/bundle.json @@ -10,8 +10,8 @@ "dirs": {}, "scripts": {}, "component": { - "name": "thirdparty_jsoncpp", - "subsystem": "", + "name": "jsoncpp", + "subsystem": "thirdparty", "syscap": [], "features": [], "adapted_system_type": [], @@ -27,4 +27,4 @@ "test": [] } } -} \ No newline at end of file +} -- Gitee