mirror of
https://gitee.com/openharmony/third_party_e2fsprogs
synced 2024-11-27 03:50:50 +00:00
48fb24d430
Signed-off-by: 张文迪 <zhangwendi3@huawei.com>
34 lines
917 B
JSON
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": []
|
|
}
|
|
}
|
|
} |