f2fs-tools构建规范化整改

Signed-off-by: yangjingbo10 <yangjingbo10@huawei.com>

Change-Id: I1aae1cb27162594dae1e395f46fcf0833750e6d0
This commit is contained in:
y30045862 2023-06-14 17:52:44 +08:00
parent b809e65933
commit 2ba6b2b207
5 changed files with 14 additions and 10 deletions

View File

@ -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.", "description": "The f2fs-tools package contains the utilities for handling the f2fs file system.",
"version": "3.1", "version": "3.1",
"license": "GNU GPL-2.0", "license": "GNU GPL-2.0",
@ -14,16 +14,20 @@
"en": "README" "en": "README"
}, },
"component": { "component": {
"name": "f2fs_tools", "name": "f2fs-tools",
"subsystem": "thirdparty", "subsystem": "thirdparty",
"syscap": [], "syscap": [],
"features": [], "features": [],
"adapted_system_type": [], "adapted_system_type": [
"standard"
],
"rom": "", "rom": "",
"ram": "", "ram": "",
"deps": { "deps": {
"components": [], "components": [],
"third_party": [] "third_party": [
"e2fsprogs"
]
}, },
"build": { "build": {
"sub_component": [], "sub_component": [],

View File

@ -64,7 +64,7 @@ ohos_executable("fsck.f2fs") {
install_enable = true install_enable = true
subsystem_name = "thirdparty" subsystem_name = "thirdparty"
part_name = "f2fs_tools" part_name = "f2fs-tools"
install_images = [ install_images = [
"system", "system",
"updater", "updater",

View File

@ -41,7 +41,7 @@ ohos_shared_library("libf2fs") {
defines = [ "HAVE_CONFIG_H" ] defines = [ "HAVE_CONFIG_H" ]
install_enable = true install_enable = true
subsystem_name = "thirdparty" subsystem_name = "thirdparty"
part_name = "f2fs_tools" part_name = "f2fs-tools"
install_images = [ install_images = [
"system", "system",
"updater", "updater",

View File

@ -42,7 +42,7 @@ ohos_executable("mkfs.f2fs") {
install_enable = true install_enable = true
subsystem_name = "thirdparty" subsystem_name = "thirdparty"
part_name = "f2fs_tools" part_name = "f2fs-tools"
install_images = [ install_images = [
"system", "system",
"updater", "updater",

View File

@ -34,7 +34,7 @@ ohos_executable("f2fscrypt") {
install_enable = true install_enable = true
subsystem_name = "thirdparty" subsystem_name = "thirdparty"
part_name = "f2fs_tools" part_name = "f2fs-tools"
install_images = [ "system" ] install_images = [ "system" ]
} }
@ -55,7 +55,7 @@ ohos_executable("f2fstat") {
install_enable = true install_enable = true
subsystem_name = "thirdparty" subsystem_name = "thirdparty"
part_name = "f2fs_tools" part_name = "f2fs-tools"
install_images = [ "system" ] install_images = [ "system" ]
} }
@ -84,6 +84,6 @@ ohos_executable("fibmap.f2fs") {
install_enable = true install_enable = true
subsystem_name = "thirdparty" subsystem_name = "thirdparty"
part_name = "f2fs_tools" part_name = "f2fs-tools"
install_images = [ "system" ] install_images = [ "system" ]
} }