mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
c3bc6b2b82
Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"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",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/f2fs-tools"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"readmePath": {
|
|
"en": "README"
|
|
},
|
|
"component": {
|
|
"name": "f2fs-tools",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": [
|
|
"e2fsprogs"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//third_party/f2fs-tools/fsck:fsck.f2fs",
|
|
"//third_party/f2fs-tools/mkfs:mkfs.f2fs"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/f2fs-tools/lib:libf2fs",
|
|
"header": {
|
|
"header_files": [
|
|
"utf8data.h"
|
|
],
|
|
"header_base": "//third_party/f2fs-tools/lib"
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |