third_party_e2fsprogs/bundle.json
张文迪 48fb24d430 e2fsprogs部件化
Signed-off-by: 张文迪 <zhangwendi3@huawei.com>
2022-08-23 12:12:08 +08:00

34 lines
917 B
JSON

{
"name": "@ohos/e2fsprogs",
"description": "The E2fsprogs package contains the utilities for handling the ext2 file system. It also supports the ext3 and ext4 journaling file systems",
"version": "3.1",
"license": "LGPL V2.0, BSD 3-Clause License, GPL V2.0, MIT License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/e2fsprogs"
},
"dirs": {},
"scripts": {},
"licensePath": "NOTICE",
"readmePath": {
"en": "README"
},
"component": {
"name": "e2fsprogs",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}