• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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": "3.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            "third_party": [
29                "selinux"
30              ]
31        },
32        "build": {
33            "sub_component": [],
34            "inner_kits": [],
35            "test": []
36        }
37    }
38}