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 +}