mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
!24 f2fs-tools构建规范化整改
Merge pull request !24 from yangjingbo/f2fs-tools_rectify_0614
This commit is contained in:
commit
f19090cb94
12
bundle.json
12
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": [],
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user