mirror of
https://gitee.com/openharmony/third_party_e2fsprogs
synced 2024-11-23 09:59:49 +00:00
26ac55be96
加入依赖的c_utils部件,解决独立编译验收报错 Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
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": "4.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": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"selinux",
|
|
"c_utils"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/e2fsprogs:libext2_blkid"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:libext2_com_err"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:libext2_e2p"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:libext2_misc"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:libext2_quota"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:libext2_uuid"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:libext2fs"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:blkid"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:e2fsck"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:mke2fs"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:resize2fs"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:e2fsdroid"
|
|
},
|
|
{
|
|
"name": "//third_party/e2fsprogs:libdacconfig"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|