mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
f2fs-tools构建规范化整改
Signed-off-by: yangjingbo10 <yangjingbo10@huawei.com> Change-Id: I1aae1cb27162594dae1e395f46fcf0833750e6d0
This commit is contained in:
parent
b809e65933
commit
2ba6b2b207
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.",
|
"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": [],
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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" ]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user