1{
2    "name": "@ohos/e2fsprogs",
3    "description": "The E2fsprogs package contains the utilities for handling the ext2 file system. It also supports the ext3 and ext4 journaling file systems",
4    "version": "4.1",
5    "license": "LGPL V2.0, BSD 3-Clause License, GPL V2.0, MIT License",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/e2fsprogs"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "NOTICE",
13    "readmePath": {
14        "en": "README"
15    },
16    "component": {
17        "name": "e2fsprogs",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": [
22            "standard"
23        ],
24        "rom": "",
25        "ram": "",
26        "deps": {
27            "components": [
28                "selinux",
29                "c_utils"
30            ],
31            "third_party": []
32        },
33        "build": {
34            "sub_component": [],
35            "inner_kits": [
36                {
37                    "name": "//third_party/e2fsprogs:libext2_blkid"
38                },
39                {
40                    "name": "//third_party/e2fsprogs:libext2_com_err"
41                },
42                {
43                    "name": "//third_party/e2fsprogs:libext2_e2p"
44                },
45                {
46                    "name": "//third_party/e2fsprogs:libext2_misc"
47                },
48                {
49                    "name": "//third_party/e2fsprogs:libext2_quota"
50                },
51                {
52                    "name": "//third_party/e2fsprogs:libext2_uuid"
53                },
54                {
55                    "name": "//third_party/e2fsprogs:libext2fs"
56                },
57                {
58                    "name": "//third_party/e2fsprogs:blkid"
59                },
60                {
61                    "name": "//third_party/e2fsprogs:e2fsck"
62                },
63                {
64                    "name": "//third_party/e2fsprogs:mke2fs"
65                },
66                {
67                    "name": "//third_party/e2fsprogs:resize2fs"
68                },
69                {
70                    "name": "//third_party/e2fsprogs:e2fsdroid"
71                },
72                {
73                    "name": "//third_party/e2fsprogs:libdacconfig"
74                }
75            ],
76            "test": []
77        }
78    }
79}
80