From 2ba6b2b207e79386ba6a92c068440fadbad3f2a2 Mon Sep 17 00:00:00 2001 From: y30045862 Date: Wed, 14 Jun 2023 17:52:44 +0800 Subject: [PATCH] =?UTF-8?q?f2fs-tools=E6=9E=84=E5=BB=BA=E8=A7=84=E8=8C=83?= =?UTF-8?q?=E5=8C=96=E6=95=B4=E6=94=B9=20Signed-off-by:=20yangjingbo10=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1aae1cb27162594dae1e395f46fcf0833750e6d0 --- bundle.json | 12 ++++++++---- fsck/BUILD.gn | 2 +- lib/BUILD.gn | 2 +- mkfs/BUILD.gn | 2 +- tools/BUILD.gn | 6 +++--- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bundle.json b/bundle.json index ead60c8..0ab4b5d 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/f2fs_tools", + "name": "@ohos/f2fs-tools", "description": "The f2fs-tools package contains the utilities for handling the f2fs file system.", "version": "3.1", "license": "GNU GPL-2.0", @@ -14,16 +14,20 @@ "en": "README" }, "component": { - "name": "f2fs_tools", + "name": "f2fs-tools", "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [], + "adapted_system_type": [ + "standard" + ], "rom": "", "ram": "", "deps": { "components": [], - "third_party": [] + "third_party": [ + "e2fsprogs" + ] }, "build": { "sub_component": [], diff --git a/fsck/BUILD.gn b/fsck/BUILD.gn index e053721..4eaebab 100644 --- a/fsck/BUILD.gn +++ b/fsck/BUILD.gn @@ -64,7 +64,7 @@ ohos_executable("fsck.f2fs") { install_enable = true subsystem_name = "thirdparty" - part_name = "f2fs_tools" + part_name = "f2fs-tools" install_images = [ "system", "updater", diff --git a/lib/BUILD.gn b/lib/BUILD.gn index a2ec643..d664443 100644 --- a/lib/BUILD.gn +++ b/lib/BUILD.gn @@ -41,7 +41,7 @@ ohos_shared_library("libf2fs") { defines = [ "HAVE_CONFIG_H" ] install_enable = true subsystem_name = "thirdparty" - part_name = "f2fs_tools" + part_name = "f2fs-tools" install_images = [ "system", "updater", diff --git a/mkfs/BUILD.gn b/mkfs/BUILD.gn index 782db72..5cea424 100644 --- a/mkfs/BUILD.gn +++ b/mkfs/BUILD.gn @@ -42,7 +42,7 @@ ohos_executable("mkfs.f2fs") { install_enable = true subsystem_name = "thirdparty" - part_name = "f2fs_tools" + part_name = "f2fs-tools" install_images = [ "system", "updater", diff --git a/tools/BUILD.gn b/tools/BUILD.gn index 3d7971d..be1cbfd 100644 --- a/tools/BUILD.gn +++ b/tools/BUILD.gn @@ -34,7 +34,7 @@ ohos_executable("f2fscrypt") { install_enable = true subsystem_name = "thirdparty" - part_name = "f2fs_tools" + part_name = "f2fs-tools" install_images = [ "system" ] } @@ -55,7 +55,7 @@ ohos_executable("f2fstat") { install_enable = true subsystem_name = "thirdparty" - part_name = "f2fs_tools" + part_name = "f2fs-tools" install_images = [ "system" ] } @@ -84,6 +84,6 @@ ohos_executable("fibmap.f2fs") { install_enable = true subsystem_name = "thirdparty" - part_name = "f2fs_tools" + part_name = "f2fs-tools" install_images = [ "system" ] }