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 "header": { 38 "header_base": "//third_party/e2fsprogs/e2fsprogs/lib", 39 "header_files": ["config.h"] 40 }, 41 "name": "//third_party/e2fsprogs:libext2_blkid" 42 }, 43 { 44 "name": "//third_party/e2fsprogs:libext2_com_err" 45 }, 46 { 47 "name": "//third_party/e2fsprogs:libext2_e2p" 48 }, 49 { 50 "name": "//third_party/e2fsprogs:libext2_misc" 51 }, 52 { 53 "name": "//third_party/e2fsprogs:libext2_quota" 54 }, 55 { 56 "name": "//third_party/e2fsprogs:libext2_uuid" 57 }, 58 { 59 "name": "//third_party/e2fsprogs:libext2fs" 60 }, 61 { 62 "name": "//third_party/e2fsprogs:blkid" 63 }, 64 { 65 "name": "//third_party/e2fsprogs:e2fsck" 66 }, 67 { 68 "name": "//third_party/e2fsprogs:mke2fs" 69 }, 70 { 71 "name": "//third_party/e2fsprogs:resize2fs" 72 }, 73 { 74 "name": "//third_party/e2fsprogs:e2fsdroid" 75 }, 76 { 77 "name": "//third_party/e2fsprogs:libdacconfig" 78 } 79 ], 80 "test": [] 81 } 82 } 83} 84