2022-01-18 06:41:54 +00:00
{
"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" ,
2024-01-03 03:33:19 +00:00
"version" : "4.1" ,
2022-01-18 06:41:54 +00:00
"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" : {
2022-08-18 07:55:35 +00:00
"name" : "e2fsprogs" ,
"subsystem" : "thirdparty" ,
2022-01-18 06:41:54 +00:00
"syscap" : [ ] ,
"features" : [ ] ,
2023-06-14 09:44:46 +00:00
"adapted_system_type" : [
"standard"
] ,
2022-01-18 06:41:54 +00:00
"rom" : "" ,
"ram" : "" ,
"deps" : {
2024-05-15 07:31:04 +00:00
"components" : [
2024-05-22 05:51:43 +00:00
"selinux" ,
"c_utils"
2024-05-15 07:31:04 +00:00
] ,
"third_party" : [ ]
2022-01-18 06:41:54 +00:00
} ,
"build" : {
2024-03-19 07:18:58 +00:00
"sub_component" : [ ] ,
2024-02-29 02:17:30 +00:00
"inner_kits" : [
{
2024-04-09 07:16:39 +00:00
"name" : "//third_party/e2fsprogs:libext2_blkid"
2024-02-29 02:17:30 +00:00
} ,
{
2024-04-09 07:16:39 +00:00
"name" : "//third_party/e2fsprogs:libext2_com_err"
2024-02-29 02:17:30 +00:00
} ,
{
2024-04-09 07:16:39 +00:00
"name" : "//third_party/e2fsprogs:libext2_e2p"
2024-02-29 02:17:30 +00:00
} ,
{
2024-04-09 07:16:39 +00:00
"name" : "//third_party/e2fsprogs:libext2_misc"
2024-02-29 02:17:30 +00:00
} ,
{
2024-04-09 07:16:39 +00:00
"name" : "//third_party/e2fsprogs:libext2_quota"
2024-02-29 02:17:30 +00:00
} ,
{
2024-04-09 07:16:39 +00:00
"name" : "//third_party/e2fsprogs:libext2_uuid"
2024-02-29 02:17:30 +00:00
} ,
{
2024-04-09 07:16:39 +00:00
"name" : "//third_party/e2fsprogs:libext2fs"
2024-03-19 07:18:58 +00:00
} ,
{
"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"
2024-05-15 07:31:04 +00:00
} ,
{
"name" : "//third_party/e2fsprogs:libdacconfig"
2024-02-29 02:17:30 +00:00
}
] ,
2022-01-18 06:41:54 +00:00
"test" : [ ]
}
}
2024-01-03 03:33:19 +00:00
}