From 87a997afedc8c08073a26f0024e59620a7664e04 Mon Sep 17 00:00:00 2001 From: y30045862 Date: Fri, 16 Jun 2023 11:28:41 +0800 Subject: [PATCH] =?UTF-8?q?gptfdisk=20=E6=9E=84=E5=BB=BA=E6=95=B4=E6=94=B9?= =?UTF-8?q?=20Signed-off-by:=20yangjingbo10=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I466e2d4abd41e09068d89b11316602a76f627c34 --- BUILD.gn | 4 ++-- bundle.json | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 5fe9796..c2fac18 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 5b21583..c06cf41 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": [], -- Gitee