third_party_f2fs-tools/bundle.json
y30045862 2ba6b2b207 f2fs-tools构建规范化整改
Signed-off-by: yangjingbo10 <yangjingbo10@huawei.com>

Change-Id: I1aae1cb27162594dae1e395f46fcf0833750e6d0
2023-06-21 09:25:04 +08:00

38 lines
885 B
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": [],
"inner_kits": [],
"test": []
}
}
}