diff --git a/BUILD.gn b/BUILD.gn index 5fe979643f0ef4113b5cd51a7b8295cf2515c70c..c2fac18c95e7ec4d7f20afcb73b76ef9236c3069 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -48,7 +48,7 @@ ohos_executable("sgdisk") { "//third_party/e2fsprogs:libext2_uuid", "//third_party/popt:popt_static", ] - subsystem_name = "filemanagement" - part_name = "storage_service" + subsystem_name = "thirdparty" + part_name = "gptfdisk" install_images = [ "system" ] } diff --git a/bundle.json b/bundle.json index 5b21583eaa04b3422d1b669b868ddfec72e43623..c06cf41e9722b9422052c7a91ddb8ac9e7b2cbd3 100644 --- a/bundle.json +++ b/bundle.json @@ -18,12 +18,17 @@ "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [], + "adapted_system_type": [ + "standard" + ], "rom": "", "ram": "", "deps": { "components": [], - "third_party": [] + "third_party": [ + "e2fsprogs", + "popt" + ] }, "build": { "sub_component": [],