!24 f2fs-tools构建规范化整改

Merge pull request !24 from yangjingbo/f2fs-tools_rectify_0614
This commit is contained in:
openharmony_ci 2023-06-25 08:36:01 +00:00 committed by Gitee
commit f19090cb94
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.",
"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": [],

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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" ]
}