diff --git a/BUILD.gn b/BUILD.gn index 3bcff223d29af908c375a61fc623f8ed1cd1b082..b44d800ef69b110e424748fdab73d5217da00204 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 a0aee7cfd1a673ab9cd5affbedf254b2e798d61f..156a0029aa1f1d659750f9459af3a19e11e86098 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 +}