diff --git a/BUILD.gn b/BUILD.gn index 0933d735facf2c2d0133259ade341ad21f2498f6..d5eb8c49c91669690296af0183af15dbc26d18b0 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -152,6 +152,6 @@ ohos_shared_library("xml2") { } deps = [ "//third_party/zlib:libz" ] - part_name = "samgr_standard" - subsystem_name = "distributedschedule" + part_name = "libxml2" + subsystem_name = "thirdparty" } diff --git a/bundle.json b/bundle.json index 32513aa0f7f860198102431e3963b28beb7691b0..4327757dc961798b87959c8be187d69064953ad3 100644 --- a/bundle.json +++ b/bundle.json @@ -14,8 +14,8 @@ "en": "README" }, "component": { - "name": "thirdparty_libxml2", - "subsystem": "", + "name": "libxml2", + "subsystem": "thirdparty", "syscap": [], "features": [], "adapted_system_type": [], @@ -31,4 +31,4 @@ "test": [] } } -} \ No newline at end of file +}